module documentation
Provides three functions for computing prefix averages of a numeric sequence.
Function | prefix |
Return a list such that, for all j, A[j] equals the average of S[0], ..., S[j]. |
Function | prefix |
Return a list such that, for all j, A[j] equals the average of S[0], ..., S[j]. |
Function | prefix |
Return a list such that, for all j, A[j] equals the average of S[0], ..., S[j]. |