
Last chance! 50% off unlimited learning
Sale ends in
get_parameters(x, id = NULL)
A list of parameters of the distribution.
A <dist_spec>
.
Integer; the id of the distribution to use (if x is a composite
distribution). If x
is a single distribution this is ignored and can be
left at its default value of NULL
.
dist <- Gamma(shape = 3, rate = 2)
get_parameters(dist)
Run the code above in your browser using DataLab