VFCI / vfciBusinessCycles

Research project exploring the relationship between financial conditions and business cycles.
0 stars 1 forks source link

Vary Horizons #62

Closed matdehaven closed 1 month ago

matdehaven commented 2 months ago

We can vary horizons both of the internal and the external VFCIs. We need to compare this variation.

matdehaven commented 2 months ago
matdehaven commented 2 months ago
matdehaven commented 2 months ago

Estimating the VAR with the dependent side forwarded to different horizons is not straightforward in the code. It would require writing our own VAR estimating function, where we can pass different independent and dependent variables. The vars::VAR() function only takes the dependent variable and some number of lags to generate the independent variables, which does not allow for what we want to do.

matdehaven commented 1 month ago

Finished implementing the direct VAR estimates for forwarded horizons with the function var_direct().

Comparing the direct vs iterated forecasts.

Mean-vol figures with direct VARs Mean-vol figures with iterated VARs