Skip to contents

summary method for a checkTriangleInflation object

Usage

# S3 method for checkTriangleInflation
summary(object, ...)

Arguments

object

object of class checkTriangleInflation

...

optional arguments for a summary method

Details

summary.checkTriangleInflation shows the summary of a checkTriangleInflation object.

Value

summary.checkTriangleInflation gives a named numeric array of three rows.

rate

Inflation rate for the specific development period

R2

\(R^2\) coefficient for each regression curve

points

Number of points used

Author

Marco De Virgilis devirgilis.marco@gmail.com

Examples

 test <- checkTriangleInflation( MedMal$MedMalOutstanding / MedMal$MedMalOpen )
 summary(test)
#>                1         2         3         4         5         6        7
#> rate   0.1561905 0.2949749 0.3110902 0.3417400 0.3296170 0.3216367 0.276155
#> R2     0.7995755 0.8946321 0.8578738 0.9405004 0.9887844 0.9831351 1.000000
#> Points 8.0000000 7.0000000 6.0000000 5.0000000 4.0000000 3.0000000 2.000000