랜덤 변수의 분포를 나타내는 지표로서 평균은 랜덤 변수의 대표적인 값을 의미한다. 이에 더해, 랜덤 변수가 대표값으로부터 얼마나 떨어져 있냐는 것도 중요한 지표가 된다. 이러한 역할을 해주는 값으로 variance(분산)를 정의한다. 이번 페이지에서는 variance에 대하여 살펴보고, variance를 얻기 위해 도입되는 moment, 그리고 moment generating function에 대하여 살펴본다.
#Variance
Random variable의 variance를 다음과 같이 정의한다.
DEFINITION Variances of Random Variables
Random variable
Variance의 정의를 잘 살펴보면,
Variance는
Expected value의 성질로부터 variance는 다음과 같은 성질을 얻을 수 있다. 1
THEOREM Properties of Variances
Random variable
(증명)
(증명끝)
또한, expected value의 성질을 이용하면 variance를 다음과 같은 방식으로 계산할 수도 있다.
THEOREM
(증명)
(증명끝)
Examples
1. Poisson Distribution
주어진
먼저 mean을 구하면,
같은 방식으로
따라서
2. Standard Normal Distribution
Random variable의 pdf가 다음과 같을 때, 이를 standard normal distribution이라고 부른다.
먼저 mean을 구하면,
그리고
따라서
#Moments #Moment Generating Functions
Random variable의 분포를 특징짓는 값인 mean은
DEFINITION Moments of Random Variables
Random variable
위의 정의로부터 mean은 1번째 moment, variance는 2번째 central moment임을 정의로부터 바로 확인할 수 있다. 이러한 moment 값을 moment generating function(mgf)를 이용하여 구할 수 있다.
DEFINITION Moment Generating Function
Random variable
가 정의되는
mgf가 정의된 경우, mgf를
이므로 미분한 결과에
여기에
THEOREM
Random variable
Expected value의 성질로 부터 다음과 같은 mgf의 성질을 얻을 수 있다.
THEOREM
상수
Examples
1. Gamma Distributions
주어진 양수
이 때,
먼저, gamma distribution의 적분값은 1이라는 것을 확인하자.
이 때 적분 자체가 gamma function의 정의로부터
이 때 적분은 gamma function의 정의로부터
여기에서 주의해야 할 것은 mgf가 성립하는 범위이다. 적분 내부에서 exponential의 계수가 음수이어야 하므로
2. Binomial Distributions
주어진 자연수
이 distribution의 mgf를 구하면
#Advanced Topics
1. Laplace Transform
mgf의 정의는 적분론 관점에서
THEOREM
두 random variable
또한 Laplace transform의 uniqueness로부터 mgf의 convergence가 distribution의 convergence로 연결된다.
THEOREM
Random variable
그러면, cdf가 다음을 만족하는
2. Characteristic Functions
mgf는 분포에 따라 존재하지 않을 수도 있지만,
는 항상 존재하고,
- 2.2 기대값 Expected Values 참고. [본문으로]
- topology의 언어로 '\(t=0\) 의 neighborhood가 존재하는 경우' [본문으로]
- 이 과정에서 미분과 적분의 순서가 바뀌는데, 엄밀히는 Lebesgue's monotone convergence theorem 또는 Lebesgue's dominated convergence theorem 조건을 체크해야 한다. 자세한 내용은 --Lebesgue,LMCT-- 참고. [본문으로]
- Gamma function에 대한 자세한 내용은 --gamma distribution-- 참고. [본문으로]
- \( (a+b)^n = \sum_{t=0} ^n \left( \begin{array}{c} n \\ t \end{array} \right)a^t b^{n-t} \) [본문으로]
- 1.5 누적 분포 함수 Cumulative Distribution Functions 참고. [본문으로]
'Mathematics > 통계학' 카테고리의 다른 글
[통계학] 3.3 푸아송 분포, 푸아송 프로세스 Poisson Distributions, Poisson Process (0) | 2020.07.24 |
---|---|
[통계학] 3.2 베르누이 분포, 이항 분포 Bernoulli Distribution, Binomial Distribution (2) | 2020.07.24 |
[통계학] 3.1 이산 균등 분포 Discrete Uniform Distribution (0) | 2020.07.24 |
[통계학] 2.2 기대값 Expected Values (0) | 2020.07.23 |
[통계학] 2.1 랜덤 변수의 변환 (1) Transformations of Random Variables (1) (2) | 2020.07.23 |
[통계학] 1.6 확률 질량 함수, 확률 밀도 함수 Probability Mass Function, Probability Density Function (0) | 2020.07.14 |