jac.logit {bisque} | R Documentation |
Jacobian for logit transform
Description
Let be a transformation of a random variable
that
lies in the closed interval (L,U).
This function computes the jacobian
when using the density of
to evaluate the density of
via
where
Usage
jac.logit(x, log = TRUE, range = c(0, 1))
Arguments
x |
value at which to evaluate |
log |
TRUE to return |
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). |
Examples
jac.logit(1)
[Package bisque version 1.0.2 Index]