lower_bounds: Get the lower bounds of the parameters of a distribution

View source: R/dist_spec.R

lower_boundsR Documentation

Get the lower bounds of the parameters of a distribution

Description

[Experimental] 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

## Not run: 
lower_bounds("lognormal")

## End(Not run)

epiforecasts/EpiNow2 documentation built on May 13, 2024, 3:11 a.m.