R/misc.R
inv_softplus.Rd
Softplus response function
inv_softplus(x)
value to be transformed, x is unbound
inv_softplus of x, result is positive unbound
x <- seq(from = 0.1, to = 5, length.out = 100) plot(x, softplus(x), type = "l")