Description Usage Arguments Details Value References Examples
Random sample generating function for discrete Pareto distribution with parameters λ > 0 and p \in (0,1).
1 | rgeopois(n, lambda, p)
|
n |
size of sample. |
lambda |
numeric parameter which must be numeric greater than 0. |
p |
numeric parameter between 0 and 1. |
rgeopois generates random sample from discrete geometric with Poisson hidden truncation distribution.
vector of samples generate from discrete geometric with Poisson hidden truncation distribution.
Amponsah, C. K. and Kozubowski, T. J. (2020). Geometric with Poisson hidden truncation distribution. Yet to publish
1 2 | N <- rgeopois(20, lambda=2, p=0.3)
N
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.