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
def pure mean(r: ranvar): number
Returns the statistical mean of the specified ranvar r
.
show scalar "" with mean(poisson(2)) // 2