| This lab is a continuation of the one from last lab. Recall terminology and notations we learned last time: |
| ||
p
n the number of Bernoulli Trials in one experiment.
p the probability of success in each of the independent trials; p remains the same from trial to trial.
X the number of successes in one experiment.
n = 5 (there are 5 Bernoulli trials in the experiment)
p = 0.5 (the probability for the coin to land on its head is half since it's a fair coin)
X = the number of heads we get if we toss a fair coin 5 times.
X = the number of successes in one binomial experiment. X is called a Binomial Random Variable since it's used to describe the result of a Binomial Experiment.
X is a random variable since the outcome of each experiment is random, X can take on any value of 0,1,2,... up to n .
n,p).
X:
| X | 0 | 1 | ... | k | ... | n |
| Probability | | | ... | | ... | |
X = the number of heads we get in 5 tosses. The distribution of X tells us the values of Pr(X = 0),...,Pr(X = 5). You can evaluate the distribution of X by the binomial probability formula.Y - axis: the frequencies or relative frequencies
X - axis: the observed outcomes of the variable.
X , specifying the values of n and p.