Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewReid854 committed Jul 23, 2019
1 parent 0707828 commit 345099e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@
## 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 of any combination of supported distributions
- 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
- Mean residual life, quantiles, descriptive statistics summaries, random sampling from distributions
- Plots of PDF, CDF, survival function, hazard function, and cumulative hazard function
- Easy creation of distribution objects. Eg. dist = Weibull_Distribution(alpha=4,beta=2)
- Non-parametric estimation using Kaplan-Meier
- Non-parametric estimation of reliability function using Kaplan-Meier
- Q-Q plots and goodness of fit tests (AICc, BIC)
- Reliability growth, optimal replacement time, sequential sampling charts, and many more functions.

## Installation
Expand Down

0 comments on commit 345099e

Please sign in to comment.