Learn R Programming

DDPM (version 0.1.0)

Automobile insurance Belgium 1975-76: The data show the number of automobile insurance third-party liability portfolios

Description

The function gives the number of automobile insurance third-party liability portfolios.

Usage

data_claim1

Value

data_claim1 gives the number of automobile insurance third-party liability portfolios.

Arguments

data_claim1

A vector of (non-negative integer) count values.

Author

Muhammad Imran

R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.

Details

The data show the number of automobile insurance third-party liability portfolios in Belgium 1975-76. Recently, they were used by Denuit (1997) and fitted by the zero-inflated Poisson (ZIP) distribution.

References

Denuit, M. (1997). A new distribution of Poisson-type for the number of claims. ASTIN Bulletin: The Journal of the IAA, 27(2), 229-242.

See Also

data_claims

Examples

Run this code
x<-data_claim1
summary(x)
table (x)

Run the code above in your browser using DataLab