Why can't I use "vgxset" function from the Econometrics Toolbox in MATLAB R2018b?
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
MathWorks Support Team
il 18 Dic 2018
Modificato: MathWorks Support Team
il 6 Ott 2021
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?
Risposta accettata
MathWorks Support Team
il 2 Set 2021
Modificato: MathWorks Support Team
il 6 Ott 2021
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 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Econometrics Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!