Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

If two random variables $x$ and $y$ are identical and independently distributed, do they need to have the same mean and variance? Can there exist a case where they are iid and still have different parameters?

share|improve this question

3 Answers

up vote 0 down vote accepted

If two variables are iid , then they must have the same distribution.Which means they have the same parameters namely mean, std dev.

share|improve this answer

The mean and variance are determined by the distribution. Thus, if they have the same distribution, they must have the same mean and variance.

share|improve this answer

If $X$ and $Y$ are iid random variables with cumulative distribution function $F(t)=\mathbb{P}(X\leq t)=\mathbb{P}(Y\leq t)$ and if mean and variance of the variables exists, then $$\mbox{E}X=\int_\mathbb{R}tdF(t)$$ and $$\mbox{Var}X=\mbox{E}X^2-(\mbox{EX})^2=\int_\mathbb{R}t^2dF(t)-(\mbox{E}X)^2.$$ If $F(t)$ is differentiable then you can write $\int_\mathbb{R}tdF(t)$ as $\int_\mathbb{R}tf(t)dt$ where $f(t)$ is a density function of $X$ and $Y$. So if idd variables are defined with such distribution functions, then there is no difference in means and variances. But it might happen that your variable does not have variance or mean. One example is Cauchy random variable, then you can't say anything about the mean or variance, because those characteristics simply do not exist.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.