Method for obtaining the parameters of an exponential object.

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

Arguments

x

The object to obtain the parameters of

Value

A named vector of parameters

Examples

x <- exponential(rate = 0.5)
params(x)
#> rate 
#>  0.5