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
I find that while I am able to forecast a reconciled ensemble forecast that does not include a prophet model, an error occurs when a prophet model is included.
! Problem with `mutate()` input `min_trace(Ensemble)`.
x min_trace needs covariance matrix to be positive definite.
i Input `min_trace(Ensemble)` is `(function (object, ...) ...`.
Run `rlang::last_error()` to see where the error occurred.
Warning message:
9 errors (1 unique) encountered for Ensemble
[9] .onLoad failed in loadNamespace() for 'processx', details:
call: NULL
error: 'ps_is_supported' is not an exported object from 'namespace:ps'```
The text was updated successfully, but these errors were encountered:
This should now be possible since ensemble models can now produce bootstrapped forecasts. This was added recently in dfc4011.
To produce ensemble forecasts from models with different distributions, produce bootstrap or simulated sample paths with forecast(bootstrap = TRUE) or forecast(simulate = TRUE).
I find that while I am able to forecast a reconciled ensemble forecast that does not include a prophet model, an error occurs when a prophet model is included.
Reproducible example:
Error encountered:
The text was updated successfully, but these errors were encountered: