Finding Mallows statistics Cp for a data set
Mostra commenti meno recenti
I have a data set and would like to find out Mallows statistics Cp for that. Can someone help me with the code.
Risposte (1)
Star Strider
il 13 Set 2014
0 voti
As I understand, it’s essentially the same as the ‘Akaike infomation criterion’. Searching the File Exchange for ‘AIC’ turns up a number of contributions, the most relevant of which to what you want to do is likely Fast & Detailed Multivariate OLS Regression.
The Mallow’s Cp statistic seems easy enough to program. The complications would show themselves in applying it to your regression — what regressors are kept in and what regressors are omitted from the final model. If you have the Statistics Toolbox, the Stepwise Regression routines do all of that for you.
Categorie
Scopri di più su Statistics and Machine Learning Toolbox in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!