
Random values generation from the bivariate Poisson distribution.
rbp(n, lambda)
A matrix with n rows and 2 columns.
The sample size.
A vector with the three parameters,
Michail Tsagris.
R implementation and documentation: Michail Tsagris mtsagris@uoc.gr.
In order to generate values from this distribution one needs three independent Poisson variables,
Kocherlakota S. and Kocherlakota K. (1992). Bivariate discrete distributions. CRC PRess.
bp.mle
x <- rbp( 300, c(3, 5, 2) )
bp.mle(x)
Run the code above in your browser using DataLab