Retrieve the parameters of a beta_dist object.

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

Arguments

x

A beta_dist object.

Value

A named numeric vector with elements shape1 and shape2.

Examples

params(beta_dist(2, 5))
#> shape1 shape2 
#>      2      5