Failure and Run Times {DataSetsUni} | R Documentation |
The failure and run times from a sample of 30 devices
Description
The function allows to provide the failure and run times from a sample of 30 devices.
Usage
data_runtimes
Arguments
data_runtimes |
A vector of (non-negative integer) values. |
Details
The values are the failure and run times from a sample of 30 devices. Recently, it is used by Abbas et al. (2023) and fitted new extended Kumaraswamy exponential distribution.
Value
data_runtimes gives the failure and run times from a sample of 30 devices.
Author(s)
Muhammad Imran.
R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.
References
Abbas, S., Muhammad, M., Jamal, F., Chesneau, C., Muhammad, I., & Bouchane, M. (2023). A New Extension of the Kumaraswamy Generated Family of Distributions with Applications to Real Data. Computation, 11(2), 26.
William, Q. M., & Escobar, L. A. (1998). Statistical methods for reliability data. A. Wiley Interscience Publications, 639.
See Also
data_breakdown, data_breakdownt, data_failureairc
Examples
x<-data_runtimes
summary(x)