t_interval: Prediction interval of a t-distribution

View source: R/normalinference.R

t_intervalR Documentation

Prediction interval of a t-distribution

Description

Prediction interval of a t-distribution

Usage

t_interval(nu = 1, probability = 0.95)

Arguments

nu

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

probability

(numeric) The probability (area under curve) within the interval

Value

A numeric vector giving the lower and upper bounds of the interval containing the specified probability.

Examples

t_interval()
t_interval(nu = 10, probability = 0.99)

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