| ArrayStatisticsMean Method |
Estimates the arithmetic sample mean from the unsorted data array.
Returns NaN if data is empty or any entry is NaN.
Namespace: MathNet.Numerics.StatisticsAssembly: MathNet.Numerics (in MathNet.Numerics.dll) Version: 3.7
Syntax public static double Mean(
double[] data
)
Parameters
- data
- Type: SystemDouble
Sample array, no sorting is assumed.
Return Value
Type:
DoubleSee Also