QuickStatisticsMean Property |
Gets the arithmetic mean (average) of the data values.
Namespace: Altaxo.Calc.RegressionAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic double Mean { get; }Property Value
Double
The mean of the added values, or
NaN if no values were added.
See Also