mycltp: My Central Limit Function, Poisson Distribution

View source: R/mycltp.R

mycltpR Documentation

My Central Limit Function, Poisson Distribution

Description

My Central Limit Function, Poisson Distribution

Usage

mycltp(n, iter, lambda = 10, ...)

Arguments

n

the number of samples that should be taken each iteration

iter

the number of iterations

lambda

the lambda value of the poisson distribution, defaults to 10

...

additional options to be passed to the histogram function

Value

a vector of all of the samples taken

Examples

## Not run: mycltp(n=10, iter=10000, lambda=5)

sam-irl/MATH4753bird0023 documentation built on May 3, 2022, 6:29 p.m.