- generate-statistics SEQ #!optional SET-IDprocedure
- SEQ
- (sequence-of real) ; SEQ of all iterations, in microseconds
- SET-ID
- symbol ; 'normal
Returns an alist with the following:
- size
- the count of the SEQ
- min
- the minimum of the SEQ
- max
- the maximum of the SEQ
- mean
- arithmetic-mean alias
- arithmetic-mean
- the arithmetic average of the SEQ
- sd
- standard-deviation alias
- sigma
- standard-deviation alias
- standard-deviation
- the standard deviation for the SEQ
When verbose adds the following:
- 95th
- the 95th percentile of the SEQ
- harmonic-mean
- the harmonic average of the SEQ
- geometric-mean
- the geometric average of the SEQ
- median
- the median of the SEQ
- mode
- the mode of the SEQ
- var
- variance alias
- sigma^2
- variance alias
- variance
- the variance for the SEQ