mchisq: Mean and Variance of the Chi-Squared Distribution

View source: R/moments.R

mchisqR Documentation

Mean and Variance of the Chi-Squared Distribution

Description

Formula: \mu = df \mathrm{Var}(X) = 2 \cdot df

Usage

mchisq(df)

Arguments

df

Degrees of freedom

Value

List with mean and variance

References

Rice, J.A. (2006). Mathematical Statistics and Data Analysis. Cengage Learning.

See Also

dchisq

Examples

mchisq(df = 4)

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