Click or drag to resize

QuickLinearRegressionMeanY Property

Gets the arithmetic mean of the y values.

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

Property Value

Double
The mean of the added y values.
See Also