IDX | R Documentation |
Index-based MP used in the most recent outside Yelloweye Rockfish assessment in BC.
IDX(
x,
Data,
reps = 100,
delta_min = -0.5,
delta_max = 0.25,
lambda = 1,
tac_floor = NULL,
year_ref = 1
)
IDX_smooth(x, Data, reps = 100, tac_floor = 1, ...)
x |
A position in the data object. |
Data |
A data object. |
reps |
The number of stochastic samples of the MP recommendation(s). |
delta_min |
Most negative drop proportion allowed in the index. |
delta_max |
Most positive increased proportion allowed in the index. |
lambda |
Smoothing parameter. 0 means always use the last TAC. 1 means no smoothing. Can take any value in between. |
tac_floor |
TAC when |
year_ref |
Number of years before the present year for the comparison of
the index value. Default looks back one year. For a biennial survey this
should be changed to something larger such as 2 or the recommended TAC will
never change. Note that the algorithm fills in |
... |
Other arguments to pass to IDX. |
Sean P Cox, Beau Doherty, Ashleen J Benson, Samuel DN Johnson, and Dana Haggarty. Evaluation of potential rebuilding strategies for Outside Yelloweye Rockfish in British Columbia. Working Paper 2017GRF02.
IDX(1, MSEtool::SimulatedData)
IDX(1, MSEtool::SimulatedData, lambda = 0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.