Learn R Programming

DescTools (version 0.99.60)

mchisq: Mean and Variance of the Chi-Squared Distribution

Description

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

Usage

mchisq(df)

Value

List with mean and variance

Arguments

df

Degrees of freedom

See Also

Examples

Run this code
mchisq(df = 4)

Run the code above in your browser using DataLab