A method to collect all the needed model input specific to the break model.
An object of type BreakAnnualAggLossDevModelInput 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 AnnualAggLossDevModels (break and standard). These models have many data elements in common.
This method appends only the elements specific to the break model onto the list created by a call to NextMethod().
The following elements are appended:
x.0Two values. The lower bound for the number of knots. First is for first spline.
x.rTwo values. The upper bound for the number of knots. First is for first spline.
break.rowTwo integer values given the (inclusive) range of rows in which the first year in the new regime could occur.
break.row.priorsThe parameters for the beta distribution which serves as the prior for the location of the structural break.
K.trimThe maximum number of columns in the post-break triangle.
beta.priorA matrix giving the prior for the location of knots. First column is for the pre-break spline. Second is for the post-break spline.
mu.number.of.knots.priorA matrix giving the prior for the mean of the number of knots. First column is for the pre-break spline. Second is for the post-break spline
number.of.knots.uboundA vector giving the upper bound for the number of knots. First is for the pre-break spline. Second is for the post-break spline