A method to collect all the needed model input specific to the standard model. Intended for internal use only.
An object of type StandardAnnualAggLossDevModelInput
from which to collect the needed model input.
A named list of the specific model elements. See details for more info.
There are currently two types of AnnualAggLossDevModel
s (break and standard). These models have many data elements in common.
This method appends only the elements specific to the standard model onto the list created by a call to NextMethod()
.
The following elements are appended:
x.0
A single value. The lower bound for the location of knots.
x.r
A single value. The upper bound for the location of knots.
beta.prior
A vector giving the prior for the location of knots.
mu.number.of.knots.prior
The priors for the mean of the number of knots.
number.of.knots.ubound
The upper bound for the number of knots.