Borrar filtros
Borrar filtros

Vector of estimates with estimate(.) function

2 visualizaciones (últimos 30 días)
Miguel Santana
Miguel Santana el 6 de Nov. de 2016
Editada: Balaji el 2 de En. de 2024
I've been trying to retrieve the vector of parameter estimates from an arima model estimated with the Econometrics Toolbox so I can perform a Wald test for global significance. How can I do it? i.e., I would like to do something of the type:
Mdl1 = estimate(Mdl,y)
CoeffMdl = Mdl1.Coefficients.Estimate

Respuestas (1)

Balaji
Balaji el 31 de Oct. de 2023
Editada: Balaji el 2 de En. de 2024
Hi Miguel
The code you have proposed for extracting the vector of parameter estimates from an ARIMA model appears to be accurate and should be functional as intended.
Mdl1 = estimate(Mdl, y);
CoeffMdl = Mdl1.Coefficients.Estimate;
Thanks,
Balaji

Categorías

Más información sobre Conditional Mean Models en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by