Join2Fits | R Documentation |
This function is created to facilitate the fitting of the multivariate functions when specifying different models in two different development periods, especially when separate chain-ladder is used in later periods.
Join2Fits(object1, object2)
object1 |
An object of class "MultiChainLadder" |
object2 |
An object of class "MultiChainLadder" |
The inputs must be of class "MultiChainLadder" because this function depends on the model
slot to determine what kind of object is to be created and returned. If both objects have "MCL"
, then an object of class "MCLFit" is created; if one has "GMCL"
and one has "MCL"
, then an object of class "GMCLFit" is created, where the one with "GMCL"
is assumed to come from the first development periods; if both have "GMCL"
, then an object of class "GMCLFit" is created.
Wayne Zhang actuary_zhang@hotmail.com
See also MultiChainLadder
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.