Description Usage Arguments Details Value References Examples
View source: R/mgeo_distribution.R View source: R/beg_distribution.R
Distribution function for bivariate exponential geometric distribution with parameters β > 0 and p in (0,1).
Distribution function for bivariate exponential geometric distribution with parameters β > 0 and p in (0,1).
1 2 3  | 
data | 
 is bivariate vector (X,N) vector representing observations from BEG model.  | 
beta | 
 numeric parameter which must be numeric greater than 0.  | 
p | 
 numeric parameter between 0 and 1.  | 
lower.tail | 
 logical; if TRUE (default), probabilities are P[X ≤ x, N ≤q n], otherwise, P[X > x, N > n].  | 
log.p | 
 logical; if TRUE, probabilities p are given as log(p).  | 
pbexpgeo is the distribution function.
pbexpgeo is the distribution function.
vector of distribution.
vector of distribution.
Kozubowski, T.J., & Panorska, A.K. (2005). A Mixed bivariate distribution with exponential and geometric marginals. Journal of Statistical Planning and Inference, 134, 501-520. https://doi.org/10.1016/j.jspi.2004.04.010
Kozubowski, T.J., & Panorska, A.K. (2005). A Mixed bivariate distribution with exponential and geometric marginals. Journal of Statistical Planning and Inference, 134, 501-520. https://doi.org/10.1016/j.jspi.2004.04.010
1 2 3 4 5 6 7  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.