Open iagomosqueira opened 8 years ago
Easy to do now. Set up params with years \ seasons etc. Just recycles. Already done. 5 minute job! On 22 Apr 2016 22:57, "Iago Mosqueira" notifications@github.com wrote:
We currently have one model with covariates in FLCore, rickerCA
rec ~ a * (1 - c * covar) * ssb * exp(-b * ssb)
What would we need to make it work in FLasher? The sr slot in the new FLBiol https://github.com/flr/FLCore/tree/NewFLBiol can accomodate the covariate(s) FLQuant(s), but they would have to be passed via FLBiolCpp to FLasher Rcpp.
— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/iagomosqueira/FLasher/issues/48
params are still single values, but the future value of covar is needed when projecting Sent from Zoho Mail on Android
---- On Fri, 22 Apr 2016 23:22:49 +0200 notifications@github.com wrote ----
Easy to do now. Set up params with years \ seasons etc. Just recycles. Already done. 5 minute job! On 22 Apr 2016 22:57, "Iago Mosqueira" notifications@github.com wrote:
We currently have one model with covariates in FLCore, rickerCA
rec ~ a * (1 - c * covar) * ssb * exp(-b * ssb)
What would we need to make it work in FLasher? The sr slot in the new FLBiol https://github.com/flr/FLCore/tree/NewFLBiol can accomodate the covariate(s) FLQuant(s), but they would have to be passed via FLBiolCpp to FLasher Rcpp.
— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/iagomosqueira/FLasher/issues/48
— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub
Sure. Single params get recycled but covar params need time series. Just need time series if all params. Most will not change. On 22 Apr 2016 23:28, "Iago Mosqueira" notifications@github.com wrote:
params are still single values, but the future value of covar is needed when projecting Sent from Zoho Mail on Android
---- On Fri, 22 Apr 2016 23:22:49 +0200 notifications@github.com wrote
Easy to do now. Set up params with years \ seasons etc. Just recycles. Already done. 5 minute job! On 22 Apr 2016 22:57, "Iago Mosqueira" notifications@github.com wrote:
We currently have one model with covariates in FLCore, rickerCA
rec ~ a * (1 - c * covar) * ssb * exp(-b * ssb)
What would we need to make it work in FLasher? The sr slot in the new FLBiol https://github.com/flr/FLCore/tree/NewFLBiol can accomodate the covariate(s) FLQuant(s), but they would have to be passed via FLBiolCpp to FLasher Rcpp.
— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/iagomosqueira/FLasher/issues/48
— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub
— You are receiving this because you commented. Reply to this email directly or view it on GitHub https://github.com/iagomosqueira/FLasher/issues/48#issuecomment-213594233
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.