clt_pois: Central Limit Theorem on Poisson Distribution Produce plots...

Description Usage Arguments Value Examples

View source: R/Lab8.R

Description

Central Limit Theorem on Poisson Distribution Produce plots pertaining the distribution of the sample mean from a population distributed as Poisson distribution

Usage

1
clt_pois(n, iter, lambda = 10, ...)

Arguments

n

number of sample

iter

number of iteration

lambda

the rate of poisson distribution

...

Value

plots simulating CLT outcomes of Poisson distribution

Examples

1
clt_pois(n = 50, iter = 100000, ...)

fraclad/math4753 documentation built on April 21, 2020, 2:21 p.m.