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