Preface
Figure and table list
1. Introduction
1.1S-N Curve (T-N Curve)
1.2ALT (Accelerated Life Testing)
1.3Reliability
1.4Weibull distribution
1.5Summary
2. S-N Curve (T-N Curve)
2.1General, pitting (contact) and bending stress
2.2S-N Curve and T-N Curve of pitting (contact) stress
2.3S-N Curve and T-N Curve of bending stress
2.4S-N Curve with un-reliability according to ISO 6336 (with Weibull distribution)
2.5Programming
2.5.1Exce
2.5.2Python
2.6Summary
3. ALT (Accelerated Life Testing)
3.1T-N Curve for ALT with torque bin
3.2Writing the test code of ALT
3.3Programming
3.3.1Exce
3.3.2Python
3.4Summary
4. Reliability
4.1Calculation of MTTF (MTBF)
4.2Calculation β (shape parameter) and η (scale parameter) with B_D (design life) and B_100p (percentage product life)
4.3Programming
4.3.1Excel
4.3.2Python
4.4Summary
5. Life-time of System
5.1FORM Method
5.2Finding Weibull reliability parameters with failed products data according to used time
5.3Programming
5.3.1Excel
5.3.2Python
5.3.3Algorithm for calculation MPP
5.4Summary
6. Appendix
6.1Appendix A : Reliability criteria of industrial category
6.2Appendix B : Gamma function table
6.3Appendix C : Sensitivity analysis
6.4Appendix D : The value of shape parameter and scale parameter
7. Reference