Calculating Defect Rate Probability with BINOMDIST

  • Thread starter Thread starter kristymassi
  • Start date Start date
kristymassi
Messages
5
Reaction score
0
it seems me true but prof. said its not..

You are asked to calculate the probability that a sample of 1000 vaccine vials from a filling line contains no more than two (2) defective closures. From prior data, you know that the particular filling line in question has a defect rate of 0.08%. Given this information, you use the Microsoft Excel BINOMDIST function with number_s =2, trials = 1000, and probability_s = 0.0008. In order to yield the desired probability, you should set the value of cumulative = TRUE and subtract the result of the function from 1.000.

is that true?

what is your idea?
 
Physics news on Phys.org
kristymassi said:
it seems me true but prof. said its not..

You are asked to calculate the probability that a sample of 1000 vaccine vials from a filling line contains no more than two (2) defective closures. From prior data, you know that the particular filling line in question has a defect rate of 0.08%. Given this information, you use the Microsoft Excel BINOMDIST function with number_s =2, trials = 1000, and probability_s = 0.0008. In order to yield the desired probability, you should set the value of cumulative = TRUE and subtract the result of the function from 1.000.

is that true?

what is your idea?

You gave an observed rate of 8 defects per 1000 but no variance. If you can assume a Poisson process then the mean and variance is 8 and the SD=sqrt (8). From this you can estimate the probability of 2 defects per thousand.

EDIT: I'm confused about your denominator. Is it 1000 or 10000? In either case the above works as long as your denominator doesn't change. You can also use a chi- square estimate where E=8, O=2 and Chi sq=(E-O)^2/E. You can get the probability from Chi Square tables.
 
Last edited:
SW VandeCarr, thank you very much

When we set the value of cumulative to TRUE, we already getthe probability of 2 or less
than 2 (that is no more than 2) defectives. So we need not subtract the answer from 1.
(The probability answer is 0.9526.)
 
Namaste & G'day Postulate: A strongly-knit team wins on average over a less knit one Fundamentals: - Two teams face off with 4 players each - A polo team consists of players that each have assigned to them a measure of their ability (called a "Handicap" - 10 is highest, -2 lowest) I attempted to measure close-knitness of a team in terms of standard deviation (SD) of handicaps of the players. Failure: It turns out that, more often than, a team with a higher SD wins. In my language, that...
Hi all, I've been a roulette player for more than 10 years (although I took time off here and there) and it's only now that I'm trying to understand the physics of the game. Basically my strategy in roulette is to divide the wheel roughly into two halves (let's call them A and B). My theory is that in roulette there will invariably be variance. In other words, if A comes up 5 times in a row, B will be due to come up soon. However I have been proven wrong many times, and I have seen some...
Back
Top