Main Content

Lesson 2: Distributions

Approaches to Assigning Probabilities

 

Classical Approach: Based on Equally Likely Events

Probability of an Event X = N x N = Number of Outcomes That Satisfy That Event Total Number of Possible Outcomes

This approach assumes all outcomes are equally likely to occur. If an experiment has n possible outcomes, this method would assign a probability of 1/n to each outcome. It is necessary to determine the number of possible outcomes.

Experiment: Rolling a Die

Outcomes:  { 1 , 2 , 3 , 4 , 5 , 6 } N = 6

  • Probability that a face with five spots turns up when you roll:
    • P ( x = 5 ) = 1 6
  • Probability that you roll four or less:
    • P ( x < = 4 ) = 4 6 = 0.67  or  67 %  (in this case, there are four possible outcomes, 1, 2, 3, 4 that satisfy the condition 4 or less)
  • Also note that the possibility you roll more than four:
    • P ( x > 4 ) = 1 0.67 = 0.33  or  33 %

 

Relative Frequency: Assigning Probabilities Based on Experimentation or Historical Data

Probability of an event  X = N x N = Number of Outcomes That Satisfy That Event Total Number of Events in the Population


You may remember the cumulative and relative frequencies we calculated for Google’s Project Fi customers. The relative frequencies we calculated for each category can be used as a probabilistic estimate for customer spending patterns. So, we can say there is a 6.5% chance that a new customer will spend between $30–$45, 60.5% chance that a new customer will spend $45 or less, and so on. In other words, we are using this data from a sample of 200 customers to predict the behavior of a new customer.
Spending amount
(X) in dollars
Relative frequency
P(X)
Cumulative relative frequency
P(X<=...)
Table 2.4. Probability of Customer Spending
0–15 71 200 = 0.355 71 200 = 0.355
>15–30 37 200 = 0.185 108 200 = 0.54
>30–45 13 200 = 0.065 121 200 = 0.605
>45–60 9 200 = 0.045 130 200 = 0.65
>60–75 10 200 = 0.05 140 200 = 0.7
>75–90 18 200 = 0.09 158 200 = 0.79
>90–105 28 200 = 0.14 186 200 = 0.93
>105–120 14 200 = 0.07 200 200 = 1
 

Probability a new customer spends:

  • Between $30–$45   P ( 30 < X < = 45 ) = 0.065  or  6.5 %
  • $45 or less: P ( X < = 45 ) = 0.605  or  60.5 %
  • More than $45 : P ( X > 45 ) = 1 P ( X < = 45 ) = 1 0.605 = 0.395  or  39 %

The same information can also be displayed in a chart:

Figure 2.3. Distribution of Customer's Monthly Phone Bill

Example: What Is the Probability That a Family in Your County Has an Income > 60,000?
  • Last census data shows that there were 54,345 households in your county, of which 31,496 had a income above 60K
    • Probability of event X (i.e. family income  > 60 K ) = P ( X > 60 K ) = 31 , 496 54 , 345 = .580
  • Sales Management Magazine reports 55,100 households, with 32,047 having income > 60K
    • Probability of event X (i.e. family income  > 60 K ) = P ( X > 60 K ) = 32 , 047 55 , 100 = .5

 

 

Loading the player
Transcript coming soon!

 

Subjective Approach: Assigning Probabilities Based on the Assignor’s (Subjective) Judgment

In the subjective approach, we define probability as the degree of belief that we hold in the occurrence of an event.

For example, based on historical performance and current market conditions, there is a 75% chance that stock price will go up in the next quarter.

Subjective probabilities have personal biases and may vary widely from person to person.

Interpreting Probability

No matter which method is used to assign probabilities, all will be interpreted in the relative frequency approach.

For example, a government lottery game where one number (of 49) is selected. The classical approach would predict the probability for any one number being picked 1 49 = 2.04 % . We interpret this to mean that in the long run each number will be picked about 2.04% of the time.

 


Top of page