Compute Y = g(X) = 1 - exp((-X / scale) ** concentration), X >= 0.
Y = g(X) = 1 - exp((-X / scale) ** concentration), X >= 0
Useful links