Learn R Programming

algebraic.dist (version 0.9.1)

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

Description

Retrieve the mean of a gamma_dist object.

Usage

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

Value

The mean, shape / rate

Arguments

x

The gamma_dist object

...

Additional arguments (not used)

Examples

Run this code
mean(gamma_dist(shape = 3, rate = 2))

Run the code above in your browser using DataLab