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
@ericward-noaa I think I got the time-varying code working. All models that can be fit with BFGS should be able to be fit now with TMB. Will need latest marssTMB installed but after just call MARSS(..., method="TMB") use BFGS_TMB to use optim() instead of nlminb().
Q.diagonal() = Q.diagonal().exp();
https://stackoverflow.com/questions/33834873/modify-eigen-matrix-diagonal. vector diag_exp = Q.diagonal().array().exp();` Q.diagonal().array() = diag.exp;LATER
MARSS
The text was updated successfully, but these errors were encountered: