Accidents to Connecticut general driver {DDPM} | R Documentation |
The data show the frequency distribution of accidents to Connecticut general driver
Description
The function gives the frequency distribution of accidents to Connecticut general drivers.
Usage
data_connecticut
Arguments
data_connecticut |
A vector of (non-negative integer) count values. |
Details
The data show the frequency distribution of accidents to Connecticut general drivers. They were used by Xekalaki (1984) and fitted by the bivariate generalized Waring distribution.
Value
data_connecticut gives the frequency distribution of accidents to Connecticut general drivers.
Author(s)
Muhammad Imran
R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.
References
Xekalaki, E. (1984). The bivariate generalized Waring distribution and its application to accident theory. Journal of the Royal Statistical Society: Series A (General), 147(3), 488-498.
See Also
Examples
x<-data_connecticut
summary(x)
table (x)
[Package DDPM version 0.1.0 Index]