myncurve: My normal curve creates a normal distribution

Description Usage Arguments

View source: R/myncurve.R

Description

Creates a normal distribution with a given mean and standard deviation. Then, it shades the area of the lower tail below a given y value, as well as outputing the probability of that area

Usage

1
myncurve(mu, sigma, a)

Arguments

mu

Mean

sigma

Standard deviation

a

y value to calculate P(Y <= a)


Thoic/MATH4753thom0414 documentation built on April 22, 2021, 6:37 a.m.