
The function is internally used by MackChainLadder
to forecast future claims.
# S3 method for TriangleModel
predict(object,...)
# S3 method for ChainLadder
predict(object,...)
forecasted claims triangle
a list with two items: Models
, Triangle
Models
list of linear models for each development period
Triangle
input triangle to forecast
not in use
Markus Gesmann
See also chainladder
, MackChainLadder
RAA
CL <- chainladder(RAA)
CL
predict(CL)
Run the code above in your browser using DataLab