0% found this document useful (0 votes)
12 views5 pages

Probability and Expected Value Explained

The document contains detailed notes from two presentations on probability and expected value. The first presentation covers basic probability concepts, types of events, probability calculations, and practical applications, while the second focuses on random variables, probability distributions, expected value, variance, covariance, and portfolio analysis. Key formulas and examples are provided to illustrate these concepts.

Uploaded by

Jatin Sharma
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views5 pages

Probability and Expected Value Explained

The document contains detailed notes from two presentations on probability and expected value. The first presentation covers basic probability concepts, types of events, probability calculations, and practical applications, while the second focuses on random variables, probability distributions, expected value, variance, covariance, and portfolio analysis. Key formulas and examples are provided to illustrate these concepts.

Uploaded by

Jatin Sharma
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Detailed Notes from the Presentations

Presentation 1: Probability

1. Basic Probability Concepts


 Definition: Probability is the numerical measure of the likelihood that an uncertain
event will occur.
1. Probability values range from 0 to 1:
 Impossible Event: Probability = 0 (event cannot occur).
 Certain Event: Probability = 1 (event is guaranteed to occur).
 Key Properties:

1. For any event A, 0≤P(A)≤10 \leq P(A) \leq 1.


2. The sum of probabilities of all mutually exclusive and collectively exhaustive
events equals 1.

2. Assessing Probability
 Approaches to Assess Probability:

1. A Priori: Based on known theoretical principles (e.g., rolling a die).


2. Empirical Probability: Based on observed data or experiments.
3. Subjective Probability: Based on personal judgment, experience, or opinion.

3. Types of Events
 Simple Event: Described by a single characteristic (e.g., a January day).
 Joint Event: Described by two or more characteristics (e.g., January and
Wednesday).
 Complement of an Event (A’): Includes all outcomes not in event A (e.g., days not in
January).

4. Sample Space
 Definition: The set of all possible outcomes for an experiment.
o Example: Rolling a die results in the sample space – {1, 2, 3, 4, 5, 6}.
o Example: A deck of cards has 52 possible outcomes.
5. Organizing and Visualizing Events
 Contingency Tables: Used to organize outcomes based on two or more variables.
 Decision Trees: Visualize events and their probabilities.

6. Probability Calculations
1. Simple Probability: The probability of a single event.

o Example: P(Jan)=32365P(Jan) = \frac{32}{365}.

2. Joint Probability: The probability of two or more events occurring simultaneously.

o Example: P(Jan and Wed)=5365P(Jan \text{ and } Wed) = \frac{5}{365}.

3. Marginal Probability: The probability of a single event, ignoring others.

7. Mutually Exclusive and Collectively


Exhaustive Events
 Mutually Exclusive Events: Cannot occur simultaneously (e.g., a day cannot be both
in January and February).
 Collectively Exhaustive Events: Together, they cover the entire sample space (e.g.,
Weekdays and Weekends).

8. Rules of Probability
1. General Addition Rule: – P(A or B)=P(A)+P(B)−P(A and B)P(A \text{ or } B) = P(A) +
P(B) - P(A \text{ and } B).

o For mutually exclusive events, P(A and B)=0P(A \text{ and } B) = 0,


simplifying the rule to P(A or B)=P(A)+P(B)P(A \text{ or } B) = P(A) + P(B).

2. Multiplication Rule for Independent Events: – P(A and B)=P(A)×P(B)P(A \text{ and }
B) = P(A) \times P(B).

9. Practical Applications
 Calculating probabilities for:
o At least one event occurring.
o Exactly one event occurring.
o Neither event occurring.

Presentation 2: Expected Value

1. Random Variables
 Definition: A variable representing the outcome of a random experiment.

o Discrete Random Variables: Can take countable values (e.g., number of


heads when tossing a coin).
o Continuous Random Variables: Can take any value within a range (e.g.,
weight, salary).

 Examples:

1. Rolling a die twice:

 Let XX be the number of times 4 occurs. Possible values: X=0,1,2X =


0, 1, 2.

2. Tossing a coin 5 times:

 Let XX be the number of heads. Possible values: X=0,1,2,3,4,5X = 0,


1, 2, 3, 4, 5.

2. Probability Distribution
 Definition: A mutually exclusive listing of all possible numerical outcomes and their
associated probabilities.
 Example:
o Tossing 2 coins. Let X=Number of HeadsX = \text{Number of Heads}:

X Probabilit
X y
0 0.25
1 0.50
2 0.25

3. Expected Value (Mean)


 Definition: The weighted average of a random variable’s outcomes.
 Formula: – E(X)=∑Xi⋅P(Xi)E(X) = \sum X_i \cdot P(X_i).
 Examples:

1. Tossing 2 coins:

 E(X)=(0⋅0.25)+(1⋅0.50)+(2⋅0.25)=1.0E(X) = (0 \cdot 0.25) + (1 \cdot


0.50) + (2 \cdot 0.25) = 1.0.

2. Rolling a die:

 X=Face ValueX = \text{Face Value}.


 E(X)=16⋅(1+2+3+4+5+6)=3.5E(X) = \frac{1}{6} \cdot (1 + 2 + 3 + 4 + 5
+ 6) = 3.5.

4. Variance and Standard Deviation


 Variance Formula: – σ2=∑P(Xi)⋅[Xi−E(X)]2\sigma^2 = \sum P(X_i) \cdot [X_i - E(X)]^2.
 Standard Deviation: – σ=σ2\sigma = \sqrt{\sigma^2}.
 Examples:

1. Tossing 2 coins:

 Possible outcomes: 0,1,20, 1, 2.


 Variance: σ2=(0−1)2⋅0.25+(1−1)2⋅0.50+(2−1)2⋅0.25=0.5\sigma^2 =
(0 - 1)^2 \cdot 0.25 + (1 - 1)^2 \cdot 0.50 + (2 - 1)^2 \cdot 0.25 = 0.5.
 Standard Deviation: σ=0.5=0.707\sigma = \sqrt{0.5} = 0.707.

2. Rolling a die:

 Variance and standard deviation calculated similarly.

5. Covariance
 Definition: Measures the strength and direction of the linear relationship between
two random variables.
o Positive Covariance: Indicates a positive relationship.
o Negative Covariance: Indicates a negative relationship.
 Formula: – Cov(X,Y)=∑P(Xi,Yi)⋅[Xi−E(X)]⋅[Yi−E(Y)]\text{Cov}(X, Y) = \sum P(X_i, Y_i) \
cdot [X_i - E(X)] \cdot [Y_i - E(Y)].

6. Portfolio Analysis
 Expected Portfolio Return: Weighted average return of multiple investments.
 Portfolio Risk: Variance and standard deviation of returns for a combination of
investments.
 Examples:

1. Investments X and Y:

 μX=50,σX=43.30\mu_X = 50, \sigma_X = 43.30.


 μY=95,σY=193.21\mu_Y = 95, \sigma_Y = 193.21.
 Covariance: σXY=8250\sigma_{XY} = 8250.

2. Portfolio weights:

 40% in X, 60% in Y.
 Portfolio Return: E(P)=0.4⋅50+0.6⋅95=77E(P) = 0.4 \cdot 50 + 0.6 \
cdot 95 = 77.
 Portfolio Risk: Calculated using the formula for weighted variance.

Common questions

Powered by AI

Sample spaces help in organizing all possible outcomes of an experiment, thereby providing the basis for calculating probabilities. For instance, the sample space of rolling a die is the set {1, 2, 3, 4, 5, 6}, which allows for defining probability distributions, such as assigning equal probability to each outcome if the die is fair. Sample spaces facilitate visualization and calculation of probabilities as they list every possible result, simplifying identification of possible events and their probabilities .

Expected value is the weighted average of a random variable's outcomes, providing a single summary measure of the distribution's center. It is calculated using the formula E(X) = ΣXi * P(Xi), where Xi represents each outcome and P(Xi) is the probability of that outcome. For example, when tossing two coins, the expected value of the number of heads is 1.0 as calculated from the distribution of probabilities for 0, 1, and 2 heads .

Mutually exclusive events cannot occur simultaneously, meaning if one event occurs, the other cannot; this is essential in simplifying probability calculations as it sets P(A and B) = 0. Collectively exhaustive events cover the entire sample space, ensuring that one of the events must occur. This distinction is crucial for accurately modeling real-world scenarios—recognizing events as mutually exclusive prevents incorrect addition of probabilities, while identifying collectively exhaustive events confirms that all outcomes have been considered .

Portfolio risk is the potential variability in the returns of a combination of investments and is calculated using the variance and standard deviation of the returns, factoring in weights of each investment and the covariances between them. It is crucial for decision-making because it helps investors understand and manage the potential for losses, balancing the pursuit of higher returns against the likelihood and severity of potential downturns. Accurate risk assessment allows for informed diversification strategies and alignment with investors' risk tolerances .

Discrete random variables can take a countable number of distinct values, such as the number of heads in a series of coin tosses. Continuous random variables, on the other hand, can take any value within a given range, such as weight or salary. The distinction affects probability calculations, as discrete variables allow calculation of probabilities for specific outcomes, while continuous variables require integration over intervals for probability density .

A priori probability is based on known theoretical principles and is often considered highly reliable when the principle is sound, such as the equal chance of each side coming up in a fair die roll. Empirical probability is determined by the frequency of events observed in experiments or historical data, making it reliable when based on a large sample size but subject to change with new data. Subjective probability is based on personal judgment or experience, and its reliability can be questionable without a strong basis in either theory or data .

Covariance measures the strength and direction of the linear relationship between two random variables, such as asset returns. In portfolio analysis, a positive covariance indicates that the assets tend to move together, while a negative covariance suggests they move inversely. Understanding covariance is crucial in diversifying a portfolio and reducing risk; investors seek to combine assets with low or negative covariance to minimize overall portfolio risk while maximizing returns .

Probability is defined as the numerical measure of the likelihood that an uncertain event will occur. The key properties of probability include: 1) Probability values range from 0 to 1, where 0 indicates an impossible event and 1 indicates a certain event. 2) For any event A, the probability satisfies 0 ≤ P(A) ≤ 1. 3) The sum of probabilities of all mutually exclusive and collectively exhaustive events equals 1 .

The general addition rule calculates the probability of the union of two events using the formula P(A or B) = P(A) + P(B) - P(A and B). This rule is significant because it accounts for the overlap between events, ensuring that shared probabilities aren't double-counted. It is particularly useful in complex analyses, allowing precise assessment of probabilities when events may not be mutually exclusive .

Variance measures the spread of a probability distribution by calculating the average squared deviation of each outcome from the expected value, using the formula σ² = ΣP(Xi) * [Xi - E(X)]². Standard deviation, the square root of variance, provides a measure of spread in the same units as the variable. These metrics are valuable because they quantify uncertainty and variability in the data, allowing for comparison of the spread across different distributions or datasets .

You might also like