Learn R Programming

ChainLadder (version 0.1.4-2)

getLatestCumulative: Triangle information for most recent calendar period.

Description

Return most recent values for all origin periods of a cumulative development triangle.

Usage

getLatestCumulative(cumulative.tri)

Arguments

cumulative.tri
a cumulative triangle. Assume columns are the development period, use transpose otherwise.

Value

  • A vector of most recent non-'NA' values of a triangle for all origin periods.

See Also

See also as.triangle.

Examples

Run this code
RAA
getLatestCumulative(RAA)

Run the code above in your browser using DataLab