lower_bounds {EpiNow2} | R Documentation |
This is used to avoid sampling parameter values that have no support.
lower_bounds(distribution)
distribution |
Character; the distribution to use. |
A numeric vector, the lower bounds.
## Not run:
lower_bounds("lognormal")
## End(Not run)