Effacer les filtres
Effacer les filtres

From RESIDUALs to STANDARDIZED RESIDUALs

4 vues (au cours des 30 derniers jours)
Maty
Maty le 18 Juil 2013
Commenté : Ones ghaffari le 4 Déc 2021
Hi all, if "A" is a "residuals vector" how can I get the standardized residuals?
Thanks in advance for your consideration and any help! Maty
  1 commentaire
Ones ghaffari
Ones ghaffari le 4 Déc 2021
it depends on the type of your regression model. if it is non linear you can get directly the standardized residuals using first Fitnlm function https://www.mathworks.com/help/stats/fitnlm.html
and then:
r = mdl.Residuals.Standardized

Connectez-vous pour commenter.

Réponses (1)

Shashank Prasanna
Shashank Prasanna le 18 Juil 2013
There is the definition:
Standardized residuals are raw residuals divided by their estimated standard deviation.
  2 commentaires
Maty
Maty le 19 Juil 2013
Thanks but the problem is the syntax
Shashank Prasanna
Shashank Prasanna le 19 Juil 2013
could you elaborate? what have you tried? There formula is right there, you just need to divide the residuals by the standard deviation. What do you need help with?

Connectez-vous pour commenter.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by