Failure modes after re-test
The Problem Quality control and testing actions are always mandatory before delivering a product or a service. In this particular case study, we are considering a some manufacturing data recording during testing. Every row is the result of a testing procedure. The tabular data may look like this timestamp id result retests 13:32:10 #AA3 pass 1 13:32:20 #AA4 failmode1 1 13:32:30 #AA5 pass 1 13:32:50 #AA4 failmode1 2 13:33:20 #AA4 pass 3 From this tabular data, we may look how much of units passed on first try, how much units failed with mode 2 on first, second, … tries etc… When a unit fails some $K$ times, it is scrapped. In our demo, we take $K$ to be 4. Different failure modes depend on a various number of factors. We may divide this into two main “categories” - the testing procedure or the intrinsic problem of the unit. ...