lower_bounds function

Get the lower bounds of the parameters of a distribution

Get the lower bounds of the parameters of a distribution

This is used to avoid sampling parameter values that have no support.

lower_bounds(distribution)

Arguments

  • distribution: Character; the distribution to use.

Returns

A numeric vector, the lower bounds.

Examples

## Not run: lower_bounds("lognormal") ## End(Not run)