Click or drag to resize

QuickStatisticsMean Property

Gets the arithmetic mean (average) of the data values.

Namespace: Altaxo.Calc.Regression
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public double Mean { get; }

Property Value

Double
The mean of the added values, or NaN if no values were added.
See Also