reliability {smmR} | R Documentation |
Reliability Function
Description
Consider a system starting to function at time
. The reliability or the survival function of
at time
is the probability that the system has functioned
without failure in the period
.
Usage
reliability(x, k, upstates = x$states, level = 0.95, klim = 10000)
Arguments
x |
An object of S3 class |
k |
A positive integer giving the period |
upstates |
Vector giving the subset of operational states |
level |
Confidence level of the asymptotic confidence interval. Helpful
for an object |
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
.
Denote by
the subset of operational states of
the system (the up states) and by
the
subset of failure states (the down states), with
(obviously,
and
,
). One can think of the states
of
as different operating modes or performance levels of the
system, whereas the states of
can be seen as failures of the
systems with different modes.
We are interested in investigating the reliability 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 system starts to work at
instant
and the state of the system is given at each instant
by
: the event
, for a certain
, means that the system
is in operating mode
at time
, whereas
, for a certain
, means that the system is not operational at time
due to the mode of failure
or that the system is under the
repairing mode
.
Let denote the first passage time in subset
, called
the lifetime of the system, i.e.,
The reliability or the survival function at time of a
discrete-time semi-Markov system is:
which can be rewritten as follows:
Value
A matrix with rows, and with columns giving values of
the reliability, variances, lower and upper asymptotic confidence limits
(if
x
is an object of class smmfit
).
References
V. S. Barbu, N. Limnios. (2008). Semi-Markov Chains and Hidden Semi-Markov Models Toward Applications - Their Use in Reliability and DNA Analysis. New York: Lecture Notes in Statistics, vol. 191, Springer.