How to calculate standard errors/fitting errors of parameters in Linear and Nonlinear Regression?
이전 댓글 표시
Once we estimate the parameters, I read that the standard errors associated with each parameter is given by
,where Covariance Matrix is given by
, for Multiple Linear Regression and
, for Nonlinear Regression - Levenberg-Marquardt algorithm.Here n is the number of observations and p is the number of parameters.
I would like to know if the above formulae are correct.
Why aren't the errors associated with the parameters not dependent of the value of alpha (number of standard deviations, eg: 0.5) ?
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Linear Regression에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!