TelusPig
- 15
- 0
Homework Statement
Find k such that the function f(x)=ke^{-\frac{x-\mu}{\theta}} is a probability density function (pdf), for x > \mu, \mu and \theta are constant.
Homework Equations
The property of a pdf says that the integral of f(x) from -\infty to \infty equals 1, that is \int\limits_{-\infty}^\infty f(x)dx=1
The Attempt at a Solution
\int\limits_{-\infty}^\infty ke^{-\frac{x-\mu}{\theta}}dx
=k\int\limits_{-\infty}^\infty e^{-\frac{x-\mu}{\theta}}dx
Let t=-\frac{x-\mu}{\theta} => -\theta dt=dx
=> -k\int\limits_\infty^{-\infty} e^t(-\theta)dt
=>k\theta\int\limits_{-\infty}^\infty e^tdt
But e^t would diverge going towards infinity? How could this integral be equal to 1. I am not sure what I'm doing wrong.