Vocabularymath.statisticsInputs and outputs| seq | a sequence |
| x | a non-negative real number |
Word descriptionComputes the standard error of the mean for
seq. It's defined as the standard deviation divided by the square root of the length of the sequence, and measures uncertainty associated with the estimate of the mean.
ExamplesUSING: math.statistics prettyprint ;
{ -2 2 } sample-ste .
2.0
See alsoste-ddof,
population-steDefinition