Nonlinear Regression with ARMA Errors

Does Matlab have the capability of doing nonlinear regression where the errors follow an ARMA process? I need to determine significance of some of the parameters in a model and with correlated errors I have a highly inflated level of significance when the data is simulated under the Null hypothesis. As I read Seber and Wild (Nonlinear Regression) they indicate (page 285) that this is expected.

답변 (1개)

Roger Wohlwend
Roger Wohlwend 2014년 9월 5일

0 개 추천

No, Matlab can only do linear regression with ARMA errors. Sometimes you can transform a non-linear equation into a linear one. If it is not possible in your case, you have to implement the regression yourself, using a non-linear optimizer. That sounds difficult, but it is not.

카테고리

도움말 센터File Exchange에서 Linear and Nonlinear Regression에 대해 자세히 알아보기

질문:

2014년 9월 4일

답변:

2014년 9월 5일

Community Treasure Hunt

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

Start Hunting!

Translated by