- #1
adan
- 13
- 3
Hi,
I am looking for changing the logit f(z) = 1/(1+exp(-z)), where z range is [-inf,+inf]. I want to adapt it as follows:
if z > 0.5 then f > 0.5
z < 0.5 then f < 0.5
Thanks
I am looking for changing the logit f(z) = 1/(1+exp(-z)), where z range is [-inf,+inf]. I want to adapt it as follows:
if z > 0.5 then f > 0.5
z < 0.5 then f < 0.5
Thanks
Last edited: