I am solving a problem with a number of distrbution, and in counting the total distribution function, I have encountered a simple math error that I can not quite recall. need some explanation. Why is:
$1 - [1 - e^{-0.5/0.25}] = e^{-6}$
Shouldn't it be $-e^6$?
No. $-(1-e^x) = -1+e^x$ as multiplication distributes over addition / subtraction.