Returns a sequence of cumulative means for the given collection. For instance
The first value equals the first value of the argument, the second value is
the mean of the first two arguments, the third is the mean of the first three
arguments, etc.
Examples:
(cumulative-mean (sample-normal 100))
Comments top
No comments for cumulative-mean. Log in to add a comment.