predict.TriangleModel {ChainLadder} | R Documentation |
Prediction of a claims triangle
Description
The function is internally used by MackChainLadder
to forecast future claims.
Usage
## S3 method for class 'TriangleModel'
predict(object,...)
## S3 method for class 'ChainLadder'
predict(object,...)
Arguments
object |
a list with two items:
|
... |
not in use |
Value
FullTriangle |
forecasted claims triangle |
Author(s)
Markus Gesmann
See Also
See also chainladder
, MackChainLadder
Examples
RAA
CL <- chainladder(RAA)
CL
predict(CL)
[Package ChainLadder version 0.2.19 Index]