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: Models, Triangle

Models

list of linear models for each development period

Triangle

input triangle to forecast

...

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.18 Index]