MIDAS Matlab Toolbox
The mixed frequency regression studies the explanatory power of high frequency variables on the low frequency outcome. The weights associated with high frequency regressors are usually assumed some functional form. This toolbox is a repack of the Mi(xed) Da(ta) S(ampling) regressions (MIDAS) programs written by Eric Ghysels. It supports ADL-MIDAS type regressions. The package also includes two functions for GARCH-MIDAS and DCC-MIDAS estimation. See the enclosed user guide for details.
Syntax:
[...] = MIDAS_ADL(DataY,DataYdate,DataX,DataXdate)
[...] = MIDAS_ADL(DataY,DataYdate,DataX,DataXdate,name,value,...)
[...] = GarchMidas(y, name,value,...)
[...] = DccMidas(Data, name,value,...)
Kompatibilität der MATLAB-Version
Plattform-Kompatibilität
Windows macOS LinuxKategorien
- Computational Finance > Econometrics Toolbox >
- Computational Finance > Econometrics Toolbox > Conditional Mean Models >
Tags
Quellenangaben
Inspiriert: "MIDAS Analytic'' extension to the MIDAS MATLAB Toolbox
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
MIDASv2.4
MIDASv2.4/private
Version | Veröffentlicht | Versionshinweise | |
---|---|---|---|
2.4.0.0 | Add Legendre polynomial specification in the MIDAS_ADL function. Legendre polynomials are mutually orthogonal and avoid multicollinearity, compared to the non-orthogonal Almon power polynomials. |
||
2.3.0.0 | Add a name-value pair 'DiscountIncrease' to MIDAS_ADL. |
||
2.2.0.0 | Update user guide
|
||
2.1.0.0 | version2.1 Add MIDAS quantile regression |
||
2.0.0.0 | Add GARCH-MIDAS and DCC-MIDAS functions
|
||
1.5.0.0 | Support Ylag as a cell array such as Ylag = {3,6,9} for flexible low frequency lagged regressors
|
||
1.2.0.0 | Support the special case DL_MIDAS by setting Ylag = 0
|
|
|
1.1.0.0 | Allow leads and lags specification 'horizon' be negative. Add true out-of-sample forecast; results are restored in the last output argument 'Extended Forecast' struct. |
||
1.0.0.0 |