apR2p
This m-file computes an approximate determination coefficient (R2) for prediction, say
R2pred = 1 - (PRESS/SST)
where PRESS = prediction error sum of squares, SST = total sum of squares.
This statistic gives some indication of the predictive capability of the regression model. So, we could expect the model 'explain' about a percentage of the variability in predicting new observations, as compared to the approximately percentage of the variability in the original data explained by the least squares fit.
Syntax: function x = apR2p(D)
Inputs:
D - matrix data (=[X Y]) (last column must be the Y-dependent variable; X-independent variables).
Output:
x - approximate determination coefficient (R2) for prediction.
Cite As
Antonio Trujillo-Ortiz (2026). apR2p (https://uk.mathworks.com/matlabcentral/fileexchange/14619-apr2p), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 | It was added an appropriate format to cite this file. |
