Linear Regression Model.Press Property
Gets the predicted residual error sum of squares (PRESS)
of the model.
Definition
Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
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.