SciencesPo (version 1.3.8)

invnormal: Inverse Cumulative Standard Normal Distribution

Description

Computes the inverse cumulative distribution of x associated with an area under the normal distribution curve given by $\mu$ and standard deviation $\sigma$.

Usage

invnormal(area, mu = 0, sigma = 1)

Arguments

area
the area or a vector of probabilities.
mu
the mean $\mu$.
sigma
the standard deviation of the distribution $\sigma$.

encoding

UTF-8

See Also

draw.norm, normalpdf, normalcdf

Examples

Run this code
invnormal(area=0.35,mu=0,sigma=1)

Run the code above in your browser using DataLab