Learn R Programming

ChainLadder (version 0.1.7)

MultiChainLadderFit-class: Class "MultiChainLadderFit", "MCLFit" and "GMCLFit"

Description

"MultiChainLadderFit" is a virtual class for the fitted models in the multivariate chain ladder reserving framework, "MCLFit" is a result from the interal call .FitMCL to store results in model MCL and "GMCLFit" is a result from the interal call .FitGMCL to store results in model GMCL. The two classes "MCLFit" and "GMCLFit" differ only in the presentation of $B_k$ and $\Sigma_{B_k}$, and different methods of Mse and predict will be dispatched according to these classes.

Arguments

Objects from the Class

"MultiChainLadderFit" is a virtual Class: No objects may be created from it. For "MCLFit" and "GMCLFit", objects can be created by calls of the form new("MCLFit", ...) and new("GMCLFit", ...) respectively.

Extends

"MCLFit" and "GMCLFit" extends class "MultiChainLadderFit", directly.

See Also

See also Mse.

Examples

Run this code
showClass("MultiChainLadderFit")

Run the code above in your browser using DataLab