normal_auc: Area under normal distribution between two bounds

View source: R/normalinference.R

normal_aucR Documentation

Area under normal distribution between two bounds

Description

Area under normal distribution between two bounds

Usage

normal_auc(lower_bound = -Inf, upper_bound = Inf, mean = 0, sd = 1)

Arguments

lower_bound

(numeric) The lower boundary of the interval

upper_bound

(numeric) The upper boundary of the interval

mean

(numeric) The mean of the normal distribution

sd

(numeric) The standard deviaion of the normal distribution

Value

(numeric) The probability of being between the lower bound and upper bound in a normally distributed random variable whose mean and standard deviation are those specified.

Examples

normal_auc(lower_bound = 0)
normal_auc(upper_bound = 1)
normal_auc(lower_bound = -1, upper_bound = 2)

mark-andrews/isdsr-pkg documentation built on Sept. 13, 2022, 11:47 p.m.