Click or drag to resize

RunningWeightedStatisticsMean Property

Evaluates the sample mean, an estimate of the population mean. Returns NaN if data is empty or if any entry is NaN.

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

Property Value

Double
See Also