Fundamentals of Probability: Understanding Random Variables and Probability Distributions"
RAJUSHATHABOINA
51 views
45 slides
Jul 29, 2024
Slide 1 of 45
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
About This Presentation
Probability
Probability is a branch of mathematics that deals with quantifying uncertainty. It measures how likely an event is to occur, expressed as a number between 0 and 1. A probability of 0 means the event will not occur, while a probability of 1 means the event is certain to occur. Probabiliti...
Probability
Probability is a branch of mathematics that deals with quantifying uncertainty. It measures how likely an event is to occur, expressed as a number between 0 and 1. A probability of 0 means the event will not occur, while a probability of 1 means the event is certain to occur. Probabilities are often expressed as fractions, decimals, or percentages. The foundational rules of probability include the sum of the probabilities of all possible outcomes of a random experiment equaling 1, and the probabilities of mutually exclusive events adding up.
Random Variable
A random variable is a variable that takes on numerical values determined by the outcome of a random phenomenon. It essentially assigns numbers to outcomes of a random process. There are two main types of random variables:
Discrete Random Variable: Takes on a countable number of distinct values, such as the result of rolling a die (1, 2, 3, 4, 5, or 6).
Continuous Random Variable: Takes on an uncountable number of possible values, such as the exact height of individuals in a population.
Probability Distribution
A probability distribution describes how the probabilities are distributed over the values of the random variable. It provides a function that maps each value of the random variable to its corresponding probability. The two main types of probability distributions are:
Discrete Probability Distribution: Applies to discrete random variables and is often represented by a probability mass function (PMF). For example, the PMF for rolling a fair six-sided die assigns a probability of
1
6
6
1
to each of the outcomes 1 through 6.
Continuous Probability Distribution: Applies to continuous random variables and is represented by a probability density function (PDF). The area under the PDF curve within a given range represents the probability that the random variable falls within that range. For example, the normal distribution, a common continuous distribution, is defined by its mean and standard deviation, and its PDF has the familiar bell-shaped curve.
Rolling a Die
Consider rolling a fair six-sided die:
Probability: The probability of rolling any specific number (e.g., 4) is
1
6
6
1
.
Random Variable: Let
𝑋
X be the random variable representing the outcome of the roll, where
𝑋
X can be 1, 2, 3, 4, 5, or 6.
Probability Distribution: The PMF of
𝑋
X is:
𝑃
(
𝑋
=
𝑥
)
=
{
1
6
if
𝑥
∈
{
1
,
2
,
3
,
4
,
5
,
6
}
0
otherwise
P(X=x)={
6
1
0
if x∈{1,2,3,4,5,6}
otherwise
These concepts form the basis for more complex topics in probability and statistics, including expectation, variance, and stochastic processes.