Click or drag to resize

GoodnessOfFitMeanSquaredRegression Property

Gets the mean squared for the regression.

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

Property Value

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