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

View source: R/gamma_dist.R

mean.gamma_distR Documentation

Retrieve the mean of a gamma_dist object.

Description

Retrieve the mean of a gamma_dist object.

Usage

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

Arguments

x

The gamma_dist object

...

Additional arguments (not used)

Value

The mean, shape / rate

Examples

mean(gamma_dist(shape = 3, rate = 2))

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