This is used to avoid sampling parameter values that have no support.
Examples
lower_bounds(LogNormal(meanlog = 0, sdlog = 1))
#> meanlog sdlog mean sd
#> -Inf 0 0 0
# a distribution type can also be given by name
lower_bounds("lognormal")
#> meanlog sdlog mean sd
#> -Inf 0 0 0