Learn R Programming

DDPM (version 0.1.0)

Chinese vehicle insurance: The data show the frequency distribution of claims of the third liability vehicle insurance in a Chinese insurance company

Description

The function gives the frequency distribution of claims of the third liability vehicle insurance in a Chinese insurance company.

Usage

data_vinsurance

Value

data_vinsurance gives the frequency distribution of claims of the third liability vehicle insurance in a Chinese insurance company.

Arguments

data_vinsurance

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 frequency distribution of claims of the third liability vehicle insurance in a Chinese insurance company. They were used by Wang (2011) and fitted by the one mixed negative binomial distribution.

References

Wang, Z. (2011). One mixed negative binomial distribution with the application. Journal of Statistical Planning and Inference, 141(3), 1153-1160.

See Also

data_claims, data_claim1, data_claim2

Examples

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

Run the code above in your browser using DataLab