Describing the distribution of n random variables

Click For Summary

Discussion Overview

The discussion revolves around the formal description of the distribution of n random variables that share the same distribution but have different means and variances. Participants explore concepts related to joint distributions, dependencies, and specific cases such as normally distributed and exponential random variables.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant questions how to describe the distribution of n random variables with the same distribution but different means and variances.
  • Another participant asserts that if the random variables have different means and variances, they cannot have the same distribution, suggesting a single random variable framework for describing them.
  • A participant inquires about the overall mean and variance of n normally distributed random variables and whether this can be described using a joint distribution or the multivariate normal distribution.
  • Responses indicate that the distribution can indeed be referred to as a joint distribution, but the applicability of the multivariate normal distribution is uncertain.
  • One participant seeks a general formula or method for obtaining the joint distribution of n random variables, specifically in the context of exponential distributions and known dependencies.
  • Another participant illustrates the concept using a discrete distribution example, emphasizing that multiple joint distributions can yield the same marginal distributions, raising questions about determining specific joint distributions.
  • There is a discussion about the meaning of "dependency" in the context of random variables and joint distributions.

Areas of Agreement / Disagreement

Participants express differing views on the implications of having different means and variances for the same distribution, and there is no consensus on the methods for describing joint distributions or the applicability of specific distribution types.

Contextual Notes

Participants highlight limitations in determining joint distributions based on marginal distributions alone, indicating that dependencies between variables complicate the analysis.

jimmy1
Messages
60
Reaction score
0
Suppose I had n random variables, all of which have the same distribution but different mean and variances. How can I formally describe the distribution of these n random variables.
 
Physics news on Phys.org
If they have different means and variances, then they can't have the same distribution.

If you have n random variables all on the same set of outcomes S, then you describe that as a single random variable with outcomes in S^n. (the set of n-tuples of elements of S) And knowing the (marginal) distributions of the individual variables isn't enough: they could be dependent on each other in many different ways.
 
So for example, if I had n normally distributed random variables, and each had different mean and variance, how do I describe the distribution of the n random variables. I just need to find out what the overall mean and variance of the n random variables will be?

Would this distribution be known as a joint distribution? Would I be able to use the multivariate normal distribution??
 
Thanks for help, Hurkyl.
So, is there any general formula or method for getting the joint distribution of n random variables. For example, if all the random variables were exponential (and I knew all the dependencies of the n random variables), is there a method??
There only seems to be multivariate normal and binomial distributions??
 
Last edited:
jimmy1 said:
Thanks for help, Hurkyl.
So, is there any general formula or method for getting the joint distribution of n random variables. For example, if all the random variables were exponential
Let me rephrase your problem in terms of discrete distributions -- maybe it will help you understand what the problem is.

Suppose you have two random variables, each of which can take one of three outcomes.

Their joint distribution can be described by a 3x3 array of numbers -- each entry is simply the probability of that particular joint outcome.

Code:
0.05  0.20  0.10 | 0.35
0.15  0.05  0.05 | 0.25
0.10  0.15  0.15 | 0.40
-----------------+-----
0.30  0.40  0.30 | 1.00

From this joint distribution, we can also see the (marginal) distribution of the individual random variables: e.g. for one of them, the probability of each outcome is 0.35, 0.25, and 0.40. (In order)

Now, the question you appear to be asking is:



Code:
 *     *     *   | 0.35
 *     *     *   | 0.25
 *     *     *   | 0.40
-----------------+-----
0.30  0.40  0.30 | 1.00
From this diagram, can you determine the entries in the grid?



And the answer is no -- if you play around with it, you should be able to find many other joint distributions that yield this same diagram.



(and I knew all the dependencies of the n random variables), is there a method??
There only seems to be multivariate normal and binomial distributions??
What do you mean by "dependency?" If you weren't asking the question you're asking, I would have assumed that parenthetical meant you already knew the joint distribution.
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 30 ·
2
Replies
30
Views
5K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K