Description Usage Arguments Value References See Also Examples
Conditional reliability function (crf), hazard function, hazard rate average (HRA) and survival function for the Marshall-Olkin Extended Weibull (MOEW)
distribution with tilt parameter alpha
and scale parameter lambda
.
1 2 3 4 |
x |
vector of quantiles. |
alpha |
tilt parameter. |
lambda |
scale parameter. |
t |
age component. |
crf.moew
gives the conditional reliability function (crf),
hmoew
gives the hazard function,
hra.moew
gives the hazard rate average (HRA) function, and
smoew
gives the survival function for the MOEW distribution.
Marshall, A. W., Olkin, I. (1997). A new method for adding a parameter to a family of distributions with application to the exponential and Weibull families. Biometrika,84(3):641-652.
Marshall, A. W., Olkin, I.(2007). Life Distributions: Structure of Nonparametric, Semiparametric, and Parametric Families. Springer, New York.
dmoew
for other MOEW distribution related functions;
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | ## load data set
data(sys2)
## Maximum Likelihood(ML) Estimates of alpha & lambda for the data(sys2)
## alpha.est = 0.3035937, lambda.est = 279.2177754
## Reliability indicators for data(sys2):
## Reliability function
smoew(sys2, 0.3035937, 279.2177754)
## Hazard function
hmoew(sys2, 0.3035937, 279.2177754)
## hazard rate average(hra)
hra.moew(sys2, 0.3035937, 279.2177754)
## Conditional reliability function (age component=0)
crf.moew(sys2, 0.00, 0.3035937, 279.2177754)
## Conditional reliability function (age component=3.0)
crf.moew(sys2, 3.0, 0.3035937, 279.2177754)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.