pymc.distributions.transforms.LogExpM1.forward#

LogExpM1.forward(value, *inputs)[源代码]#

softplus 的逆操作。

y = Log(Exp(x) - 1)

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