하루에 10분씩 공부하는 AP Statistics - #30 확률변수의 결합(Combinations of Random Variables)
경우에 따라 확률변수(random variable) 간에 덧셈을 하거나 뺄셈을 해야 하는 경우가 있다. 이러한 경우에 평균과 분산을 어떻게 계산하는지 알아보자.
주) 본 글의 끝부분에 소개된 예제 문제를 풀어보기 바란다.
몇 가지 중요한 수식이 소개되어 있을 뿐 아니라 어떻게 적용하는지 보여준다.
▶ 확률변수간 합, 차와 평균(Sums and Differences of Random Variables: Effect on the Mean)
평균이 μx인 변수 X와 평균이 μy인 변수 Y가 있다고 하자. 이 두 변수 합의 평균 μx+y 와
두 변수 차의 평균은 μx-y 는 다음 식을 이용해 구할 수 있다.
일반 변수에 대한 위의 식은 확률변수에 대해서도 적용할 수 있다. 확률변수 X, Y에 대해 다음 식이 성립한다.
E(X)는 X의 기대값(평균), E(Y)는 Y의 기대값, E(X + Y)는 X+Y의 기대값, E(X - Y)는 X-Y의 기대값이다.
▶ 확률변수의 독립성(Independence of Random Variables)
만일 두 확률변수 X, Y가 독립이라면 다음 조건을 만족한다.
- X, Y의 모든 값에 대해 P(x|y) = P(x)
- X, Y의 모든 값에 대해 P(x ∩ y) = P(x) * P(y)
사실 위의 두 조건은 동일한 것이다. 만일 한 조건이 만족된다면 다른 조건 역시 만족되고, 이 경우 X, Y는 독립(independent)이다. 만일 조건이 만족되지 않는다면 X, Y는 종속(dependent)이다.
주) 만일 X, Y 가 독립이라면 X, Y의 상관관계는 0 이다.
▶ 확률변수간 합, 차와 분산(Sums and Differences of Random Variables: Effect on Variance)
확률변수 X, Y가 서로 독립일 때, (X + Y)와 (X - Y)의 분산은 다음 식으로 구할 수 있다.
Var(X + Y)는 X와 Y 합의 분산, Var(X - Y) X와 Y 차의 분산, Var(X)는 X의 분산, Var(Y)는 Y의 분산이다.
주) 표준편차(standard deviation; SD)는 분산(variance; Var)에 제곱근을 취해서 구한다. 즉,
확인하고 넘어가기
Problem1
X | ||||
0 | 1 | 2 | ||
Y | 3 | 0.1 | 0.2 | 0.2 |
4 | 0.1 | 0.2 | 0.2 |
The table on the right shows the joint probability distribution between two random variables - X and Y. (In a joint probability distribution table, numbers in the cells of the table represent the probability that particular values of X and Y occur together.)
What is the mean of the sum of X and Y?
(A) 1.2
(B) 3.5
(C) 4.5
(D) 4.7
(E) None of the above.
Problem2
The table on the left shows the joint probability distribution between two random variables - X and Y; and the table on the right shows the joint probability distribution between two random variables - A and B.
|
|
Which of the following statements are true?
I. X and Y are independent random variables.
II. A and B are independent random variables.
(A) I only
(B) II only
(C) I and II
(D) Neither statement is true.
(E) It is not possible to answer this question, based on the information given.
Problem 3
Suppose X and Y are independent random variables. The variance of X is equal to 16; and the variance of Y is equal to 9. Let Z = X - Y.
What is the standard deviation of Z?
(A) 2.65
(B) 5.00
(C) 7.00
(D) 25.0
(E) It is not possible to answer this question, based on the information given.