ChainLadder (version 0.2.18)

predict.TriangleModel: Prediction of a claims triangle

Description

The function is internally used by MackChainLadder to forecast future claims.

Usage

# S3 method for TriangleModel
predict(object,...)
# S3 method for ChainLadder
predict(object,...)

Value

FullTriangle

forecasted claims triangle

Arguments

object

a list with two items: Models, Triangle

Models

list of linear models for each development period

Triangle

input triangle to forecast

...

not in use

Author

Markus Gesmann

See Also

See also chainladder, MackChainLadder

Examples

Run this code

RAA

CL <- chainladder(RAA)
CL
predict(CL)

Run the code above in your browser using DataLab