TelegraphProcess
represents a telegraph process with rate μ.
Details
- TelegraphProcess is a continuous-time and discrete-state random process.
- TelegraphProcess at time t takes the value 1 if the number of events in the interval 0 to t is even and -1 otherwise.
- The number of events in the interval 0 to t follows PoissonDistribution[μ t].
- The times between events are independent and follow ExponentialDistribution[μ].
- TelegraphProcess allows μ to be any positive real number.
- TelegraphProcess can be used with such functions as Mean, PDF, Probability, and RandomFunction.
Examples
open allclose allBasic Examples (3)
Scope (12)
Basic Uses (6)
Process Slice Properties (6)
Telegraph process assumes only two values:
Compare the first-order PDFs in time for the two values:
The limiting value is the same for both values:
Compute an expectation of an expression:
Calculate the probability of an event:
CentralMoment and its generating function:
FactorialMoment and its generating function:
Applications (1)
The collision times for a particle moving between two barriers are distributed exponentially, with a mean of 3 microseconds. If the particle starts at the right-hand barrier () and moves towards the left-hand barrier (), then simulate the collision process for 100 microseconds:
Properties & Relations (6)
TelegraphProcess is a jump process:
The telegraph process is not weakly stationary:
The absolute correlation depends only on time differences:
But the mean function is not constant:
It is, however, asymptotically weakly stationary:
The number of jumps at time t follows a PoissonDistribution:
Generate a random sample of paths from a telegraph process and record their lengths:
The times between jumps follow an ExponentialDistribution:
Generate a random sample of paths from a telegraph process:
TelegraphProcess is a transformation of a PoissonProcess:
Probability density function for a time slice of the process:
Compare with the PDF for TelegraphProcess:
Compare CovarianceFunction:
Text
Wolfram Research (2012), TelegraphProcess, Wolfram Language function, https://reference.wolfram.com/language/ref/TelegraphProcess.html.
CMS
Wolfram Language. 2012. "TelegraphProcess." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/TelegraphProcess.html.
APA
Wolfram Language. (2012). TelegraphProcess. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/TelegraphProcess.html