I would like to rearrange the logistic function:
$$y=\frac1{1+\exp(-a+bx)}$$
To calculate $x=f(y)$
So I did the following:
$$\frac1{y}=1+\exp(-a+bx)$$ $$\ln\left(\frac1{y}-1\right)=-a+bx$$ $$\frac{\ln\left(\frac1{y}-1\right) +a}{b}=x$$
but when I try to plot this function, it appears that I have lost a '-' somewhere, i.e., I have calculated $-x=f(y)$
Where I have missed the negative sign?
I am not allowed to comment, so I will answer. First, your algebra is correct. If you plotted it, you must have specified numeric values for a, b. I tried a=2, b=1 and the plots looked totally inverse, just as they should [except the sigmoid was decreasing i.e. reflected in y-axis as compared to usual logistic], so if your plots did not look inverse to each other, what values of a,b did you use? If you tell us that, perhaps we could say more.