GARCH is an abbreviation of Generalized Auto Regressive Conditional Heteroskedasticity. Let Xt be a stochastic process which can be decomposed as

Xt = σt・Wt (t = 0, 1, 2, ...).

Here {Wt} is a series of probability distribution with zero mean and constant variance (for example a normal distribution N(0,1)) and Ws and Wt are statistically independent if s ≠ t. The coefficient σt is a series of positive numbers which is determined by

σt = a0 + a1 Xt-1 + b1 σt-1 (a0, a1, b1 >0)

in the most simple case. Can this process be interpreted as instances of martingale? I am interested in the case a1 + b1 = 1.

I have only an elementary knowledge of stochastic process and martingale. I do not even know if this is a well known fact or not. Please explain me plainly. 

Similar questions and discussions