PRESS Statistic Calculator

Measure leave-one-out prediction error using residuals and leverage inputs. Compare models with stronger external reliability. Make smarter validation decisions with clear outputs and exports.

Calculator Input

Enter one row per line in this format: actual, fitted, leverage.

Accepted input

  • Actual response value
  • Model fitted value
  • Leverage between 0 and 1
  • Comma separated format
  • Any number of valid rows

What this page returns

PRESS Predicted R² RMSE SSE Row details CSV export PDF export

The result block appears above this form after submission, making it easier to review outputs first and adjust inputs quickly.

Example Data Table

Actual Fitted Leverage Comment
12.011.40.08Low leverage observation
15.014.10.11Moderate fit error
18.017.20.09Stable prediction point
21.020.00.14Higher leverage effect
24.022.80.16Largest residual here

Formula Used

The PRESS statistic measures how well a regression model predicts each point when that point is left out during validation.

Residual: ei = yi − ŷi

Leave-one-out residual: ei,LOO = ei / (1 − hii)

PRESS: PRESS = Σ(ei,LOO2) = Σ[(ei / (1 − hii))2]

Predicted R²: 1 − PRESS / SST, where SST = Σ(yi − ȳ)2

Smaller PRESS values usually indicate stronger out-of-sample prediction behavior. Large leverage values can magnify small residuals, so both inputs matter.

How to Use This Calculator

  1. Prepare your regression output with actual values, fitted values, and diagonal leverage values.
  2. Enter one observation per line using commas between the three values.
  3. Click the calculate button to generate PRESS, predicted R², and row-level diagnostics.
  4. Review the result block above the form for the summary metrics.
  5. Export the output with the CSV or PDF buttons if needed.
  6. Compare several datasets or model versions to judge predictive robustness.

Frequently Asked Questions

What does PRESS mean?

PRESS stands for Predicted Residual Error Sum of Squares. It estimates how a regression model performs when each point is predicted from a model fitted without that point.

Why is leverage required?

Leverage adjusts each ordinary residual into a leave-one-out residual. High leverage observations can increase predictive error more than ordinary residuals alone suggest.

Is a lower PRESS always better?

Usually yes, because it indicates smaller prediction errors under leave-one-out validation. Still, compare PRESS values on similar datasets and sample sizes for fair interpretation.

What is predicted R²?

Predicted R² uses PRESS instead of ordinary residual error. It tells you how well the model is expected to predict unseen observations relative to the data mean.

Can leverage equal one?

No. The leave-one-out residual formula divides by 1 minus leverage. A leverage of one would make the denominator zero and the calculation invalid.

Can I paste many rows at once?

Yes. The calculator accepts multiple comma-separated rows in the text area. Each row must contain actual, fitted, and leverage values in that order.

What does PRESS ÷ SSE show?

This ratio compares leave-one-out prediction error against ordinary fitted error. A much larger ratio can suggest weaker generalization or influential observations.

When should I use this metric?

Use it while comparing regression models, checking overfitting risk, or validating model reliability when full external test sets are small or unavailable.

Related Calculators

Linear Regression CalculatorMultiple Regression CalculatorLogistic Regression CalculatorSimple Regression CalculatorPower Regression CalculatorLogarithmic Regression CalculatorR Squared CalculatorAdjusted R SquaredSlope Intercept CalculatorCorrelation Coefficient Calculator

Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.