
Last chance! 50% off unlimited learning
Sale ends in
An index target MP where the Effort is modified according to current index levels (mean index over last 5 years) relative to a target level.
ITe5(x, Data, reps = 100, plot = FALSE, yrsmth = 5, mc = 0.05)ITe10(x, Data, reps = 100, plot = FALSE, yrsmth = 5, mc = 0.1)
A position in the data object
A data object
The number of stochastic samples of the MP recommendation(s)
Logical. Show the plot?
The number of historical years over which to average the index
The maximum fractional change in the effort among years.
An object of class Rec
with the TAE slot(s) populated
ITe5
: Maximum annual changes are 5 per cent.
ITe10
: Maximum annual changes are 10 per cent.
See '>Data for information on the Data
object
ITe5
: Ind, Iref, MPeff
ITe10
: Ind, Iref, MPeff
See Online Documentation for correctly rendered equations
The TAE is calculated as:
yrsmth
years. Data@Iref
).
The maximum fractional change in TAE is specified in mc
.
# NOT RUN {
ITe5(1, DLMtool::SimulatedData, plot=TRUE)
ITe10(1, DLMtool::SimulatedData, plot=TRUE)
# }
Run the code above in your browser using DataLab