Statistics/Normal distribution: Difference between revisions

Line 1,446:
parameters
| generate
| sample_mean_and_variance as $mv
| (if .HIST_CHAR_SIZE == 1 then "" else "s" end) as $plural
| "Summary statistics for \(.N) observations from N(\(.mu), \(.sigma)):",
" mean: \($mv.mean | pp(2;4))",
" variance: \($mv.variance | pp(2;4))",
" unadjusted stddev: \($mv.variance | sqrt | pp(2;4))",
" Range Number of observations (each \(.HIST_CHAR) represents \(.HIST_CHAR_SIZE) observation\($plural))",
histogram ;
2,479

edits