Apply the inverse lower-upper bounds transform to recover values in the interval (lb, ub).
Usage
inv_lb_ub(x, lb = 0, ub = 1)
Arguments
- x
a numeric value or vector to inverse transform.
- lb
a numeric lower bound.
- ub
a numeric upper bound.
Value
a numeric vector of inverse transformed values in the interval (lb, ub).