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 |
def pure variance(r: ranvar): number
Returns the variance of ranvar r.
show scalar "Variance" with variance(poisson(2))
This outputs the following scalar:
| Label | Value |
|---|---|
| Variance | 1.999312 |