How do I convert between cdf and pdf?

  • Context: Undergrad 
  • Thread starter Thread starter scot72001
  • Start date Start date
  • Tags Tags
    Cdf 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 · 6K views
scot72001
Messages
4
Reaction score
0
hi
i'm looking for help when going from a cdf function:
F(x) = { 1- e^-αx^β x ≥ 0, α>0, β>0
{ 0 x < 0

to getting the corresponding pdf

also i am looking to do the opposite(pdf to cdf)
for:
f(x) = { (1 + α)/2 for -1 ≤ x ≤ 1, -1 ≤ α ≤ 1
{ 0 otherwise

i'm unsure as to how to integrate and differentiate these parts.
can you help please

thanks
michael
 
Physics news on Phys.org
scot72001 said:
hi
i'm looking for help when going from a cdf function:
F(x) = { 1- e^-αx^β x ≥ 0, α>0, β>0
{ 0 x < 0
Is that [itex]1- e^{-\alpha x^\beta}[/itex] rather than [itex]1- e^{-\alpha}x^\beta[/itex]? If so, let [itex]u= \alpha x^\beta[/itex] and use the chain rule: df/dx= (df/du)(du/dx).

to getting the corresponding pdf

also i am looking to do the opposite(pdf to cdf)
for:
f(x) = { (1 + α)/2 for -1 ≤ x ≤ 1, -1 ≤ α ≤ 1
{ 0 otherwise
Then integrate: [itex]F(x)= \int_{1}^x (1+\alpha)/2 dt[/itex] for [itex]-1\le x\le 1[/itex]. That should be easy. Of course, F(1) must be 1. That will require that [itex]\alpha[/itex] have a specific value. In fact, since f(x) is a constant, this is a uniform probability and you should be able to do it without integrating.

i'm unsure as to how to integrate and differentiate these parts.
can you help please

thanks
michael