How to estimate Vector Auto-regressive Model

조회 수: 5 (최근 30일)
Sana Ejaz
Sana Ejaz 2019년 8월 24일
댓글: Sana Ejaz 2019년 8월 28일
Hi All,
I want to estimate Vector Autoregressive model for company and market returns using OLS regression.
Any leads will be highly appreciated.
Regards

답변 (1개)

Chidvi Modala
Chidvi Modala 2019년 8월 27일
estimate performs parameter estimation for Vector Autoregression Models. It finds maximum likelihood estimates of the parameters present in the model. You can set the maximum number of iterations with the MaxIterations name-value pair argument of estimate, which has a default value of 1000. For ordinary least-squares (OLS) estimates of the parameters, set 'MaxIterations' to 1.
For definitions of these terms and other model definitions, you can refer to Types of Multivariate Time Series Models.
For an example of fitting a VAR model to data, see Fit VAR Model of CPI and Unemployment Rate.
  댓글 수: 1
Sana Ejaz
Sana Ejaz 2019년 8월 28일
Can we fit VAR model equation by equation using multiple regression?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Conditional Mean Models에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by