plotResiduals looks for multivariant outliers or?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Tania
le 3 Août 2014
Réponse apportée : Roger Wohlwend
le 4 Août 2014
Hey all!
Does anyone know if plotResiduals (like described here: http://www.mathworks.co.uk/help/stats/linear-regression-model-workflow.html#zmw57dd0e22671) looks for multivariante outliers (univariant: deviation from a normal value on on single variable, multivariante: unusual combination of several variables). I think so, or, as it considers the whole model?
Thank you!
0 commentaires
Réponse acceptée
Roger Wohlwend
le 4 Août 2014
No. In the example they look for outliers in the residuals, not for outliers in the inedpendent variables. That means they look for exceptionally high or low residuals. Detecting an unusual combination of several variables would be much harder and there is no Matlab algorithm for that. If you build a model you are interested in outliers in the residuals, not necessarily in outliers in the dependent variables.
0 commentaires
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!