Transcribe
Transcribe
PX (x) = Pr {X = x}
Based on this we define the Cumulative Distribution Function (CDF)
i.e defined as
FX (x) = Pr {X ≤ x}
Properties of CDF
It has certain properties.
• FX (∞) = 1
FX (−∞) = 0
• It is non-decreasing function of X.
1
CONTINUOUS RANDOM VARIABLES
For the continuous random variables we define the probability density function
(PDF) as
d
fX (x) = FX (x)
dx
P {x ≤ X ≤ x + ∆}
fX (x) = lim
∆→0 ∆
From the above definition we can also find the properties of PDF.
Properties of PDF
Here are some properties of PDF
R∞
• −∞ fX (x) dt = 1
• It is non-negative function of x i.e fX (x) ≥ 0.
Rx
• P {x1 ≤ X ≤ x2 } = x12 fX (x) dx
The CDF for a discrete random variable The CDF for a discrete random variable
2
FY (y) = P {Y ≤ y}
= P {g(X) ≤ y}
= P {X ≤ g −1 (y)}
= FX (g −1 (y))
We can find mean and variance from the probability density function
Z ∞
µ = E(x) = xfX (x) dx
−∞
• nth moment of x
we can find the nth moment of x with the help of the mean of random
variables
Z ∞
mnx = E(X n ) = xn fX (x) dx
−∞
if we take the value of n = 2 and then find the value of the central moment of
X i.e 2nd central moment of X, then the result obtained is the variance of X.
Properties of Mean
• E(cX) = cE(X)
• E(c) = c
• E(X+c) = E(X)+c
3
Properties of Variance
• Var(cX) = c2 Var(X)
• Var(c) = 0
• Var(X+c) = Var(X)
Characteristic Functions
The characteristic function of a random variable X is and defined as
Z ∞
jνX
ΨX (ν) = E[e ]= ejνx fX (x) dx
−∞
If we replace jν with s, similar (kind of) to Laplace transform, then the expres-
sion become
s2 X 2
ΨX (s) = E[esX ] = E[1 + sX + + ...]
2!
The characteristic function of a random variable provides a simple way to
find its various moments. We can find nth moment of random variable X by
dn
mnX = ΨX (s)
dsn s=0
E[X] = np
Var(X) = np(1-p)
4
Uniform Random Variable
This is a continuous random variable taking values between a and b with equal
probabilities over intervals of equal length. The density function is given by
(
1
a<x<b
fX (x) = b−a
0 otherwise
From the given density function we can find FX .
0
x<a
FX (x) = x−a
b−a a ≤x≤b
1 x>b
a+b
E[X] =
2
Z ∞
2
E[X ] = x2 fX (x) dx
−∞
Z b
1
= x2 ( ) dx
a b − a
a2 + ab + b2
=
3