Reliability Engineering toolkit for Python
Project description
reliability
reliability is a Python library for reliability engineering and survival analysis. It offers the ability to create and fit probability distributions intuitively and to explore and plot their properties. reliability is designed to be much easier to use than scipy.stats whilst also extending the functionality to include many of the same tools that are typically only found in proprietary software such as Minitab, Reliasoft, and JMP Pro. It is somewhat similar to lifelines but with a greater focus on the application of survival analysis to reliability engineering.
Key features
- Ability to fit probability distributions to data including left or right censored data
- Ability to fit Weibull mixture models
- Calculating the probability of failure for stress-strength interference between any combination of the supported distributions
- Support for Exponential, Weibull, Gamma, Normal, Lognormal, and Beta probability distributions
- Mean residual life, quantiles, descriptive statistics summaries, random sampling from distributions
- Plots of probability density function (PDF), cumulative distribution function (CDF), survival function (SF), hazard function (HF), and cumulative hazard function (CHF).
- Easy creation of distribution objects. Eg. dist = Weibull_Distribution(alpha=4,beta=2)
- Non-parametric estimation of survival function using Kaplan-Meier and Nelson-Aalen
- Quantile plots and goodness of fit tests (AICc, BIC)
- Reliability growth, optimal replacement time, sequential sampling charts, and many more functions.
Installation
pip install reliability
Documentation
Check out readthedocs for detailed documentation and examples. If you find any errors, or would like to request that something be added, please raise an issue in GitHub.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file reliability-0.2.7.tar.gz
.
File metadata
- Download URL: reliability-0.2.7.tar.gz
- Upload date:
- Size: 41.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.18.4 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f3d6f1a93feac6a037a51cf9b2fe3fe45b69a1eb14b748f88a1a97d6185f4bb4 |
|
MD5 | abd05474bc92cdc91e3f3a1e792caa7e |
|
BLAKE2b-256 | 336f5c78f6492aaf6d6accac62d0f89357d51ff4f9a4f09d1d34a7d56e1ae202 |
File details
Details for the file reliability-0.2.7-py3-none-any.whl
.
File metadata
- Download URL: reliability-0.2.7-py3-none-any.whl
- Upload date:
- Size: 44.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.18.4 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 19e247b9969b319e57b9032c699ff5ccecab3b6b5de8cf58478a409f904a356d |
|
MD5 | 8f31cb54f42b5babf9261f3d1701097c |
|
BLAKE2b-256 | b707749b46f797d562dca5cd8269911c8d15baca8bc46b7d1fea1db8ed94c404 |