Learn R Programming

nhppp (version 1.0.2)

rng_stream_rztpois: Zero-truncated Poisson random samples from rstream objects

Description

Sample from rstream objects

Usage

rng_stream_rztpois(size = 1, lambda = 1, rng_stream = NULL)

Value

a vector of non zero counts of size size

Arguments

size

Integer, number of samples

lambda

Positive number, the mean of the original (untruncated) Poisson distribution

rng_stream

(rstream) an rstream object or NULL

Examples

Run this code
rng_stream_rztpois(10)

Run the code above in your browser using DataLab