Learn R Programming

DescTools (version 0.99.60)

mt: 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)

Value

List with mean and variance

Arguments

df

Degrees of freedom

See Also

Examples

Run this code
mt(df = 5)

Run the code above in your browser using DataLab