myclt: A function utilizing central limit theorem to produce a...

Description Usage Arguments Value Examples

View source: R/myclt.R

Description

A function utilizing central limit theorem to produce a histogram for a uniform distribution.

Usage

1
myclt(n, iter, a = 0, b = 5)

Arguments

n

the sample size

iter

the number of iterations

a

the lowest value of x (for a Uniform)

b

the highest value of x(for a Uniform)

Value

a histogram of the distribution of sums

Examples

1
## Not run: myclt(n=20, iter=10000, a=3, b=6)

jndaniel12/MATH4753DANIEL documentation built on April 25, 2021, 1:47 a.m.