Learn R Programming

SciencesPo (version 1.02.12)

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

normalpdf, normalcdf

Examples

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

Run the code above in your browser using DataLab