• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Confidence Intervals and Random Sampling with >99.95% Accuracy

Status
Not open for further replies.

simms

Diamond Member
Every week, there is an order for about 100,000 boxes of product.
We currently audit every box to ensure it matches what is ordered. We check each label and match it to the order.

I am hoping to replace this with random sampling to achieve with 99.95% confidence that the 100,000 boxes of product are accurate.

For example, it might be that we need to check X% of the order each week. If there are Y% defects, then the entire lot must be checked manually. Otherwise, if there are 0 mismatches in the X%, the lot passes with 99.95% confidence.

How can I determine this?
 
Hire me and I'll help you! Or ask any one of your engineers. You're probably going to need to do something with binomial distribution. You'll need to analyze the probability of falsely labeling a box from previous data.
 
Last edited:
I asked around and it seems excel can give you a function to estimate the stuff.
BINOMDIST.
 
Last edited:
whoa whoa, why binomial distribution i suggest u use Poisson distribution as all binomial distributions tend to Poisson for large numbers (100,000)

and if u want 99.95% statistical quality control its best to opt for normal distribution (check out 6 sigma limits)
 
Last edited:
Status
Not open for further replies.
Back
Top