LinearRegressionModel.PredictedRSquared Property

Gets the predicted R Squared value of the model.

Definition

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public double PredictedRSquared { get; }

Property Value

Double

Remarks

The predicted R Squared value uses the predicted residual error sum of squares (PRESS) statistics instead of the regular residual error sum of squares.

See Also