Probabilistic Model
Probabilistic Model
Reasoning
Key Concepts
Random Variables
Variables whose outcomes are determined by chance, such as rolling a die or
drawing a card.
Probability Distributions
Functions that describe the likelihood of different outcomes of a random
variable (e.g., Normal, Binomial, Poisson).
Conditional Probability
The probability of an event occurring given that another event has already
occurred.
Bayesian Models
Models that update the probability of a hypothesis as more evidence or
information becomes available.
Random Variable
Types:
o Discrete Random Variable: Takes specific values (e.g., rolling a die gives values 1 to
6).
o Continuous Random Variable: Takes any value within a range (e.g., the height of
people).
Event
Examples:
o In a coin toss, getting heads is an event.
o Rolling a number greater than 4 on a die is an event.
Sample Space
The sample space is the set of all possible outcomes of a random experiment. It
represents everything that can happen in that experiment.
Example:
o For a coin toss: S={Heads,Tails}S = \{Heads, Tails\}S={Heads,Tails}
o For rolling a die: S={1,2,3,4,5,6}S = \{1, 2, 3, 4, 5, 6\}S={1,2,3,4,5,6}
Probability
The probability of an event is a number between 0 and 1 that describes the likelihood
of that event happening. It can be calculated as the ratio of the number of favorable
outcomes to the total number of outcomes.
Formula:
P(A)=Number of favorable outcomesTotal outcomes in sample spaceP(A) = \
frac{\text{Number of favorable outcomes}}{\text{Total outcomes in sample
space}}P(A)=Total outcomes in sample spaceNumber of favorable outcomes
Example:
The probability of getting heads in a coin toss .
Independent Events
Two events are called independent if the occurrence of one event does not affect the
occurrence of the other.
Example:
Rolling a die and flipping a coin are independent events because the outcome of one does
not influence the outcome of the other.
Two events are mutually exclusive if they cannot happen at the same time.
Example:
When rolling a die, getting a 2 and getting a 5 are mutually exclusive events because both
cannot occur simultaneously.
Complementary Events
The complement of an event AAA consists of all outcomes in the sample space that
are not part of AAA. The probability of AAA and its complement AcA^cAc always
adds up to 1.
Formula:
P(Ac)=1−P(A)P(A^c) = 1 - P(A)P(Ac)=1−P(A)
Example:
If the probability of it raining today is 0.3, the probability of it not raining is
1−0.3=0.71 - 0.3 = 0.71−0.3=0.7.
Conditional Probability
Formula:
P(A∣B)=P(A∩B)P(B)P(A | B) = \frac{P(A \cap B)}
{P(B)}P(A∣B)=P(B)P(A∩B)
Example:
The probability of drawing a red card from a deck, given that the card is a
heart, is 1, since all hearts are red cards.
Probability Distributions
Binomial Distribution
Models the number of successes in a fixed number of independent trials,
where each trial has only two possible outcomes (success or failure). The
probability of success remains the same across trials.
o Key Parameters:
nnn (number of trials)
ppp (probability of success)
o Formula:
P(X=k)=(nk)pk(1−p)n−kP(X = k) = \binom{n}{k} p^k (1-p)^{n-k}P(X=k)=(kn)pk(1−p)n−k
Normal Distribution
Describes continuous data that forms a bell-shaped curve, symmetric around
the mean. It is often used for data that clusters around a central value with
decreasing frequency as you move away from the center.
o Key Parameters:
μ\muμ (mean)
σ2\sigma^2σ2 (variance)
o Properties:
Poisson Distribution
Models the probability of a given number of events happening within a fixed
interval of time or space, where events occur independently and at a constant
average rate.
o Key Parameter:
o Formula:
P(X=k)=λke−λk!P(X = k) = \frac{\lambda^k e^{-\lambda}}{k!}P(X=k)=k!λke−λ
o Example: Flipping a coin 10 times and counting how many heads you get.
o Application: Quality control (number of defective items in a batch).
Normal Distribution:
Poisson Distribution:
1. Risk Management
Probabilistic models are widely used to assess and manage risk in various fields such
as finance and insurance. They help estimate potential losses, predict the likelihood of
adverse events, and guide decision-making under uncertainty.
2. Decision-Making
In business and economics, probabilistic models support decision-making processes
by forecasting outcomes based on uncertain factors. They assist in optimizing
strategies and resource allocation under uncertainty.
Example: Inventory management using probabilistic demand models to minimize costs and
avoid stockouts.
Example: Naive Bayes classifiers use probability theory to classify emails as spam or non-
spam.
Example: Modeling the spread of infectious diseases or predicting patient survival rates using
probabilistic risk models.
Example: Using control charts to detect when a manufacturing process deviates from the
desired output quality.