Learn R Programming

distributional (version 0.1.0)

dist_student_t: The (non-central) Student t Distribution

Description

stable

Usage

dist_student_t(df, ncp = NULL)

Arguments

df

degrees of freedom (\(> 0\), maybe non-integer). df = Inf is allowed.

ncp

non-centrality parameter \(\delta\); currently except for rt(), only for abs(ncp) <= 37.62. If omitted, use the central t distribution.

See Also

stats::TDist

Examples

Run this code
# NOT RUN {
dist_student_t(df = c(1,2,5))

# }

Run the code above in your browser using DataLab