PMF of X for Airport Metal Detector Activations

  • Thread starter Thread starter joemama69
  • Start date Start date
  • Tags Tags
    Detector Metal
Click For Summary
SUMMARY

The discussion centers on calculating the Probability Mass Function (PMF) for the number of activations of an airport metal detector, denoted as X, where 0.5% of 500 individuals activate it. The participants explore both the Central Limit Theorem (CLT) approximation and the exact binomial distribution for P(X=5) and P(X<=5). Key insights reveal that the initial approach using the binomial formula was misapplied, particularly regarding the use of permutations instead of combinations. The consensus emphasizes the importance of including P(X=0) in the calculations and cautions against relying solely on the CLT for approximation in this scenario.

PREREQUISITES
  • Understanding of Binomial Distribution and its parameters (n and p)
  • Familiarity with Central Limit Theorem (CLT) and its applications
  • Knowledge of probability calculations, including combinations and permutations
  • Basic statistical concepts related to PMF and probability distributions
NEXT STEPS
  • Learn how to calculate binomial probabilities using the formula P(X=x) = (n choose x) * (p^x) * ((1-p)^(n-x))
  • Research the conditions under which the Central Limit Theorem provides a valid approximation for binomial distributions
  • Study the limits of binomial distributions and their applications in probability theory
  • Explore statistical software tools like R or Python's SciPy for computing PMFs and probabilities efficiently
USEFUL FOR

Statisticians, data analysts, and students studying probability theory, particularly those interested in binomial distributions and their applications in real-world scenarios.

joemama69
Messages
390
Reaction score
0

Homework Statement



Of the people passing through an airport metal detector, 0.5% activate it; Let X denote the number among a randomly selected group of 500 who activate it.

1) What is the PMF of X
i) Using th CLT (approximate PMF)
ii) Using the exact distribution of X

2) P(X = 5) using i and ii

3) P(X<=5) using i and ii


Homework Equations





The Attempt at a Solution



So its been a while since I've taking a probability class but I thought this was a Binomial Distribution problem where n = X, p = .005 and n = 500

P(X = x) = (500 Permutation X) * (.005^X) * (1-.005)^(500-X)

but the output I am getting for X = 1,2,3... = .20, .51, 1.29 which are clearly wrong.

My thought for X = 1 would be P(X=1) = (1/500)*.005 = .00001 which seams reasonable to me but I am confusing myself when I go on to P(X = 2)

Any hints would be appreciated.
 
Physics news on Phys.org
500 Permutation X is not part of the Binomial Distribution.

Your first term is correct (The .20 one), but the second and third are wrong.
 
Last edited:
joemama69 said:

Homework Statement



Of the people passing through an airport metal detector, 0.5% activate it; Let X denote the number among a randomly selected group of 500 who activate it.

1) What is the PMF of X
i) Using th CLT (approximate PMF)
ii) Using the exact distribution of X

2) P(X = 5) using i and ii

3) P(X<=5) using i and ii


Homework Equations





The Attempt at a Solution



So its been a while since I've taking a probability class but I thought this was a Binomial Distribution problem where n = X, p = .005 and n = 500

P(X = x) = (500 Permutation X) * (.005^X) * (1-.005)^(500-X)

but the output I am getting for X = 1,2,3... = .20, .51, 1.29 which are clearly wrong.

My thought for X = 1 would be P(X=1) = (1/500)*.005 = .00001 which seams reasonable to me but I am confusing myself when I go on to P(X = 2)

Any hints would be appreciated.

You should also have a value for x = 0.

Anyway, why do you think that P(X=1) = (1/500)*.005 ? You already gave a formula for P(X=x); what does it give you when x = 1? (It WON'T be what you wrote!)
 
Oops, should be Combination I am guessing?

Using that I get P(X = 1,2,3,...) = .20, .26, .21, .13, ...

These just don't seem correct to me. Seem way to high??
 
joemama69 said:
Oops, should be Combination I am guessing?

Using that I get P(X = 1,2,3,...) = .20, .26, .21, .13, ...

These just don't seem correct to me. Seem way to high??

They are OK, but you also need to look at P(X=0). After all, it is possible that all 500 fail to activate the device. And, of course, P(X = 0) is a definite part of the binomial distribution.
 
Ok thank you. So I have the PMF function. The problem asks to compute probabilities using...

1) the CLT (approximation)
2) exact distribution

What is the difference. I thought the CLT allowed the use of binomial dist because of the large n. How do I "approximate PMF" using CLT.
 
joemama69 said:
Ok thank you. So I have the PMF function. The problem asks to compute probabilities using...

1) the CLT (approximation)
2) exact distribution

What is the difference. I thought the CLT allowed the use of binomial dist because of the large n. How do I "approximate PMF" using CLT.

Whoever is asking you to use the CLT result is asking you to perform a disastrously bad approximation in this case. Your problem does not at all fit the criteria for getting a reasonable approximation via the CLT. The CLT is a LIMIT theorem; the question is whether you can use the limit as a good approximation when you are not taking something to ∞, but merely to a large value (500 in this case). Under certain circumstances the answer is YES, but not in this case.

However, for this problem there is another type of limit result that can be used instead. Google 'limits of binomial distribution'.

Note added in edit: well, maybe 'disastrously bad' is too strong; just plain 'not very good' is a better description.
 
Last edited:

Similar threads

Replies
2
Views
1K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
4
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 4 ·
Replies
4
Views
9K