소챕터 2.2에서는 Martingale과 Submartingale에 대해 살펴보았다. Martingale의 condition 중 4번째인 Martingale Property의 의미는 (Condition 4.2의 의미) 결국 현재\((n)\) 갖고 있는 정보를 통해 추정하는 미래\((n+1)\)의 기대값 \(E(X_{n+1}|\mathcal{F}_n)\)은 현재의 값과 같다는 것이다, i.e., \(E(X_{n+1}|\mathcal{F}_n)=X_n\). 그런데 Submartingale은 미래에 기대되는 값이 현재보다 더 나은 상황을 의미한다. 이번 챕터에선 궁극적으로 다음 챕터에서 배울 Doob-Meyer decomposition을 위한 Predictability에 대해 알아보고 학습할 것이다.



Definition (predictability)

Let \(\{Y(t)\}\) be a family of random variables, and \(\{\mathcal{F}_t\}\) be a filtration (with the same index set). Then, “\(\{Y(t)\}\) is predictable with respect to \(\{\mathcal{F}_t\}\)” essentially means that \[ Y(t)\in \mathcal{F}_{t-}. \]



Fact 1

All left-continuous adapted processes are predictable.

In the case of a process in discrete time, predictability is the condition \[ Y_n\in \mathcal{F}_{n-1} \mbox{ }\mbox{ }\mbox{ }\mbox{ for all }n. \]




Fact 2

Any process that is both a martingale and is finite variation predictable must be constant




back