Linear Regression Model.Press Property
Gets the predicted residual error sum of squares (PRESS)
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 Press { get; }
Property Value
DoubleRemarks
The PRESS statistics is the sum of the squares of the prediction residuals. The prediction residuals are the difference between the observations and the predicted value of a refitted model with the same observation omitted.