M BUZZ CRAZE NEWS
// news

How do you shift a sigmoidal curve to the right?

By Mia Morrison
$\begingroup$

How do you shift the function $1$ $/ ( 1 + e ^ {-x} )$ to the right without altering the shape of the curve?

$\endgroup$

2 Answers

$\begingroup$

Try - e.g. if you use a software - plotting $x$ vs. $1/(1+e^{-(x-a)})$, where $a$ is the amount of the shift. This is the same as plotting $x+a$ vs. $1/(1+e^{-x})$.

$\endgroup$ $\begingroup$

To shift any function $f(x)$, simply replace all occurrences of $x$ with $(x-\delta)$, where $\delta$ is the amount by which you want to shift the function. This is also written as $f(x-\delta$).

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy