Learn R Programming

DDPM (version 0.1.0)

Accident insurance claims: The data consist of the number of accident insurance claims

Description

The function gives the number of accident insurance claims based on 16760 policies.

Usage

data_claims

Value

data_claims gives the number of accident insurance claims based on 16760 policies.

Arguments

data_claims

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

Author

Muhammad Imran

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

Details

The data consist of the number of accident insurance claims based on 16760 policies in Mazandaran Province. Recently, they were used by Alshkaki (2016) and fitted by the zero-and-one inflated Poisson distribution.

References

Alshkaki, R. S. A. (2016). On the zero-one inflated Poisson distribution. International Journal of Statistical Distributions and Applications, 2(4), 42-8.

Momeni, F. (2011). The generalized power series distribution and their application. The Journal of Mathematics and Computer Science, 2(4), 691-697.

See Also

data_claims, data_claim1, data_claim2, data_claim3, data_claim6, data_claim7

Examples

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

Run the code above in your browser using DataLab