In Markov Processes, the terms "Clock Forward" and "Clock Reset" are often used to describe the behavior of Markov Chains. In short, "Clock Forward" is used for a Full Markov Process (i.e. Memoryless Property is satisfied) and "Clock Reset" is used for a Semi Markov Process (i.e. Memoryless Property is satisfied).
I am trying to learn more about why these terms (i.e. clock forward, clock reset) are used to describe Markov Processes.
In this research paper (https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0123489), the following note is made:
With the "clock-forward" approach, the time refers to the time since study start. The clock continues running, independent of the occurrence of intermediate events.
In contrast, the "clock-reset" approach assumes a reset to zero, every time the subject moves to another state. The current time t then refers to the sojourn time in the present state
In clock-reset models the time scale itself depends on the time when the present state was reached, therefore the Markov assumption is violated by definition.
While I think I understand this logic, it is a bit confusing to me. For instance, I would have naturally thought the following:
A Full Markov Process has the memoryless property : Suppose we have currently spent some time $a$ in some state = $i$, then the probability of a transition from this state in time $b$ does not depend on time we have already waited $a$. That is , $P( t > a+b | a) = P(t>b)$. Therefore, the probability has naturally "reset" itself of time having already waited. (Note that the memoryless property only takes places in Exponential Distributions - see the reference below)
A Semi Markov Process does not have the memoryless property. Therefore, the time keeps ticking forward and does NOT reset itself. As a result, the probability of a transition happening now somewhat depends on the time already waited.
Thus, in my mind : A Semi Markov Process should be called "Clock Forward" whereas a Full Markov Process should be called "Clock Reset".
I am still confused as to how to understand these terms (Clock Forward and Clock Reset) - could someone please help me understand this?
Thanks!
References: