summary
to calculate summary statistics from a "MultiChainLadder" object.## S3 method for class 'MultiChainLadder':
summary(object, portfolio=NULL,...)
"MultiChainLadder"
summary
methodssummary
function returns an object of class "MultiChainLadderSummary" that has the following slots:systemfit
. They are put into the matrix format for GMCLsystemfit
systemfit
summary
calculations the summary statistics for each triangle and the whole portfolio from portfolio
. portfolio
defaults to the sum of all input triangles. It can also be specified as "i+j" format, which means the sum of the i-th and j-th triangle as portfolio. For example, "1+3"
means the sum of the first and third triangle as portfolio.MultiChainLadder
data(GenIns)
fit.bbmw=MultiChainLadder(list(GenIns),fit.method="OLS", mse.method="Independence")
summary(fit.bbmw)
Run the code above in your browser using DataLab