Stochastic chains with memory of variable length are a family of stochastic chains of finite order in a finite alphabet, such as, for every time pass, only one finite suffix of the past, called context, is necessary to predict the next symbol. These models were introduced in the information theory literature by Jorma Rissanen in 1983, as a universal tool to data compression, but recently have been used to model data in different areas such as biology, linguistics and music.
Definition A stochastic chain with memory of variable length is a stochastic chain ( X n ) n ∈ Z {\displaystyle (X_{n})_{n\in Z}} , taking values in a finite alphabet A {\displaystyle A} , and characterized by a probabilistic context tree ( τ , p ) {\displaystyle (\tau ,p)} , so that
τ {\displaystyle \tau } is the group of all contexts. A context X n − l , … , X n − 1 {\displaystyle X_{n-l},\ldots ,X_{n-1}} , being l {\displaystyle l} the size of the context, is a finite portion of the past X − ∞ , … , X n − 1 {\displaystyle X_{-\infty },\ldots ,X_{n-1}} , which is relevant to predict the next symbol X n {\displaystyle X_{n}} ;
p {\displaystyle p} is a family of transition probabilities associated with each context.
History The class of stochastic chains with memory of variable length was introduced by Jorma Rissanen in the article A universal data compression system. Such class of stochastic chains was popularized in the statistical and probabilistic community by P. Bühlmann and A. J. Wyner in 1999, in the article Variable Length Markov Chains. Named by Bühlmann and Wyner as “variable length Markov chains” (VLMC), these chains are also known as “variable-order Markov models" (VOM), “probabilistic suffix trees” and “context tree models”. The name “stochastic chains with memory of variable length” seems to have been introduced by Galves and Löcherbach, in 2008, in the article of the same name.
Examples
Interrupted light source Consider a system by a lamp, an observer and a door between both of them. The lamp has two possible states: on, represented by 1, or off, represented by 0. When the lamp is on, the observer may see the light through the door, depending on which state the door is at the time: open, 1, or closed, 0. such states are independent of the original state of the lamp. Let ( X n ) n ≥ 0 {\displaystyle (X_{n})_{n\geq 0}} a Markov chain that represents the state of the lamp, with values in A = 0 , 1 {\displaystyle A={0,1}} and let p {\displaystyle p} be a probability transition matrix. Also, let ( ξ n ) n ≥ 0 {\displaystyle (\xi _{n})_{n\geq 0}} be a sequence of independent random variables that represents the door's states, also taking values in A {\displaystyle A} , independent of the chain ( X n ) n ≥ 0 {\displaystyle (X_{n})_{n\geq 0}} and such that
P ( ξ n = 1 ) = 1 − ε {\displaystyle \mathbb {P} (\xi _{n}=1)=1-\varepsilon }
where 0 < ϵ < 1 {\displaystyle 0<\epsilon <1} . Define a new sequence ( Z n ) n ≥ 0 {\displaystyle (Z_{n})_{n\geq 0}} such that
Z n = X n ξ n {\displaystyle Z_{n}=X_{n}\xi _{n}} for every ( Z n ) n ≥ 0 . {\displaystyle (Z_{n})_{n\geq 0}.}
… excerpt ends here. Continue reading the full article.
