failureRate {smmR} | R Documentation |
Failure Rate Function
Description
Function to compute the BMP-failure rate or the RG-failure rate.
Consider a system starting to work at time
. The BMP-failure rate at time
is the conditional
probability that the failure of the system occurs at time
, given
that the system has worked until time
.
The RG-failure rate is a discrete-time adapted failure rate, proposed by
D. Roy and R. Gupta. Classification of discrete lives. Microelectronics
Reliability, 32(10):1459–1473, 1992. We call it the RG-failure rate and
denote it by .
Usage
failureRate(
x,
k,
upstates = x$states,
failure.rate = c("BMP", "RG"),
level = 0.95,
epsilon = 0.001,
klim = 10000
)
Arguments
x |
An object of S3 class |
k |
A positive integer giving the period |
upstates |
Vector giving the subset of operational states |
failure.rate |
Type of failure rate to compute. If |
level |
Confidence level of the asymptotic confidence interval. Helpful
for an object |
epsilon |
Value of the reliability above which the latter is supposed to be 0 because of computation errors (see Details). |
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 failure rate 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
.
The BMP-failure rate at time is the conditional probability
that the failure of the system occurs at time
, given that the
system has worked until time
.
Let denote the first passage time in subset
, called
the lifetime of the system, i.e.,
For a discrete-time semi-Markov system, the failure rate at time
has the expression:
We can rewrite it as follows :
The failure rate at time is defined by
,
with
being the reliability function (see reliability function).
The calculation of the reliability involves the computation of
many convolutions. It implies that the computation error, may be higher
(in value) than the "true" reliability itself for reliability close to 0.
In order to avoid inconsistent values of the BMP-failure rate, we use the
following formula:
with , the threshold, the parameter
epsilon
in the
function failureRate
.
Expressing the RG-failure rate in terms of the reliability
we obtain that the RG-failure rate function for a discrete-time
system is given by:
for . If
, we set
.
Note that the RG-failure rate is related to the BMP-failure rate by:
Value
A matrix with rows, and with columns giving values of
the BMP-failure rate or RG-failure rate, 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.
R.E. Barlow, A.W. Marshall, and F. Prochan. (1963). Properties of probability distributions with monotone hazard rate. Ann. Math. Statist., 34, 375-389.
D. Roy and R. Gupta. (1992). Classification of discrete lives. Microelectron. Reliabil., 32 (10), 1459-1473.