poisrand: Simulation Poisson Process

Description Usage Arguments Value Examples

Description

A Poisson Process sampler using R

Usage

1
poisrand(n, lambda)

Arguments

n

the number of samples

lambda

the mean of the Poisson distribution

Value

a random sample of size n for Poisson Process

Examples

1
2
3
temp=poisrand(1000,5)
head(temp)
mean(temp)

StatComp18063/StatComp documentation built on May 13, 2019, 10:04 a.m.