Click or drag to resize

StatisticsMeanStandardDeviation Method

Overload List
 NameDescription
Public Extension MethodMeanStandardDeviation(IEnumerableDouble) Estimates the sample mean and the unbiased population standard deviation from the provided samples. On a dataset of size N will use an N-1 normalizer (Bessel's correction). Returns NaN for mean if data is empty or if any entry is NaN and NaN for standard deviation if data has less than two entries or if any entry is NaN.
Public Extension MethodMeanStandardDeviation(IEnumerableSingle) Estimates the sample mean and the unbiased population standard deviation from the provided samples. On a dataset of size N will use an N-1 normalizer (Bessel's correction). Returns NaN for mean if data is empty or if any entry is NaN and NaN for standard deviation if data has less than two entries or if any entry is NaN.
Top
See Also