Description Usage Arguments Details Value References Examples
View source: R/mgeo_distribution.R
Random sample generating function for multivariate geometric distribution with parameters $p_1,...,p_d$ in (0,1)$ and -1<θ < \dfrac{1-\min(p_1,...,p_d)}{1+\min(p_1,...,p_d)}.
1 | rmgeo(n, theta, prob)
|
n |
size of sample. |
theta |
numeric parameter which must be greater than -1 but less than (1-min(p))/(1+min(p)). |
prob |
vector of parameters between 0 and 1. |
rmgeo generates random sample from MGEO distribution.
vector of random samples generate from MGEO model.
Amponsah, C. K., & Kozubowski, T.J. (2022). A mixed multivariate distribution with bivariate exponential and geometric marginals. Inprint. https://doi.org/10.1016/j.jspi.2004.04.010
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.