From RESIDUALs to STANDARDIZED RESIDUALs

4 次查看(过去 30 天)
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 个评论
Ones ghaffari
Ones ghaffari 2021-12-4
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

请先登录,再进行评论。

回答(1 个)

Shashank Prasanna
Shashank Prasanna 2013-7-18
There is the definition:
Standardized residuals are raw residuals divided by their estimated standard deviation.
  2 个评论
Maty
Maty 2013-7-19
Thanks but the problem is the syntax
Shashank Prasanna
Shashank Prasanna 2013-7-19
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?

请先登录,再进行评论。

Community Treasure Hunt

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

Start Hunting!

Translated by