medrank | R Documentation |
Median rank method to estimate parameters of the two-parameter exponential dist.
medrank(x, methods = c("B"))
x |
vector of quantile (or a data set). |
methods |
there are some of median rank methods as follows; "B" stand for Benard median rank method (default), "BL" stand for Blom method, "MKM" stand for Hazen (Modified Kaplan Meier) method, "OT" stand for The one-third method, and "C" stand for Cunane method |
the estimate three values for the two-parameter exponential dist. as follows:
theta.hat
gives the estimate location parameter,
beta.hat
gives the estimate scale parameter,
and lamda.hat
gives the estimate the rate.
Reid, M. (2022). Reliability – a Python library for reliability engineering (Version 0.8.2) [Computer software]. Zenodo. \Sexpr[results=rd]{tools:::Rd_expr_doi("https://doi.org/10.5281/ZENODO.3938000")}.
x1 <- c(25,43,53,65,76,86,95,115,132,150) # test a data set
medrank(x1,"B") # Benard method (default) or medrank(x1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.