Click or drag to resize

WeightedRegressionAnovaMeanSquaredResidual 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 (equals the number of observations minus the number of model parameters).
See Also