How to estimate Vector Auto-regressive Model

3 visualizzazioni (ultimi 30 giorni)
Sana Ejaz
Sana Ejaz il 24 Ago 2019
Commentato: Sana Ejaz il 28 Ago 2019
Hi All,
I want to estimate Vector Autoregressive model for company and market returns using OLS regression.
Any leads will be highly appreciated.
Regards

Risposte (1)

Chidvi Modala
Chidvi Modala il 27 Ago 2019
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 Commento
Sana Ejaz
Sana Ejaz il 28 Ago 2019
Can we fit VAR model equation by equation using multiple regression?

Accedi per commentare.

Categorie

Scopri di più su Conditional Mean Models in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by