Skip to content
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

Open
iagomosqueira opened this issue Apr 22, 2016 · 3 comments
Open

Look into implementing SR models with covariates #48

iagomosqueira opened this issue Apr 22, 2016 · 3 comments

Comments

@iagomosqueira
Copy link
Member

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
Copy link
Collaborator

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" [email protected] 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
#48

@iagomosqueira
Copy link
Member Author

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 [email protected] 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" [email protected] 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
#48


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub

@drfinlayscott
Copy link
Collaborator

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" [email protected] 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 [email protected] 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" [email protected] 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
#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
#48 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants