powered by
A simple average catch-depletion MP that was included to demonstrate just how informative an estimate of current stock depletion can be.
MCD(x, Data, reps = 100, plot = FALSE)MCD4010(x, Data, reps = 100, plot = FALSE)
MCD4010(x, Data, reps = 100, plot = FALSE)
A position in a data-limited methods data object
A data-limited methods data object
The number of stochastic samples of the MP recommendation(s)
Logical. Show the plot?
An object of class Rec with the TAC slot populated with a numeric vector of length reps
Rec
TAC
reps
MCD: The calculated TAC = 2 * depletion * AvC
MCD
MCD4010: Linked to a 40-10 harvest control rule
MCD4010
See '>Data for information on the Data object
Data
MCD: Cat, Dep
MCD4010: Cat, Dep
See Online Documentation for correctly rendered equations
The TAC is calculated as: $$\textrm{TAC} = 2 \bar{C} D $$ where \(\bar{C}\) is mean historical catch, and \(D\) is estimate of current depletion.
The TAC is modified by a harvest control rule in MCD4010.
# NOT RUN { MCD(1, DLMtool::Atlantic_mackerel, plot=TRUE) MCD4010(1, DLMtool::Atlantic_mackerel, plot=TRUE) # }
Run the code above in your browser using DataLab