get_pmf {EpiNow2} | R Documentation |
get_pmf(x, id = NULL)
x |
A |
id |
Integer; the id of the distribution to get parameters of (if x is
a composite distribution). If |
The pmf of the distribution
dist <- discretise(Gamma(shape = 3, rate = 2, max = 10))
get_pmf(dist)