myncurve: This function will display the curve, shaded area between the...

Description Usage Arguments Value Examples

View source: R/myncurve.R

Description

This function will display the curve, shaded area between the curve and x axis from -∞ to x=a, and calculate the area (probability, P(X<=a)) which is released to the command-line in a lis

Usage

1
myncurve(mu, sigma, a)

Arguments

mu

the mean

sigma

the standard variation

a

x value

Value

shaded area between the curve and x axis from -∞ to x=a

Examples

1
myncurve(mu=10,sigma=5,a=6)

vu0027/MATH4753 documentation built on June 30, 2020, 12:48 a.m.