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\).

hbmep.functional.inverse.logistic5(y, a, b, g, h, v)[source]#

Returns \(x\) such that \(f(x) = y\), where \(f\) is the logistic-5 function.

hbmep.functional.inverse.logistic4(y, a, b, g, h)[source]#

Returns \(x\) such that \(f(x) = y\), where \(f\) is the logistic-4 function.