Vector of estimates with estimate(.) function
1 次查看(过去 30 天)
显示 更早的评论
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
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Conditional Mean Models 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!