| Name | Description |
---|
  | PopulationStandardDeviation(Double) |
Evaluates the population standard deviation from the full population provided as unsorted array.
On a dataset of size N will use an N normalizer and would thus be biased if applied to a subset.
Returns NaN if data is empty or if any entry is NaN.
|
  | PopulationStandardDeviation(Int32) |
Evaluates the population standard deviation from the full population provided as unsorted array.
On a dataset of size N will use an N normalizer and would thus be biased if applied to a subset.
Returns NaN if data is empty or if any entry is NaN.
|
  | PopulationStandardDeviation(Single) |
Evaluates the population standard deviation from the full population provided as unsorted array.
On a dataset of size N will use an N normalizer and would thus be biased if applied to a subset.
Returns NaN if data is empty or if any entry is NaN.
|