myncurve: Normal Density Distribution and Probability Plotter

Description Usage Arguments Value Examples

View source: R/myncurve.R

Description

Plots the Density of a normal distribution and shades the area and calculates probability of X being equal to or less than 'a'

Usage

1
myncurve(mu, sigma, a)

Arguments

mu

Mean of the Normal Distribution

sigma

Standard devation of the Normal Distribution

a

Number X is equal to or less than, X<=a

Value

A Density Distribution Plot with Area under the code shaded and probability, P(X<=a)

Examples

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

sche97/MATH4753 documentation built on April 17, 2020, 9:39 a.m.