ICI: Index Confidence Interval

Description Usage Arguments Details Value Functions Required Data Rendered Equations Author(s) References See Also Examples

View source: R/MPs_Output.R

Description

The MP adjusts catch based on the value of the index in the current year relative to the time series mean and standard error.

Usage

1
2
3
ICI(x, Data, reps = 100, plot = FALSE)

ICI2(x, Data, reps = 100, plot = FALSE)

Arguments

x

A position in the data object

Data

A data object

reps

The number of stochastic samples of the MP recommendation(s)

plot

Logical. Show the plot?

Details

The TAC is calculated as:

\textrm{TAC}_y=C_{y-1} α

where C_{y-1} is the catch from the previous year, and α is defined as:

where I is the index in the most recent year, d is 0.75 for ICI and ICI2, u is 1.05 and 1.25 forICI and ICI2 respectively, and \textrm{CI}_L and \textrm{CI}_L are the lower and upper bound of the confidence interval of mean historical index. The confidence interval is calculated using Z-scores described in the Functions section below.

Value

An object of class Rec with the TAC slot populated with a numeric vector of length reps

Functions

Required Data

See Data for information on the Data object

ICI: Cat, Ind

ICI2: Cat, Ind

Rendered Equations

See Online Documentation for correctly rendered equations

Author(s)

Coded by Q. Huynh. Developed by Jardim et al. (2015)

References

Ernesto Jardim, Manuela Azevedo, Nuno M. Brites, Harvest control rules for data limited stocks using length-based reference points and survey biomass indices, Fisheries Research, Volume 171, November 2015, Pages 12-19, ISSN 0165-7836, https://doi.org/10.1016/j.fishres.2014.11.013

See Also

Other Index methods: GB_slope(), GB_target(), Gcontrol(), Iratio(), Islope1(), Itarget1_MPA(), Itarget1(), ItargetE1()

Examples

1
2
3

DLMtool/DLMtool documentation built on June 20, 2021, 5:20 p.m.