mymlnorm: Multidimenstional simulation

Description Usage Arguments Value Examples

View source: R/mymlnorm.R

Description

Poisson Central Limit Thereom function from lab 8

Usage

1
2
3
4
5
6
mymlnorm(
  x,
  mu = seq(10, 15, length = 1000),
  sig = seq(0.1, 4, length = 1000),
  color = "green"
)

Arguments

x

vector of data

mu

mean of the sample

sig

standard deviation of the sample

color

Color of plot

length

iterations

Value

3 panel graphs for the poisson distribution

Examples

1
## Not run: y=c(10,12,13,15,12,11,10); mymlnorm(y)

TylerPardun/MATH4753pard0003 documentation built on Dec. 31, 2020, 5:34 p.m.