The logistic function is: $$f(x)=\frac{L}{1+e^{-k(x-x_0)}}+B.$$
It's plot looks similar to the plot of $\arctan(x)$. Therefore, I was wondering whether there is a relationship between these two functions.
Can one transform the logistic function in such a way that it equals $\arctan(x)$? For example by giving the constants certain values?
Lets have a look at the inverse functions of the logistic function and arctan
Consider the sigmoid $$sigmoid(x)=\frac{1}{1+e^x}$$ It's inverse function is $$logit(x)=\log(\frac{x}{1-x})$$
Now the comparison becomes much clearer.
$tan$ is periodic ($tan(x)=tan(x+2k\pi)$), while $logit$ is not.
The $logit$ is a bijection, while $tan$ is not