recp {ecpdist} | R Documentation |
Generate a pseudo-random sample, without censoring, from the extended Chen-Poisson (ecp) distribution.
recp(n, lambda, gamma, phi)
n |
sample size. |
lambda , gamma |
parameter values > 0. |
phi |
parameter value != 0. |
A vector of randomly generated numbers from the extended Chen-Poisson distribution.
recp(10,1,1,1) # random sample of size 10