Why can't I use "vgxset" function from the Econometrics Toolbox in MATLAB R2018b?
5 次查看(过去 30 天)
显示 更早的评论
MathWorks Support Team
2018-12-18
编辑: MathWorks Support Team
2021-10-6
I am updated to MATLAB R2018b with Econometric Toolbox.
However, I am missing the following functions that were available in the earlier version:
vgxset
vgxvarx
vgxproc
Is it possible that you can incorporate these functions in my Econometric Toolbox?
采纳的回答
MathWorks Support Team
2021-9-2
编辑:MathWorks Support Team
2021-10-6
The functions "vgxset", "vgxvarx" and "vgxproc" have been removed from the Econometrics Toolbox in MATLAB R2018b, as documented here:
You can modify your workflow so that to use the following functions instead:
1. Using "varm" instead of "vgxset":
2. Using "estimate" instead of "vgxvarx":
3. Using "filter" instead of "vgxproc":
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Econometrics Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!