mycltu: Uniform Distribution based on the Central Limit Theorem

View source: R/mycltu.R

mycltuR Documentation

Uniform Distribution based on the Central Limit Theorem

Description

Uniform Distribution based on the Central Limit Theorem

Usage

mycltu(n, iter, a = 0, b = 10)

Arguments

n

The sample size of the population

iter

The number of iterations taken

a

The lower limit of the distribution

b

The upper limit of the distribution

Value

A histogram of the density v. sample mean with density curves for the population and sample

Examples

mycltu(n=20,iter=10000)

calwatson40/wats0079MATH4753 documentation built on May 3, 2022, 12:04 a.m.