I have a random variable with an exponential distribution and have solved an inequality to determine the maximum a posteriori rule (where if $x > \alpha$, I will choose hypothesis 1 over hypothesis 2). I doubt my finding, however, because the value I found for alpha is negative (between $-1$ and $0$).
Per my limited understanding of the exponential distribution, $x$ must be greater than $0$. Is this correct, or is it possible that $x$ can be negative?
I found what appears to be a similar question. I don't follow the entire conversation, but it seems to suggest it is possible that $x$ can be negative (link). I'd appreciate any thoughts on this.
The random variable $x$ that I refer to can be seen in the exponential PDF below.
$f(x) = \lambda * e^{-\lambda*x}$
Edit: The original question incorrectly referred to the random variable $x$ as a "parameter."