t_auc: Area under t-distribution between two bounds

View source: R/normalinference.R

t_aucR Documentation

Area under t-distribution between two bounds

Description

Area under t-distribution between two bounds

Usage

t_auc(lower_bound = -Inf, upper_bound = Inf, nu = 1)

Arguments

lower_bound

(numeric) The lower boundary of the interval

upper_bound

(numeric) The upper boundary of the interval

nu

(numeric) The degrees of freedom parameter of the t-distribution. This is usually, but not necessarily, an integer.

Value

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

Examples

t_auc(lower_bound = 0, nu = 1)
t_auc(upper_bound = 1, nu = 10)
t_auc(lower_bound = -1, upper_bound = 2, nu = 25)

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