Calculating the Central Density Function for a Continuous Random Variable

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
MaxManus
Messages
268
Reaction score
1

Homework Statement

-infinity<x<infinity
x> theta
f(x) = [itex]\frac{\lambda}{2}e^{-\lambda (x-\theta)}[/itex]

F(x) = [itex]\int_{-\infty}^x f(x) dx[/itex]

Homework Equations


The Attempt at a Solution


Homework Statement



[itex]\int \frac{\lambda}{2}e^{-\lambda (x-\theta)} dx[/itex]
= [itex]-\frac{1}{2}e^{-\lambda(x-\theta)}[/itex]

Insert the limits:
[itex]-\frac{1}{2}e^{-\lambda(x-\theta)} + \frac{1}{2}e^{-\lambda(-\infty-\theta)}[/itex]

= infinity.

The last part should not be infinity so can anyone see where I go wrong?
 
Last edited:
Physics news on Phys.org
You have defined f(x) for [itex]x>\theta[/itex]. Is it zero elsewhere? Should your lower limit be [itex]\theta[/itex]?
 
Yes it should! Thanks

Insert the limits:
[itex]-\frac{1}{2}e^{-\lambda(x-\theta)} + \frac{1}{2}e^{-\lambda(\theta-\theta)}[/itex]
=
[itex]1/2 -\frac{1}{2}e^{-\lambda(x-\theta)}[/itex]
 
Last edited:
You mean [itex]e^{-\lambda(\theta- \theta)}[/itex], not [itex]e^{-\lambda(-\theta- \theta)}[/itex]
 
Thanks, corrected it now.