myncurve: Normal Curve Distribution

View source: R/myncurve.R

myncurveR Documentation

Normal Curve Distribution

Description

Normal Curve Distribution

Usage

myncurve(mu, sigma, a)

Arguments

mu

mu as the mean of the distribution

sigma

sigma as the standard deviation of the distribution

a

a as the value that the random sample is less than

Value

Returns a normal distribution curve with the area shaded between the curve and the x-axis from -10000 to x=a. The area of P(x<=a) is also displayed on the plot.

Examples

myncurve(mu=10, sigma=2, a=8)

kennysoup/mypackage documentation built on May 2, 2022, 12:14 a.m.