predict.TriangleModel | R Documentation |
The function is internally used by MackChainLadder
to forecast future claims.
## S3 method for class 'TriangleModel'
predict(object,...)
## S3 method for class 'ChainLadder'
predict(object,...)
object |
a list with two items:
|
... |
not in use |
FullTriangle |
forecasted claims triangle |
Markus Gesmann
See also chainladder
, MackChainLadder
RAA
CL <- chainladder(RAA)
CL
predict(CL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.