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
Thanks for reporting the issue.
Currently we do not compute an explicit projection matrix P for the MiddleOut method.
To have a reconciliation of the type: y_tilde = S P y_hat_simulated on which the bootstrap method relied.
I think one should be able to compute a corresponding projection matrix P by multiplying the implicit BottomUp and TopDown matrices.
It seems that the combination of reconciler
MiddleOut
andintervals_method="bootstrap"
fails.This is the error message
The text was updated successfully, but these errors were encountered: