Random generation for the $k$-truncated Poisson distribution
or for the $k$-truncated negative binomial distribution, where
$k$-truncated means conditioned on being strictly greater
than $k$. If xpred is not one, then the random variate is
the sum of xpred such random variates.
number of random values to return. If length(n) > 1,
the length is taken to be the number required.
size
the size parameter for the negative binomial distribution.
k
truncation limit.
xpred
number of trials.
mu
vector of positive means.
Value
a vector of random deviates.
Details
rktp simulates $k$-truncated Poisson random variates.
rktnb simulates $k$-truncated negative binomial random variates.
rnzp simulates zero-truncated Poisson random variates
(maintained only for backward compatibility, it now calls rktp).