-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Look into implementing SR models with covariates #48
Comments
Easy to do now. Set up params with years \ seasons etc. Just recycles.
|
params are still single values, but the future value of covar is needed when projecting ---- On Fri, 22 Apr 2016 23:22:49 +0200 [email protected] wrote ---- Easy to do now. Set up params with years \ seasons etc. Just recycles.
|
Sure. Single params get recycled but covar params need time series. Just
|
We currently have one model with covariates in FLCore, rickerCA
What would we need to make it work in FLasher? The sr slot in the new FLBiol can accomodate the covariate(s) FLQuant(s), but they would have to be passed via FLBiolCpp to FLasher Rcpp.
The text was updated successfully, but these errors were encountered: