1
$\begingroup$

This might be a stupid question, but whenever I encounter the sigmoid function, it is written like this:

sigmoid

Is there any particular reason why it is (it seems to me) never mentioned in the form:

sigmoid alternative

This second form is the one I obtained from inverting the logit function myself and is just as valid. Is this just a matter of convention or am I missing something?

  • 1
    A guess: there's a general "preference" in mathematics for positive numbers over negative, and for positive values of $x$, the 1 term dominates the $e^{-x}$, so we list the most significant term first.2017-01-26
  • 2
    Could it possibly be because the second form might raise doubt as to whether the '+ 1' bit is part of the exponent of e when you write it down sloppily?2017-01-26
  • 0
    That is actually a great point. When some people write fractions, the numerator and denominator can be quite small (not in value but in appearance). So writing the $1$ first would certainly eliminate that confusion of the $1$ being in the exponent. My original thinking was in line with Nate Eldredge's answer, but this point is also quite valid.2017-01-26
  • 1
    @JeroenMoons I think you're probably spot-on, and now it just 'looks' right, since we are all used to it.2017-01-26

1 Answers 1

0

Best reason I could think of seems plausible: because the second form might raise doubt as to whether or not the '+ 1' bit is part of the exponent of e when you write it down sloppily.