LinearRegressionModel.PredictedRSquared Property

Gets the predicted R Squared value of the model.

Definition

Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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