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

Retrospective analysis with short time blocks #4

Open
jysullivan opened this issue May 22, 2019 · 0 comments
Open

Retrospective analysis with short time blocks #4

jysullivan opened this issue May 22, 2019 · 0 comments

Comments

@jysullivan
Copy link
Member

There is an issue accommodating short time blocks at the end of the model time series in a retrospective. Specifically it isn't possible to estimate parameters when time blocks are peeled back to < 3 years.

During a meeting 5/21/19, @scdressel and I discussed 4 alternatives to address this issue. To illustrate the problem and alternatives, I will use the example of natural mortality (M) time blocks from 1980-1998, 1999-2014, and 2015-2017.

Alternative 1: Remove the last time block and run the retrospective with only 2 time blocks. E.g. Assume time blocks for M are 1980-1998 and 1999-2017.

Not preferred because this is a different model. It is the easiest to code.

Alternative 2: For retrospective peels that results in time blocks <= 2 yrs, fix the parameter to the estimate obtained with 3 yrs.

Not preferred because it could mask poor retrospective behavior. Also challenging to program.

Alternative 3: For retrospective peels that results in time blocks <= 2 yrs, remove time block. So for peel 0, the time blocks are 1980-1998, 1999-2014, and 2015-2017, for peel 1 they are 1980-1998 and 1999-2016, and for peel 2 they are 1980-1998 and 1999-2015.

Preferred alternative. It is a compromise between Alternatives 1 and 4 that closely matches how time blocks are added to the model (they have to be at least 3 yrs in length before being considered).

Alternative 4: If the peels don't run, do not report them in the figures or include them in the calculation of Mohn's rho.

Second preferred alternative. Concern that we lose this information completely.

jysullivan added a commit that referenced this issue Jun 3, 2019
…time block.

- Fixed retrospective figure and applied rule to remove time block if <= 2 years. #4
- Major folder rorganization and code review. All analyses in 2018_forecast reviewed and revised to run in new structure. All figs now in results folder.
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

1 participant