Skip to contents

Normal Quantile Function

Usage

quant_norm(x, mean = 0, sd = 1)

Arguments

x

A numeric vector of probabilities.

mean

A numeric vector of the means.

sd

A non-negative numeric vector of the standard deviations.

Value

An numeric vector of the corresponding quantiles.

Examples

quant_norm(c(0.1, 0.4, 0.6))
#> [1] -1.2815516 -0.2533471  0.2533471