flr / FLasher

New version of Flash
http://flr-project.org/FLasher
2 stars 4 forks source link

Look into implementing SR models with covariates #48

Open iagomosqueira opened 8 years ago

iagomosqueira commented 8 years ago

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 can accomodate the covariate(s) FLQuant(s), but they would have to be passed via FLBiolCpp to FLasher Rcpp.

drfinlayscott commented 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

iagomosqueira commented 8 years ago

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

drfinlayscott commented 8 years ago

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