Telegraph process

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search

In probability theory, the telegraph process is a memoryless continuous-time stochastic process that shows two distinct values. It models burst noise (also called popcorn noise or random telegraph signal). If the two possible values that a random variable can take are c1 and c2, then the process can be described by the following master equations:

tP(c1,t|x,t0)=λ1P(c1,t|x,t0)+λ2P(c2,t|x,t0)

and

tP(c2,t|x,t0)=λ1P(c1,t|x,t0)λ2P(c2,t|x,t0).

where λ1 is the transition rate for going from state c1 to state c2 and λ2 is the transition rate for going from going from state c2 to state c1. The process is also known under the names Kac process (after mathematician Mark Kac),[1] and dichotomous random process.[2]

Solution

[edit | edit source]

The master equation is compactly written in a matrix form by introducing a vector 𝐏=[P(c1,t|x,t0),P(c2,t|x,t0)],

d𝐏dt=W𝐏

where

W=(λ1λ2λ1λ2)

is the transition rate matrix. The formal solution is constructed from the initial condition 𝐏(0) (that defines that at t=t0, the state is x) by

𝐏(t)=eWt𝐏(0).

It can be shown that[3]

eWt=I+W(1e2λt)2λ

where I is the identity matrix and λ=(λ1+λ2)/2 is the average transition rate. As t, the solution approaches a stationary distribution 𝐏(t)=𝐏s given by

𝐏s=12λ(λ2λ1)

Properties

[edit | edit source]

Knowledge of an initial state decays exponentially. Therefore, for a time t(2λ)1, the process will reach the following stationary values, denoted by subscript s:

Mean:

Xs=c1λ2+c2λ1λ1+λ2.

Variance:

var{X}s=(c1c2)2λ1λ2(λ1+λ2)2.

One can also calculate a correlation function:

X(t),X(u)s=e2λ|tu|var{X}s.

Application

[edit | edit source]

This random process finds wide application in model building:

See also

[edit | edit source]

References

[edit | edit source]
  1. ^ a b Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  2. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  3. ^ Balakrishnan, V. (2020). Mathematical Physics: Applications and Problems. Springer International Publishing. pp. 474