Retrieve the mean of a gamma_dist object.

# 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))
#> [1] 1.5