How to generally express a shifted PDF ?

  • Context: Undergrad 
  • Thread starter Thread starter nikozm
  • Start date Start date
  • Tags Tags
    Pdf
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
nikozm
Messages
51
Reaction score
0
Hello,

i am trying to solve the following.

Given a general PDF (i.e., fx(x), where x ≥ 0), how can i express the PDF of y = c x in terms of fx(x)?

I think that goes like this: fy(y) = fx(y/c)/c, but i 'm not sure.

Any help would be useful.

Thanks in advance
 
Physics news on Phys.org
nikozm, it's best to work with the CDF and then convert to the PDF. Let
[tex]F(x) = \int_{0}^{x} f_x(t) dt[/tex]

Then
[tex]P(y<M) = P(cx < M) = P(x < M/c) = F(M/c)[/tex]
So
[tex]P(y<M) = \int_{0}^{M/c} f_x(t) dt[/tex]
To find the pdf you just need to do some manipulations to the integral so that you have an [itex]\int_{0}^{M}[/itex], alternatively you can differentiate with respect to M to get the PDF.