Statsvariance Method |
Name | Description | |
---|---|---|
varianceR, C(FrameR, C) |
For each numerical column, returns the variance of the values in the column.
The function skips over missing values and `NaN` values. When there are less
than 2 values, the result is NaN.
[category:Frame statistics]
| |
varianceK(SeriesK, Double) |
Returns the variance of the values in a series. The function skips over missing values
and `NaN` values. When there are less than 2 values, the result is NaN.
[category:Series statistics]
|