meanRecurrenceTimes {smmR} | R Documentation |
Method to get the mean recurrence times
Description
Method to get the mean recurrence times .
Usage
meanRecurrenceTimes(x, klim = 10000)
Arguments
x |
An object of S3 class |
klim |
Optional. The time horizon used to approximate the series in the
computation of the mean sojourn times vector |
Details
Consider a system (or a component) whose possible
states during its evolution in time are
.
We are interested in investigating the mean recurrence times of a
discrete-time semi-Markov system . Consequently, we suppose
that the evolution in time of the system is governed by an E-state space
semi-Markov chain
. The state of the system is given
at each instant
by
: the event
.
Let denote the successive time points when
state changes in
occur and let also
denote the successively visited states at
these time points.
The mean recurrence of an arbitrary state is given by:
where is the stationary distribution of the
embedded Markov chain
and
is the mean
sojourn time in state
(see meanSojournTimes function for
the computation).
Value
A vector giving the mean recurrence time
.