Skip to content

yawnoc/sequential-reliability-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sequential-reliability-testing

A Python implementation of Sequential Reliability Testing, according unto MIL-HDBK-781A (Section 5.9).

Usage

$ srt.py [-h] [-i ITEMS] [-t TRIALS] [-s SEED] theta_0 theta_1 theta alpha beta

Perform sequential reliability testing. Generates a LOG file and some SVGs.

positional arguments:
  theta_0     greater MTBF (null hypothesis)
  theta_1     lesser MTBF (alternative hypothesis)
  theta       true MTBF for trials
  alpha       producer's risk
  beta        consumer's risk

optional arguments:
  -h, --help  show this help message and exit
  -i ITEMS    item count (default 1)
  -t TRIALS   trial count (default 10)
  -s SEED     integer seed for deterministic runs

License

Copyright 2023 Conway
Licensed under the GNU General Public License v3.0 (GPL-3.0-only).
This is free software with NO WARRANTY etc. etc., see LICENSE.

About

Python Sequential Reliability Testing

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages