  | WeightedRegressionAnovaMeanSquaredRegression Property | 
            Gets the mean squared for the regression.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic double MeanSquaredRegression { get; }Public ReadOnly Property MeanSquaredRegression As Double
	Get
public:
property double MeanSquaredRegression {
	double get ();
}member MeanSquaredRegression : float with 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