Click or drag to resize

QuickLinearRegressionMeanX Property

Gets the arithmetic mean of the x values.

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

Property Value

Double
The mean of the added x values.
See Also