What are MATLAB tests to check predictive performance of a fitted model?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
A model that fits data well does not necessarily imply that it will forecast well. I know cross validation is one method for checking forecasting strength rather than fit strength. Are there any additional tests that MATLAB can do besides crossval that tests the ability of a model to forecast?
0 commentaires
Réponse acceptée
Roger Wohlwend
le 26 Sep 2014
No, Matlab does not offer any functions to test the predictive performance. I don't even use Matlab's cross validation function. After studying some textbooks I implemented my own functions to test the predictive performance. I am afraid you have to do the same.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Testing Frameworks dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!