R/numeric-helpers.R
logit_scaled.Rd
Computes logit((x - lb) / (ub - lb))
logit((x - lb) / (ub - lb))
logit_scaled(x, lb = 0, ub = 1)
A numeric or complex vector.
Lower bound defaulting to 0.
0
Upper bound defaulting to 1.
1