predict.TriangleModel: Prediction of a claims triangle

Description Usage Arguments Value Author(s) See Also Examples

View source: R/ChainLadder.R

Description

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

Usage

1
2
3
4
## 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

1
2
3
4
5
RAA

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

edalmoro/ChainLadderQuantileV1 documentation built on May 29, 2019, 3:05 a.m.