StatsstdDev Method |
Name | Description | |
---|---|---|
stdDevR, C(FrameR, C) |
For each numerical column, returns the standard deviation 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]
| |
stdDevK(SeriesK, Double) |
Returns the standard deviation 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]
|