myclt: myclt

Description Usage Arguments Details Value Examples

View source: R/myclt.R

Description

graphical function using the CLT

Usage

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

Arguments

n

number

iter

amount

a

the starting value of the uniform sample

x

the ending value of the uniform sample

Details

This function takes in an n,iter,a,b and returns a distribution and a graph using the central limit theorem

Value

graphical output of the CLT tests

Examples

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

lukedlw/math4753ward0018 documentation built on April 28, 2020, 6:07 a.m.