Click or drag to resize

LinearRegressionAnovaMeanSquaredRegression 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 (equals number of predictors in the model).
See Also