Click or drag to resize

GlobalCurveFitAnovaMeanSquareErrorResidual Property

Gets the mean squared for the regression.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double MeanSquareErrorResidual { get; }

Property Value

Double
Remarks
This is equal to the regresssion sum of squares divided by the model degrees of freedom.
See Also