figaro.transformΒΆ

Module Attributes

log2PI

//docs.scipy.org/doc/scipy/reference/generated/scipy.special.erf.html See notes there for cumulative of the unit normal distribution.

Functions

gradient_inv_jacobian(x, bounds[, flag])

logarithmic gradient of the probit transformation Jacobian

probit_logJ(x, bounds[, flag])

Jacobian of the probit transformation marginalised over dimensions

probit_log_jacobian(x, bounds[, flag])

Jacobian of the probit transformation

transform_from_probit(x, bounds)

Coordinate change from probit to natural space.

transform_to_probit(x, bounds)

Coordinate change into probit space.