myncurve: Graphs and calculates the lower tail probability of a in a...

Description Usage Arguments Value Examples

View source: R/myncurve.R

Description

Graphs and calculates the lower tail probability of a in a normal distribution.

Usage

1
myncurve(a, mu = 0, sigma = 1)

Arguments

a

The number for which the probability of the lower tail will be found

mu

The mean of the normal distribution

sigma

The standard deviation of the normal distribution

Value

Lower tail probability of a. Prints graph visualizing the lower tail.

Examples

1
myncurve(0) -> 0.5

matthewCmatt/MATH4753CARROLL documentation built on April 20, 2021, 7:25 p.m.