Random values generation from the bivariate Poisson distribution {bivpois} | R Documentation |
Random values generation from the bivariate Poisson distribution
Description
Random values generation from the bivariate Poisson distribution.
Usage
rbp(n, lambda)
Arguments
n |
The sample size. |
lambda |
A vector with the three parameters, |
Details
In order to generate values from this distribution one needs three independent Poisson variables, ,
and
. Then,
.
Value
A matrix with n rows and 2 columns.
Author(s)
Michail Tsagris.
R implementation and documentation: Michail Tsagris mtsagris@uoc.gr.
References
Kocherlakota S. and Kocherlakota K. (1992). Bivariate discrete distributions. CRC PRess.
See Also
Examples
x <- rbp( 300, c(3, 5, 2) )
bp.mle(x)
[Package bivpois version 1.0 Index]