mean.chi_squared: Retrieve the mean of a 'chi_squared' object.

View source: R/chi_squared.R

mean.chi_squaredR Documentation

Retrieve the mean of a chi_squared object.

Description

Retrieve the mean of a chi_squared object.

Usage

## S3 method for class 'chi_squared'
mean(x, ...)

Arguments

x

The chi_squared object

...

Additional arguments (not used)

Value

The mean, equal to df

Examples

mean(chi_squared(10))

algebraic.dist documentation built on Feb. 27, 2026, 5:06 p.m.