myncurve: My Normal Curve

Description Usage Arguments Examples

View source: R/myncurve.R

Description

myncurve creates a curve showing a normal density distribution, then calculates the area under the curve and graphically represents it with a polygon.

Usage

1
myncurve(mu, sigma, a)

Arguments

mu

The expected value

sigma

The standard deviation

a

What point we want to evaluate the area less than

Examples

1
myncurve(3, 1, 4)

JakeDaSnake1112/StatsPackage documentation built on Dec. 18, 2021, 12:30 a.m.