myncurve: myncurve

Description Usage Arguments Value Examples

View source: R/myncurve.R

Description

Determine and visualize the probability of seeing a value from -infinity to a in a normal distribution

Usage

1
myncurve(mu, sigma, a)

Arguments

mu

the mean of the normal to observe

sigma

the standard deviation of the normal to observe

Value

the probability of seeing a value from -infinity to a in a in this distribution

Examples

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

Tom-bomb/glowup documentation built on Dec. 31, 2020, 5:32 p.m.