Understanding Probability Distributions
Probability distributions
A probability distribution tells you how likely different outcomes are. On the one hand, in discrete outcomes (like "how many defective rods"), we list probabilities for each possible count. For continuous measurements (like length or weight), on the other hand, we describe density across a range. General discrete vs continuous formulas:
P(XβA)=xβAββp(x)(discrete)P(aβ€Xβ€b)=β«abβf(x)dx(continious)Example (quick check): If a process guarantees all lengths between 49.5 and 50.5 cm are equally likely, the probability a rod lies in a 0.4 cm sub-range will be the sub-range width divided by 1.0 cm (this is the uniform idea β below we show it in detail).
Binomial distribution
The binomial models the number of successes (e.g., defective rods) in a fixed number of independent trials (e.g., 100 rods), when each trial has the same probability of success.
Formula:
P(X=k)=(nkβ)pk(1βp)nβkExample:
In a batch of n=100 rods where each rod independently has probability p=0.02 of being defective, what is the probability of exactly k=3 defective rods?
Step 1 β compute the combination:
(1003β)=3!97!100!β=161700Step 2 β compute powers:
p3=0.023=0.000008(1βp)97=0.9897β0.1409059532Step 3 β multiply all parts:
P(X=3)=161700Γ0.000008Γ0.1409059532β0.182275941What this means: About 18.23% chance of exactly 3 defective rods in a 100-rod sample. If you see 3 defects, that is a plausible outcome.
If your computed probability seems larger than 1 or negative, re-check the combination or the power calculations. Also compare a binomial pmf value to the cdf if you want "at most" or "at least" answers.
Uniform distribution
The uniform distribution models a continuous measurement where every value within a range [a,b] is equally likely (e.g., a tolerance range for rod length).
Formula:
f(x)=bβa1β,aβ€xβ€bProbability between two points:
P(lβ€Xβ€u)=bβauβlβExample:
Parameters: a=49.5, b=50.5. What is the probability a rod length X lies between 49.8 and 50.2? Compute range width:
bβa=50.5β49.5=1.0Compute sub-interval:
uβl=50.2β49.8=0.4Probability:
P(49.8β€Xβ€50.2)=1.00.4β=0.4Interpretation: There is a 40% chance a randomly measured rod will fall in this tighter tolerance.
Make sure a<b and your sub-range is inside [a,b]; otherwise you must clip the endpoints and treat outside ranges with probability 0.
Normal distribution
The normal distribution describes continuous measurements that cluster around a mean ΞΌ with spread measured by standard deviation Ο. Many measurement errors and natural variations follow this bell-shaped curve.
Formula:
f(x)=Ο2Οβ1βeβ2Ο2(xβΞΌ)2βStandardize with z-score:
z=ΟxβΞΌβProbability between two values uses the cumulative distribution (CDF) or symmetry for standard cases:
P(aβ€Xβ€b)=Ξ¦(ΟbβΞΌβ)βΞ¦(ΟaβΞΌβ)Here Ξ¦ is the standard normal CDF.
Example A:
Parameters: ΞΌ=200, Ο=5, find P(195β€Xβ€205).
Z-scores:
z1β=5195β200β=β1z2β=5205β200β=1Using the symmetry of the normal distribution, the probability between β1 and +1 standard deviation is the well-known:
P(195β€Xβ€205)β0.6826894921Interpretation: About 68.27% of rod weights fall within Β±1 standard deviation of the mean β a classic "68% rule".
When the bounds are symmetric around use known empirical rules (68β95β99.7). For other bounds, compute then use a table or calculator.
Thanks for your feedback!
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Awesome!
Completion rate improved to 1.96
Understanding Probability Distributions
Swipe to show menu
Probability distributions
A probability distribution tells you how likely different outcomes are. On the one hand, in discrete outcomes (like "how many defective rods"), we list probabilities for each possible count. For continuous measurements (like length or weight), on the other hand, we describe density across a range. General discrete vs continuous formulas:
P(XβA)=xβAββp(x)(discrete)P(aβ€Xβ€b)=β«abβf(x)dx(continious)Example (quick check): If a process guarantees all lengths between 49.5 and 50.5 cm are equally likely, the probability a rod lies in a 0.4 cm sub-range will be the sub-range width divided by 1.0 cm (this is the uniform idea β below we show it in detail).
Binomial distribution
The binomial models the number of successes (e.g., defective rods) in a fixed number of independent trials (e.g., 100 rods), when each trial has the same probability of success.
Formula:
P(X=k)=(nkβ)pk(1βp)nβkExample:
In a batch of n=100 rods where each rod independently has probability p=0.02 of being defective, what is the probability of exactly k=3 defective rods?
Step 1 β compute the combination:
(1003β)=3!97!100!β=161700Step 2 β compute powers:
p3=0.023=0.000008(1βp)97=0.9897β0.1409059532Step 3 β multiply all parts:
P(X=3)=161700Γ0.000008Γ0.1409059532β0.182275941What this means: About 18.23% chance of exactly 3 defective rods in a 100-rod sample. If you see 3 defects, that is a plausible outcome.
If your computed probability seems larger than 1 or negative, re-check the combination or the power calculations. Also compare a binomial pmf value to the cdf if you want "at most" or "at least" answers.
Uniform distribution
The uniform distribution models a continuous measurement where every value within a range [a,b] is equally likely (e.g., a tolerance range for rod length).
Formula:
f(x)=bβa1β,aβ€xβ€bProbability between two points:
P(lβ€Xβ€u)=bβauβlβExample:
Parameters: a=49.5, b=50.5. What is the probability a rod length X lies between 49.8 and 50.2? Compute range width:
bβa=50.5β49.5=1.0Compute sub-interval:
uβl=50.2β49.8=0.4Probability:
P(49.8β€Xβ€50.2)=1.00.4β=0.4Interpretation: There is a 40% chance a randomly measured rod will fall in this tighter tolerance.
Make sure a<b and your sub-range is inside [a,b]; otherwise you must clip the endpoints and treat outside ranges with probability 0.
Normal distribution
The normal distribution describes continuous measurements that cluster around a mean ΞΌ with spread measured by standard deviation Ο. Many measurement errors and natural variations follow this bell-shaped curve.
Formula:
f(x)=Ο2Οβ1βeβ2Ο2(xβΞΌ)2βStandardize with z-score:
z=ΟxβΞΌβProbability between two values uses the cumulative distribution (CDF) or symmetry for standard cases:
P(aβ€Xβ€b)=Ξ¦(ΟbβΞΌβ)βΞ¦(ΟaβΞΌβ)Here Ξ¦ is the standard normal CDF.
Example A:
Parameters: ΞΌ=200, Ο=5, find P(195β€Xβ€205).
Z-scores:
z1β=5195β200β=β1z2β=5205β200β=1Using the symmetry of the normal distribution, the probability between β1 and +1 standard deviation is the well-known:
P(195β€Xβ€205)β0.6826894921Interpretation: About 68.27% of rod weights fall within Β±1 standard deviation of the mean β a classic "68% rule".
When the bounds are symmetric around use known empirical rules (68β95β99.7). For other bounds, compute then use a table or calculator.
Thanks for your feedback!