pymc.distributions.transforms.LogExpM1.forward#

LogExpM1.forward(value, *inputs)[source]#

Inverse operation of softplus.

y = Log(Exp(x) - 1)

= Log(1 - Exp(-x)) + x