소챕터 2.3에서 Predictability에 대해 학습했다. Predictability는 결국 \(t-\)시점에서 \(t\)시점의 데이터를 예측할 수 있다는 의미이다. 즉 \(Y_t\in \mathcal{F}_{t-}\)이기 때문에 \(\mathcal{F}_{t-}\)가 given되어있을 때 \(Y_t\)는 더이상 random variable이 아니다. 또한 이와 함께 left-continuous한 adapted process들은 모두 predictable하고, martingale이면서 predictable한 process들은 constant하다는 두 가지 Fact들을 학습했다. 이를 통해 궁극적으로 이번 챕터에서는 초반부의 가장 중요한 Theorem인 Doob-Meyer Decomposition에 대해 학습할 것이다. 요약하자면 Doob-Meyer Decomposition은 미래의 결과가 현재보다 더 큰 특징을 가지는 Submartingale이 Martingale process와 어떠한 nondecreasing한 predictable function으로 decompose될 수 있음을 보여준다.



아주 중요하다

Theorem 1 (Doob-Meyer decomposition)

If \((S(t),\mathcal{F}_t)\), \(t\in [0,T]\) is a submartingale \((t<\infty)\), then it can be decomposed as \[ S(t)=M(t)+P(t) \] where \((M(t), \mathcal{F}_t)\), \(t\in [0,T]\) is a martingale, and \(P(t)\) is a nondecreasing, \(\mathcal{F}_t\)-predictable process. Moreover, this decomposition is unique.

The process \(P(t)\) is called the compensator. The proof for the case of discrete time is trivial.





Remark

In continuous time, the compensator \(P(t)\) is obtained heuristically as the process whoce increments are given by \[ dP(t)= E(S(t+dt)-S(t-)|\mathcal{F}_{t-}). \]



여기선 주어진 submartingale process에서 compensator를 derivation하는 것에 대해 다룬다.

예제 1 (Poisson process)

Consider a poisson process with rate \(\lambda>0\). Let \(N(t)\) denote the number of points in the process that occur before or at time \(t\). Let \(\mathcal{F}_t=\sigma(N(s),s\le t)\). Then, \((N(t),\mathcal{F}_t)\) is (trivially) a submartingale.

Q. What is the compensator?

예제 2 (counting process, without censoring)

The counting process formed from a single, uncensored random variable. Let \(X\sim F\) where \(F(0)=0\). Initially, assume that \(F\) is absolutely continuous. Let \(\alpha\) be the hazard function and \(A\) be the cumulative hazard function. Let \[ N(t)=I(X\le t),\mbox{ }\mbox{ }\mbox{ and }\mbox{ }\mbox{ } \mathcal{F}_t=\sigma(I(X\le s),s\le t). \] Then, \((N(t),\mathcal{F}_t)\) is a submartingale.

What is the compensator?



\[ P(dN(t)|X\ge t)=\frac{P(X\in[t,t+dt])}{P(X\ge t)}=\alpha(t)dt\mbox{ }\mbox{ }\mbox{ }\mbox{ }\mbox{ }(\mbox{by the def of }\alpha(t)). \] 즉 다음과 같이 compensator를 구할 수 있다; \[\begin{eqnarray*} d\Lambda(t)&=& I(X\ge t)\alpha(t)dt\\ \therefore\Lambda(t)&=&\int_0^t I(X\ge s)\alpha(s)ds. \end{eqnarray*}\]



back