Lecture13 RandProcess1
Lecture13 RandProcess1
NE
P (E) = (1)
NS
where, NS is the number of times the experiment is performed
and NE is number of times the event E occured.
Equation 1 is only an approximation. For this to represent the
exact probability NS → ∞.
The above estimate is therefore referred to as Relative
Probability
Clearly, 0 ≤ P (E) ≤ 1.
& %
a required for understanding communication systems
' $
NA∩B
P (A ∩ B) =
NS
• Conditional Probability
& %
Conditional probability of two events A and B represented as
' $
NA∩B
P (A|B) =
NB
Similarly,
NA∩B
P (B|A) =
NB
This implies,
& %
' $
• Chain Rule
Let us consider a chain of events A1 , A2 , A3 , · · · , AN which are
dependent on each other. Then the probability of occurence of
the sequence
P (AN , AN −1 , AN −2 ,
· · · , A 2 , A1 )
= P (AN |AN −1 , AN −2 , · · · , A1 ).
P (AN −1 |AN −2 , AN −3 , · · · , A1 ).
· · · .P (A2 |A1 ).P (A1 )
& %
' $
Bayes Rule
A1
A
2
A5 B
A4
A3
X
n
P (B) = P (Ai ∩ B)
i=1
Xn
= P (B|Ai ).P (Ai )
i=1
P (Ai ∩ B)
P (Ai |B) =
P (B)
P (B|Ai ).P (Ai )
=
X
n
P (B|Ai ).P (Ai )
i=1
& %
In the above equation, P (Ai |B) is called posterior probability,
' $
& %
' $
Random Variables
Random variable is a function whose domain is the sample space
and whose range is the set of real numbers Probabilistic description
of a random variable
• Cummulative Probability Distribution:
It is represented as FX (x) and defined as
FX (x) = P (X ≤ x)
dFX (x)
fX (x) =
dx
This implies,
Z x2
P (x1 ≤ X ≤ x2 ) = fX (x) dx
x1
dFX (x)
fX (x) =
dx
& %