mt: Mean and Variance of the t-Distribution

View source: R/moments.R

mtR Documentation

Mean and Variance of the t-Distribution

Description

Formula: \mu = 0 \quad (df > 1) \mathrm{Var}(X) = \frac{df}{df - 2} \quad (df > 2)

Usage

mt(df)

Arguments

df

Degrees of freedom

Value

List with mean and variance

See Also

dt

Examples

mt(df = 5)

DescTools documentation built on April 4, 2025, 1:55 a.m.