Chinese vehicle insurance {DDPM} | R Documentation |
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
Arguments
data_vinsurance |
A vector of (non-negative integer) count values. |
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.
Value
data_vinsurance gives the frequency distribution of claims of the third liability vehicle insurance in a Chinese insurance company.
Author(s)
Muhammad Imran
R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.
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
x<-data_vinsurance
summary(x)
table (x)