bound_dist {EpiNow2} | R Documentation |
Define bounds of a <dist_spec>
Description
This sets attributes for further processing
Usage
bound_dist(x, max = Inf, cdf_cutoff = 0)
Arguments
x |
A |
max |
Numeric, maximum value of the distribution. The distribution will
be truncated at this value. Default: |
cdf_cutoff |
Numeric; the desired CDF cutoff. Any part of the
cumulative distribution function beyond 1 minus the value of this argument is
removed. Default: |
Value
a <dist_spec>
with relevant attributes set that define its bounds
[Package EpiNow2 version 1.7.1 Index]