Skip to contents

Calculate the Jacobian for the logit transformation. From the R package bisque.

Usage

jac_logit(x, range = c(0, 1), log = TRUE)

Arguments

x

value at which to evaluate J(x).

range

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).

log

TRUE to return log(J(x)).

Value

The Jacobian of x.