You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you for this great package! I've started delving into DCC models, and one feature I'd love to see is to be able to predict a multi-variate model using time-steps different from just next-period. One potential implementation can be found in section 3.3 of Factor Models for Portfolio Selection in Large Dimensions.
I'd imagine the API would look very similar to the predict implementation for univariate models, e.g. predict(model, :covariance, 3) for a three-period prediction.
The text was updated successfully, but these errors were encountered:
Hi,
First of all, thank you for this great package! I've started delving into DCC models, and one feature I'd love to see is to be able to
predict
a multi-variate model using time-steps different from just next-period. One potential implementation can be found in section 3.3 of Factor Models for Portfolio Selection in Large Dimensions.I'd imagine the API would look very similar to the
predict
implementation for univariate models, e.g.predict(model, :covariance, 3)
for a three-period prediction.The text was updated successfully, but these errors were encountered: