Skip to contents

[Experimental]

Usage

get_distribution(x, id = NULL)

Arguments

x

A <dist_spec>.

id

Integer; the id of the distribution to get parameters of (if x is a composite distribution). If x is a single distribution this is ignored and can be left as NULL.

Value

A character string naming the distribution (or "nonparametric")

Examples

dist <- Gamma(shape = 3, rate = 2, max = 10)
get_distribution(dist)
#> [1] "gamma"