mean

mean, function

def pure mean(r: ranvar): number

Returns the statistical mean of the specified ranvar r.

Examples

show scalar "" with mean(poisson(2)) // 2

See also

User Contributed Notes
0 notes + add a note