hbmep.inverse#
- hbmep.functional.inverse.rectified_logistic(y, a, b, g, h, v)[source]#
Returns \(x\) such that \(f(x) = y\), where \(f\) is the rectified-logistic function.
Notes
If \(y < g\), returns NaN.
If \(y = g\), returns \(a\).
Returns \(x\) such that \(f(x) = y\), where \(f\) is the rectified-logistic function.
Notes
If \(y < g\), returns NaN.
If \(y = g\), returns \(a\).