Click or drag to resize

StatisticsPopulationStandardDeviation Method

Overload List
 NameDescription
Public Extension MethodPopulationStandardDeviation(IEnumerableDouble) Evaluates the standard deviation from the provided full population. 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.
Public Extension MethodPopulationStandardDeviation(IEnumerableNullableDouble) Evaluates the standard deviation from the provided full population. 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. Null-entries are ignored.
Public Extension MethodPopulationStandardDeviation(IEnumerableSingle) Evaluates the standard deviation from the provided full population. 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.
Top
See Also