SciencesPo (version 1.3.8)

normalcdf: Normal Cumulative Distribution

Description

Calculates the normal distribution probability using lower bound e upper bound by the mean $\mu$ and standard deviation.

Usage

normalcdf(lower, upper, mu = 0, sigma = 1)

Arguments

lower
is the inferior extreme value.
upper
is the superior extreme value.
mu
is the mean $\mu$, its default value is $\mu = 0$
sigma
is the standard deviation $\sigma$, its default value is $\sigma = 1$

encoding

UTF-8

See Also

draw.norm, normalpdf, invnormal.

Examples

Run this code
normalcdf(lower=-1.96,upper=1.96,mu=0,sigma=1)

Run the code above in your browser using DataLab