mt: Mean and Variance of the t-Distribution

View source: R/moments.R

mtR Documentation

Mean and Variance of the t-Distribution

Description

The t distribution with df = \nu degrees of freedom has mean and variance of: \mu = 0 \quad (\nu > 1) \mathrm{Var}(X) = \frac{\nu}{\nu - 2} \quad (\nu > 2)

Usage

mt(df)

Arguments

df

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

Value

List with mean and variance

References

Casella, G. and Berger, R.L. (2002). Statistical Inference. Duxbury.

See Also

dt

Examples

mt(df = 5)

AndriSignorell/DescTools documentation built on June 11, 2025, 10:41 p.m.