R/jacobians.R
jac_logit.Rd
Calculate the Jacobian for the logit transformation. From the R package bisque.
jac_logit(x, range = c(0, 1), log = TRUE)
value at which to evaluate J(x).
vector specifying min and max range of the closed interval for the logit. While the logit is defined for real numbers in the unit interval, we extend it to real numbers in arbitrary closed intervals (L,U).
TRUE to return log(J(x)).
The Jacobian of x.