Linear Regression Model.Predicted RSquared 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#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public double PredictedRSquared { get; }
Property Value
DoubleRemarks
The predicted R Squared value uses the predicted residual error sum of squares (PRESS) statistics instead of the regular residual error sum of squares.