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

  • Thread starter Thread starter matfor
  • Start date Start date
  • Tags Tags
    Distribution
AI Thread Summary
To model a random variable X that follows a Beta distribution B(a,b) with random parameters a and b, one must first consider the joint distribution of X, a, and b. The marginal distribution of X can be computed after determining how a and b are distributed. It is important to focus on the conditional distribution X|a,b rather than marginalizing out a and b, as their information is crucial. The joint density function f(x,y) of a and b can be used to derive the cumulative distribution function F_X(c) for X. Ultimately, the distribution of X is defined through the integration of the conditional probabilities given the random parameters a and b.
matfor
Messages
2
Reaction score
0
Say if I had a random variable X that followed a Beta distribution B(a,b), and a and b were random variables.

How would I define the distribution of X??
 
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. X|a,b??
 
matfor said:
Say if I had a random variable X that followed a Beta distribution B(a,b), and a and b were random variables.

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

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

This gives

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

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

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

where c\mapsto I_c(x,y) is the CDF of a Beta random variable with parameters x and y.
 
I was reading documentation about the soundness and completeness of logic formal systems. Consider the following $$\vdash_S \phi$$ where ##S## is the proof-system making part the formal system and ##\phi## is a wff (well formed formula) of the formal language. Note the blank on left of the turnstile symbol ##\vdash_S##, as far as I can tell it actually represents the empty set. So what does it mean ? I guess it actually means ##\phi## is a theorem of the formal system, i.e. there is a...
Back
Top