Get parameters of a parametric distribution
get_parameters(x, id = NULL)
x
<dist_spec>
id
NULL
A list of parameters of the distribution.
dist <- Gamma(shape = 3, rate = 2) get_parameters(dist)
Useful links