Vocabularymath.
statisticsInputsOutputsx | a non-negative real number |
Word descriptionComputes the arithmetic mean of the elements in
seq.
ExamplesUSING: math.statistics prettyprint ;
{ 1 2 3 } mean .
2
ErrorsThrows a
signal-error. (divide by zero) if the sequence is empty.
See alsogeometric-mean,
harmonic-meanDefinition