Learn R Programming

compoisson (version 0.3)

compoisson-data: Insurance Count Datasets

Description

Two auto insurance datasets compiled from published works. The Lemaire dataset contains published aggregate claim numbers for automobile third-party liability insurance of a Belgian insurance company in the early 1990's. The Buhlmann dataset originates from aggregate accident claims in 1961 for a class of auto insurance in Switzerland.

Usage

data(insurance)

Arguments

Format

Each dataset is a matrix with two columns. The first column contains the levels and the second contains the number of customers who submitted the corresponding level of claims.

Source

Lemaire, Jean. “Bonus-Malus Systems for Automobile Insurance”. Kluwer Academic Publishers, 1995. Panjer, Harry. “Actuarial Mathematics (Proceedings of Symposia in Applied Mathematics)”. Providence: American Mathematical Society, 1986.

Examples

Run this code
	data(insurance)
	Lemaire
	Buhlmann

Run the code above in your browser using DataLab