This is used to avoid sampling parameter values that have no support.
Usage
lower_bounds(distribution)
Arguments
- distribution
Character; the distribution to use.
Value
A numeric vector, the lower bounds.
Examples
if (FALSE) { # \dontrun{
lower_bounds("lognormal")
} # }