Retrieve the parameters of a weibull_dist object.

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

Arguments

x

A weibull_dist object.

Value

A named numeric vector with elements shape and scale.

Examples

params(weibull_dist(2, 3))
#> shape scale 
#>     2     3