Mse-methods {ChainLadder} | R Documentation |
Methods for Generic Function Mse
Description
Mse
is a generic function to calculate mean square error estimations in the chain-ladder framework.
Usage
Mse(ModelFit, FullTriangles, ...)
## S4 method for signature 'GMCLFit,triangles'
Mse(ModelFit, FullTriangles, ...)
## S4 method for signature 'MCLFit,triangles'
Mse(ModelFit, FullTriangles, mse.method="Mack", ...)
Arguments
ModelFit |
An object of class "GMCLFit" or "MCLFit". |
FullTriangles |
An object of class "triangles". Should be the output from a call of |
mse.method |
Character strings that specify the MSE estimation method. Only works for "MCLFit". Use |
... |
Currently not used. |
Details
These functions calculate the conditional mean square errors using the recursive formulas in Zhang (2010), which is a generalization of the Mack (1993, 1999) formulas. In the GMCL model, the conditional mean square error for single accident years and aggregated accident years are calcualted as:
In the MCL model, the conditional mean square error from Merz and Wüthrich (2008) is also available, which can be shown to be equivalent as the following:
For the Mack approach in the MCL model, the cross-product term in the above two formulas will drop out.
Value
Mse
returns an object of class "MultiChainLadderMse" that has the following elements:
mse.ay |
condtional mse for each accdient year |
mse.ay.est |
conditional estimation mse for each accdient year |
mse.ay.proc |
conditional process mse for each accdient year |
mse.total |
condtional mse for aggregated accdient years |
mse.total.est |
conditional estimation mse for aggregated accdient years |
mse.total.proc |
conditional process mse for aggregated accdient years |
FullTriangles |
completed triangles |
Author(s)
Wayne Zhang actuary_zhang@hotmail.com
References
Zhang Y (2010). A general multivariate chain ladder model.Insurance: Mathematics and Economics, 46, pp. 588-599.
Zhang Y (2010). Prediction error of the general multivariate chain ladder model.
See Also
See also MultiChainLadder.