How Do You Model a Random Variable with Random Parameters in Its Distribution?

  • Context: Graduate 
  • Thread starter Thread starter matfor
  • Start date Start date
  • Tags Tags
    Distribution
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 3K views
matfor
Messages
2
Reaction score
0
Say if I had a random variable [tex]X[/tex] that followed a Beta distribution [tex]B(a,b)[/tex], and [tex]a[/tex] and [tex]b[/tex] were random variables.

How would I define the distribution of [tex]X[/tex]??
 
Physics news on Phys.org
Well, I imagine you would first want to talk about the joint distribution of X, a, and b. Then you can worry about trying to compute the marginal distribution of X.
 
Basically Hurkyl said it depends on how a and b are distributed. Once you know this you can calculate the distribution of X using the standard procedures.
 
Then you can worry about trying to compute the marginal distribution of X

Why would X be a marginal distribution??
Wikipedia says
In probability theory, given two jointly distributed random variables X and Y, the marginal distribution of X is simply the probability distribution of X ignoring information about Y

But in my situation I do not want to ignore the information from the other variables, ie. variables a and b.

It seems to me that I should look for the conditional distribution ie. [tex]X|a,b[/tex]??
 
matfor said:
Say if I had a random variable [tex]X[/tex] that followed a Beta distribution [tex]B(a,b)[/tex], and [tex]a[/tex] and [tex]b[/tex] were random variables.

How would I define the distribution of [tex]X[/tex]??
Let [tex]f(x,y)[/tex] be the joint density of [tex]a[/tex] and [tex]b[/tex]. (You can modify the following if one or both of them are discrete.) Then

[tex]F_X(c) = P(X \le c) = E[P(X \le c | (a,b))].[/tex]

This gives

[tex]F_X(c) = \int_0^\infty\int_0^\infty<br /> P(X \le c | (a,b) = (x,y))f(x,y)\,dx\,dy.[/tex]

By hypothesis, the distribution of [tex]X[/tex] given [tex](a,b)[/tex] is Beta. So

[tex]F_X(c) = \int_0^\infty\int_0^\infty<br /> I_c(x,y)f(x,y)\,dx\,dy,[/tex]

where [tex]c\mapsto I_c(x,y)[/tex] is the CDF of a Beta random variable with parameters [tex]x[/tex] and [tex]y[/tex].