2.2 Intro To Proba Dist
2.2 Intro To Proba Dist
More definitions
1. The union of A and B or A B , is the event containing all sample points in
either A or B or both.
2. The intersection of A and B or A B , is the event containing all sample
points that are both in A and B . Sometimes we use AB for intersection.
3. The complement of A or Ac , is the event containing all sample points that are
not in A . Sometimes we use A for complement.
Mutually exclusive events (disjoint events): Two events are said to be mutually
exclusive (or disjoint) if their intersections is empty, i.e. A B =
6
Exercise
An experiment consists of throwing a fair dice.
P (E ) = 1 ,
S
i
8
Independent events: Two events A and B are said to be independent if
Probability Rules P ( A B ) = P ( A)P (B ) .
Complementation law
P( A) = 1 − P( Ac ) .
Additive law
P( A B) = P( A) + P(B) − P( A B)
P ( A B ) = P ( A ) + P (B ) .
9
Conditional Probability and
the Multiplication Rule (slide 1 of 2)
A formal way to revise probabilities on the basis of new information is
to use conditional probabilities.
Let A and B be any events with probabilities P(A) and P(B). If you are
told that B has occurred, then the probability of A might change.
◦ The new probability of A is called the conditional probability of A given B, or
P(A|B).
◦ It can be calculated with the following formula:
Conditional Probability and
the Multiplication Rule (slide 2 of 2)
◦ The numerator in this formula is the probability that both A and B occur. This
probability must be known to find P(A|B).
However, in some applications, P(A|B) and P(B) are known. Then you
can multiply both sides of the equation by P(B) to obtain the
multiplication rule for P(A and B):
Assessing Uncertainty at Bender Company
(slide 1 of 2)
(ii) If two balls are selected without replacement, what is the probability that
both balls are black? both are white? the first is white and the second is
black? The first is black and the second is white? one ball is black?
15
Exercise 2
Suppose that the following two weather forecasts were
reported on two local TV stations for the same period. First
report: The chances of rain are today 30%, tomorrow 40%,
both today and tomorrow 20%, either today or tomorrow
60%. Second report: The chances of rain are today 30%,
tomorrow 40%, both today and tomorrow 10%, either today
or tomorrow 60%. Which of the two reports, if any, is more
believable? Why? (Hint: Let A and B be the events of rain
today and rain tomorrow).
16
Subjective vs. Objective
Probabilities
Objective probabilities are those that can be estimated from long-run
proportions.
The relative frequency of an event is the proportion of times the event
occurs out of the number of times the random experiment is run.
◦ A relative frequency can be recorded as a proportion or a
percentage.
◦ A famous result called the law of large numbers states that this
relative frequency, in the long run, will get closer and closer to the
“true” probability of an event.
However, many business situations cannot be repeated under identical
conditions, so you must use subjective probabilities in these cases.
◦ A subjective probability is one person’s assessment of the likelihood
that a certain event will occur.
Probability Distribution of a
Single Random Variable (slide 1 of 4)
A discrete random variable has only a discrete (often finite)
number of possible values.
A continuous random variable has a continuum of possible
values.
Usually a discrete distribution results from a count, whereas a
continuous distribution results from a measurement.
◦ This distinction between counts and measurements is not
always clear-cut.
Mathematically, there is an important difference between
discrete and continuous probability distributions.
◦ Specifically, a proper treatment of continuous distributions
requires calculus.
Probability Distribution of a
Single Random Variable (slide 2 of 4)
The essential properties of a discrete random
variable and its associated probability distribution are
quite simple.
◦ To specify the probability distribution of X, we need to
specify its possible values and their probabilities.
◦ We assume that there are k possible values, denoted
v1, v2, …, vk, which form the sample space S
◦ The probability of a typical value vi is denoted in one of two
ways, either P(X = vi) or p(vi).
◦ Probability distributions must satisfy two criteria:
◦ The probabilities must be nonnegative.
◦ They must sum to 1.
Probability Distribution of a
Single Random Variable (slide 3 of 4)
Example: Toss a coin 3 times, then
Let the variable of interest X be the number of heads observed, and then the
relevant events would be
{X = 0} = {TTT }
{X = 1} = {HTT ,THT ,TTH }
{X = 2} = {HHT , HTH,THH }
{X = 3} = {HHH }.
2. To get ready to compute the variance, calculate the squared deviations from the
mean by entering this formula in cell D4:
4. Calculate the standard deviation of the market return in cell B13 with the
formula:
Conditional Mean and
Variance
There are many situations where the mean and variance of a random
variable depend on some external event.
◦ In this case, you can condition on the outcome of the external event to find
the overall mean and variance (or standard deviation) of the random
variable.
Conditional mean formula:
Conditional variance formula:
Optional
Introduction to Simulation
(slide 2 of 2)
Random numbers generated with Excel’s RAND function are said to be
uniformly distributed between 0 and 1 because all decimal values
between 0 and 1 are equally likely.
◦ These uniformly distributed random numbers can then be used to
generate numbers from any discrete distribution.
◦ This procedure is accomplished most easily in Excel through the use
of a lookup table—by applying the VLOOKUP function.
Optional
Simulation of Market Returns
Optional
Procedure for Generating
Random Market Returns in Excel
(slide 1 of 2)
1. Copy the possible returns to the range E13:E17. Then enter the
cumulative probabilities next to them in the range D13:D17. To do this,
enter the value 0 in cell D13. Then enter the formula:
in cell D14 and copy it down through cell D17. The table in the range
D13:E17 becomes the lookup range (LTable).
2. Enter random numbers in the range A13:A412. To do this, select the
range, then type the formula: