ChainLadder (version 0.2.9)

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,...)

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

Value

FullTriangle

forecasted claims triangle

See Also

See also chainladder, MackChainLadder

Examples

Run this code
# NOT RUN {
RAA

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

Run the code above in your browser using DataCamp Workspace