Displays a Quantile of a Normal Curve

normal_quantile(prob, normal_pars)

Arguments

prob

probability value of interest

normal_pars

vector of mean and standard deviation of the normal curve

Value

Displays the quantile of a normal curve corresponding to a specific probability value

Examples

parameters <- c(100, 10) prob_value <- 0.7 normal_quantile(prob_value, parameters)