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
There is an error in the posterior_predict_ets() function, in line 625 is if(d1 > 0) mu2 = sum(xh%*%breg[i,])
instead, this allows a proper matrix multiplication.
There is an error in the
posterior_predict_ets()function, in line 625 isif(d1 > 0) mu2 = sum(xh%*%breg[i,])instead, this allows a proper matrix multiplication.