Click or drag to resize

QuickLinearRegressionSigmaSquared Method

Returns the squared standard deviation of the regression.

Namespace: Altaxo.Calc.Regression
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public double SigmaSquared()

Return Value

Double
The squared standard deviation (variance) of the regression.
See Also