mycltu: A function to create a uniform statistic and generate mean...

View source: R/mycltu.R

mycltuR Documentation

A function to create a uniform statistic and generate mean plots

Description

A function to create a uniform statistic and generate mean plots

Usage

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

Arguments

n

the number of samples

iter

the number of iterations

a

the min for Uniform distribution

b

the max for Uniform distribution

Details

A function from Lab 8

Value

w vector and density histogram

Examples

## Not run: mycltu(n=1,iter=10000,a=0,b=10))


markoleptic/MyPackage documentation built on May 3, 2022, 12:06 a.m.