How to estimate VARMA (1,1)
Ältere Kommentare anzeigen
How can I estimate VARMA(1,1).I cannot use vgxvarx, since it is only for VAR. I have successfully set the model as VARMA(1,1), but I do not know how to fit the matrix<93*3 double> to the model and get the estimates.
my VARMA setting is: ErrVAR1full = vgxset(ErrVAR1diag,'nAR',1,'nMA',1,'ARsolve',[],'MAsolve',repmat({Errdt},1,1));
and after I type vgxdisp(ErrVAR1full), I get:
Model : 3-D VARMA(1,1) with Additive Constant Conditional mean is uninitialized AR-stable and is uninitialized MA-invertible Series : 1 Series : 2 Series : 3 a Constant: Uninitialized AR(1) Autoregression Matrix: Uninitialized MA(1) Moving Average Matrix: Uninitialized Q Innovations Covariance: Uninitialized
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Multivariate Models finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!