Binomial Distribution and Standard Deviation For Bin Dist
Binomial Distribution and Standard Deviation For Bin Dist
Coin experiment is a binomial distribution with probability 50% of Tails and 50% of Heads
We refer to an experiment as a trial. For instance the number of times we toss the coin
And we need to label one of the outcomes as a success, the other one is called failure
Let's assume that we toss the coin 30 times, and we define Tails as the successful outcome
There are two formulas that are similar to the Normal Distribution, which must be used when we are dealing with a
12.0%
10.0%
16.0%
12 8.1% 14.0%
13 11.2% 12.0%
14 13.5%
10.0%
15 14.4%
16 13.5% 87.8% TRUE 8.0%
17 11.2% 6.0%
18 8.1%
4.0%
19 5.1%
20 2.8% 2.0%
21 1.3%
0.0%
22 0.5% 0 2 4
23 0.2%
24 0.1%
25 0.0%
26 0.0%
27 0.0%
28 0.0%
29 0.0%
30 0.0%
more 0%
100.0% It must add to 100%
We can also use Norm.Inv when there is a desired probability and we want to know the # of success that would ge
he last argument as False. When using the Binomial Distribution we can measure the exact are under the curve, since this is a discrete variable
ment as True, since we are dealing with a cumulative probability. Also notice that no more than 20, means <=20
e right hand side. In other words, we want 12 Tails or more. Therefore we find the probability of obtaining 9 tails or less, and substract from 1
obability of 20 or less
obability of less than 11 successes
14.0%
12.0%
10.0%
Probability of Exactly that number
16.0%
14.0%
12.0%
10.0%
8.0%
6.0%
4.0%
2.0%
0.0%
0 2 4 6 8 10 12 14 16 18 20 22 24 26 28 30
auses to lump together the same # of trials with multiple values for the cumulative
probability for each exact value, and add them together. The probability of obtaining 14
eas the probability of obtaining a 13 Tails adds up to 29.2%
The formulas for the mean and the standard deviation in binomial distribution vary slightly.
This is because we are dealing with only two possible outcomes. Measuring the dispersion is different than when d
The formal notation to denote we are dealing with a binomial outcome is to use the Chi (or X) symbol.
We use the letter E to denote mean
And the formula for standard deviation becomes the square root of the number of trials * probability of success * (
n 100 trials
p 60% success
1-p (or q) 40% The complement to 100% from the success %. Also known as q
E(X) 60 If an experiment has 60% of success, and we conduct the experiment 100 times. We expect t
Stdev (X) 4.90 While this calculation is less intuitive, the interpretation is the same as with the normal distrib
Mu - 2σ Mu + 2σ
50 70 It is very likely that the actual number of experiments with an succesful outcome w
ion is different than when dealing with all possible continous values
i (or X) symbol.
An airline knows that the no-show rate for certain route is 10%.
The aircraft can carry 200 passengers
What should be the # of total tickets they should sell so that most of the time they end up with the 200 seats filled?
E(x) 20
stdev 4.242640687
Mu - 2σ 12
212 228
at full capacity.
Mu + 2σ 28