* 정규분포의 가정이 들어간 이론
- Moderen portfolio theory
- CAPM
- Black-Scholes
- VaR
* 정규분포여부의 측정
* Fat-tail 분포를 모델링 하는 방법: 다른 표준편차를 가진 두개의 정규분포 조합
- 예를 들어, 1) 각각 다른 변동성을 가진 두개의 정규분포 N1, N2를 각각 1,000개의 관찰값 랜덤 생성: =norm.inv(rand(), mean, stdev)
- 2) 각각의 관찰값에서 P1의 확률로 N1의 값을, P2=1-P1의 확률로 N2의 값을 취하도록 Bin값 랜덤 생성: =if(rand()<=P1, N1값, N2값)
- 이러한 모델을 stochastic volatility model이라 부름
* 더욱 정교한 변동성 모델이 필요한 이유
- Volatility is not stable
- Volatility tends to cluster
- Volatility typically reverts to a long term mean
- 대표적 모델: Exponentially Weighted Moving Average (EWMA); Generalized, autoregressive, conditional heteroscedastic models (GARCH)
(4) However, it makes more sense to give more weight to recent data, therefore:
* GARCH(1,1) Model
(1) Assume:
(2) Where:
(3) EWMA Model is a special case of GARCH(1,1) where
(4) Set that:
* Maximum Likelihood Method
(1) Conditions:
댓글 없음:
댓글 쓰기