LinearRegressionModel.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.0
C#
public double Press { get; }

Property Value

Double

Remarks

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.

See Also