test4: Replicate Poisson generator

Description Usage Arguments Details Value Author(s) References See Also Examples

View source: R/test3.R

Description

This function is a front-end for the standard {rpois} Poisson generator.

Usage

1
test4(Nsim = 10^4, lambda = 100)

Arguments

Nsim

Number of simulations

lambda

Poisson parameter

Details

This function replicates rpois(Nsim,lambda) and thus should not be used.

Value

This function produces a integer vector of size Nsim.

Author(s)

Christian P. Robert and George Casella

References

From Chapter 2 of EnteR Monte Carlo Statistical Methods

See Also

test3,rpois

Examples

1
2
mean(test4())
# produces [1] 100.0273

mcsm documentation built on May 2, 2019, 10:16 a.m.

Related to test4 in mcsm...