800×600 (123727 bytes) A re-drawn chart comparing the various grading methods in a normaldistribution. Includes: Standard deviations, cumulative percentages
pnorm(x, mean, sd) = norm((x-mean) * 1.0/sd) set terminal svg set output 'Normaldistribution pdf.svg' set xrange [-5:5] set xtics 1 set yrange [0:1] set ytics