norwegianfire dataset

Norwegian fire insurance data

Norwegian fire insurance data

Fire insurance claims for a Norwegian insurance company for the period 1972 to 1992 as studied in Beirlant et al. (1996).

A priority of 500 units was in force. data

data("norwegianfire")

Format

A data frame with 9181 observations on the following 2 variables:

  • size: Size of fire insurance claim (in 1000 NOK).
  • year: Year of claim occurence (expressed as yyyy instead of 19yy19yy).

Source

Beirlant, J., Teugels, J. L. and Vynckier, P. (1996). Practical Analysis of Extreme Values, Leuven University Press.

References

Beirlant J., Goegebeur Y., Segers, J. and Teugels, J. (2004). Statistics of Extremes: Theory and Applications, Wiley Series in Probability, Wiley, Chichester.

Examples

data(norwegianfire) # Exponential QQ-plot for Norwegian Fire Insurance data for claims in 1976. ExpQQ(norwegianfire$size[norwegianfire$year==76]) # Pareto QQ-plot for Norwegian Fire Insurance data for claims in 1976. ParetoQQ(norwegianfire$size[norwegianfire$year==76])
  • Maintainer: Tom Reynkens
  • License: GPL (>= 2)
  • Last published: 2024-12-02

About the dataset

  • Number of rows: 9181
  • Number of columns: 2
  • Class: data.frame

Column names and types

  • size:integer
  • year:integer