variance

variance, function

def pure variance(r: ranvar): number

Returns the variance of ranvar r.

Example

show scalar "Variance" with variance(poisson(2))

This outputs the following scalar:

Label Value
Variance 1.999312
User Contributed Notes
0 notes + add a note