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 df942d0 commit 771ca9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
- 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 PDF, CDF, survival function, hazard function, and cumulative hazard function
- 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 reliability function using Kaplan-Meier
- Non-parametric estimation of survival 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.

Expand Down

0 comments on commit 771ca9d

Please sign in to comment.