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