bound_precision {txshift} | R Documentation |
Bound Precision
bound_precision(vals)
vals |
|
Bound values in the unit interval to machine precision in order to avoid numerical instability issues in downstream computation.
A numeric
vector of the same length as vals
, where
the returned values are bounded to machine precision. This is intended to
avoid numerical instability issues.