There are many problems in Computer Science where you have to work with the notion of paths for any given graph. For CTMCs we also need some kind of path notion. Consider the following CTMC:

The above CTMC has a source state and a destination state
. There a infinitely many paths which start in
and end in
. Some of them are:
,
,
.
For CTMCs we are not only interested in paths but also in computing some probability measure for them. One of these measures is the probability to start in a source state and to move to some destination state
in
units of time,where the path is
. The path measure is computed as follows:
,where is the probability density function to move from state
to state
at time
. Recall that the probability distribution function to move from state
to state
in
units of time is
.
For instance the probability to arrive in state in 10 min. for the above CTMC by traversing the path
:
.




