Method for obtaining the parameters of a gamma_dist object.

# S3 method for class 'gamma_dist'
params(x)

Arguments

x

The gamma_dist object

Value

A named numeric vector of parameters

Examples

params(gamma_dist(2, 1))
#> shape  rate 
#>     2     1