Click or drag to resize

GoodnessOfFitMeanSquaredResidual Property

Gets the mean squared residual.

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

Property Value

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