Random Processes in Communication and Control/M-Sep14
Contents |
[edit] Last Time
PMF ![P[X=x]=P[s:X(s)=x] \!\,](http://upload.wikimedia.org/wikibooks/en/math/0/c/2/0c20246ecb721cb616c7e94718af7cc0.png)
a) 
b) 
c) event 
![P[B]= \sum_{x\in B} P_X(x) \!\,](http://upload.wikimedia.org/wikibooks/en/math/4/9/3/493a8f5dd83232970fb5f7d64a9ad5cb.png)
[edit] Some Useful Random Variables
[edit] Bernoulli R.V

success probability
[edit] Example
1) Flip a coin
# of H
2) Manufacture a Chip
# of acceptable chips
3) Bits you transmit successfully by a modem
[edit] Geometric Random Variable
Number of trails until (and including) a success for an underlying Bernoulli

[edit] Example
1) Repeated coin flips
# of tosses until H
2) Manufacture chips
3 of chips produced until an acceptable time
[edit] Binomial R.V
"# of successes in n trials"

[edit] Example
1) Flip a coin n times.
# of heads.
2) Manufacture n chips.
# of acceptable chips.
Note: Binomial
where
are independent Bernoulli trials
Note: n=1; Binomial=Bernoulli; 
[edit] Pascal R.V
"number of trials until (and including) the kth success with an underlying Bernoulli"

where
is
successes in
trials
Note: Pascal
where
are geometric R.V.
Note: K=1 Pascal=Geometric
[edit] Example
# of flips until the kth H
[edit] Discrete Uniform R.V.

[edit] Example
1) Rolling a die. 

2) Flip a fair coin.
=# of H

[edit] Poisson R.V.

(Exercise) limiting case of binomial with 
PMF is a complete model for a random variable
[edit] Cumulative Distribution Function
![F_X(x)= P[X \leq x] = \sum_{x' \leq x} P_X(X=x') \!\,](http://upload.wikimedia.org/wikibooks/en/math/a/4/c/a4c1695fb61a6867c30c1f8c983cb1d5.png)
Like PMF, CDF is a complete description of random variable.
[edit] Example
Flip the coins
# of H

![\begin{align}
P[X \leq 0]&=P[X=0]\\
P[X \leq 0.5] &= P[X=0] \\
P[X \leq 1 ] &= \underbrace{P[X=0]}_{\frac14} + \underbrace{P[X=1]}_{\frac12} \\
\end{align}
\!\,](http://upload.wikimedia.org/wikibooks/en/math/c/9/3/c93f3fccd304d4f639b94ad2807e6eb2.png)
[edit] Properties of CDF
- a)
![F_X(-\infty)=0 \Leftarrow F_X(-\infty)=P[X \leq -\infty] = 0 \!\,](//upload.wikimedia.org/wikibooks/en/math/1/f/f/1ffa5138c87d9d08f2815645ed7b60f0.png)
![F_X(\infty)=1 \Leftarrow F_X(\infty)=P[X \leq \infty]=1 \!\,](http://upload.wikimedia.org/wikibooks/en/math/7/f/1/7f13b8b9ba1ab4acdb6bbfb99dbd1f28.png)
"starts at 0 and ends at 1"
- b) For all
, 
"non-decreasing in x"
![\begin{align}
F_X(x') &\quad F_X(x) \\
P[X \leq x'] &\quad P[X \leq x ] \\
P[s: X(s) \leq x'] &\quad P[s:X(s) \leq x] \\
\{s: X(s) \leq x \} &\subset \{s: X(s) \leq x' \} \\
P[X \leq x] &\leq P[X \leq x']\\
F_X(x) &\leq F_X(x')
\end{align}
\!\,](http://upload.wikimedia.org/wikibooks/en/math/e/4/9/e49dabc13ce315f1692d30068e7b0b0b.png)
- c) For all

![P[x \leq X \leq x'] = F_X(x')-F_X(x) \!\,](http://upload.wikimedia.org/wikibooks/en/math/7/9/1/79185f0fb12502e37da46c2d1d46ea93.png)
"probabilities can be found by difference of the CDF"

![P[X \leq x' ] = P[X \leq x ] + P [x \leq X \leq x']\!\,](http://upload.wikimedia.org/wikibooks/en/math/2/7/1/271fbab7b3d0aedcb8bd9136d23ad419.png)
- d) For all
,

"CDF is right continuous"
- e) For


"For a discrete random variable, there is a jump (discontinuity) in the CDF at each value
. This jump equals 
![P[x_i \leq x] - P[x_i \leq x_i - \epsilon]=P[x_i- \epsilon < x < x_i] = P[X=x_i] \!\,](http://upload.wikimedia.org/wikibooks/en/math/e/0/d/e0d4e7738fdb8e44d8f63b53a3a134ad.png)
- f)
for all 
"Between two jumps the CDF is constant"
![\begin{align}
P[X \leq x] &= P[X \leq x_i \cup x_i < X \leq x ] \\
&= P[X \leq x_i + \underbrace{P[x_i < X \leq x ]}_0 \\
&= F_X(x_i)
\end{align}](http://upload.wikimedia.org/wikibooks/en/math/b/0/7/b07d01ad6a30ebb4bf8fe799b25ae1e9.png)
- g)
![P[X > x] = 1- \underbrace{F_X(x)}_{P[X \leq x]} \!\,](//upload.wikimedia.org/wikibooks/en/math/4/c/2/4c2318d17a8750c436f73712c6003bf8.png)
[edit] Continuous Random Variables
outcomes uncountable many
[edit] Example
T: arrival of a partical

V: voltage

: angle

: distance

![P[x \in A] = \frac{1}{n } \rightarrow 0\!\,](http://upload.wikimedia.org/wikibooks/en/math/f/0/0/f00ee016eba4bffb7a961b57a878f34f.png)
No PMF, ![P[X=x]=0 \forall x \!\,](http://upload.wikimedia.org/wikibooks/en/math/c/8/6/c865ad2ab6fa80ed4cc78e89f9ecfe8a.png)
[edit] Theorem
For any random variable (continuous or discrete)
- a)

- b)
is nondecreasing in 
- c)
![P[x < X \leq x'] = F_X(x')-F_X(x) \!\,](//upload.wikimedia.org/wikibooks/en/math/c/1/b/c1bf460fc01639905373c25cd06fcdf7.png)
- d)
is right continuous
[edit] Example
![S_X=[0,1] \!\,](http://upload.wikimedia.org/wikibooks/en/math/b/2/8/b28f53ea07f89e4246cac067b47aa4d0.png)
where A, B are intervals of the same length contained in [0,1]
![P[X \leq 1] =1 \Leftrightarrow F_X(1)=1 \!\,](http://upload.wikimedia.org/wikibooks/en/math/e/7/2/e72853edd0b3428029f5199d5c5e5777.png)
![P[X \leq 0] =0 \Leftrightarrow F_X(0)=0 \!\,](http://upload.wikimedia.org/wikibooks/en/math/a/2/9/a29efbe8e5cff448afbeb7306d8f25f1.png)
![P[x_1 < x < x_2]=P[0 < x < x_2-x_1] \!\,](http://upload.wikimedia.org/wikibooks/en/math/2/f/9/2f942a7d6e692601fe6834333e096ffc.png)
(exercise)
[edit] Probability Density Function (PDF)

discrete: PMF <--> CDF (sum/difference)
continuous <---> (derivative/integral)
[edit] Theorem: Properties of PDF
- a)
(
is nondecreasing)
- b)

- c)

[edit] Theorem
![\begin{align}
P[x_1 \leq X \leq x_2] &= F_X(x_2)-F_X(x_1) \\
&= \int_{-\infty}^{x_2} f_X(x)dx - \int_{-\infty}^{x_1} f_X(x) dx \\
&= \int_{x_1}^{x_2} f_X(x)
\end{align}
\!\,](http://upload.wikimedia.org/wikibooks/en/math/d/1/2/d127827352b99a6c7e996182adb711ba.png)
[edit] Some useful continuous Random Variables
[edit] Uniform R.V

[edit] Exponential R.V


[edit] Gaussian (Normal) R.V.



This page may need to be ![F_X(-\infty)=0 \Leftarrow F_X(-\infty)=P[X \leq -\infty] = 0 \!\,](http://upload.wikimedia.org/wikibooks/en/math/1/f/f/1ffa5138c87d9d08f2815645ed7b60f0.png)
, 

,
for all 
![P[X > x] = 1- \underbrace{F_X(x)}_{P[X \leq x]} \!\,](http://upload.wikimedia.org/wikibooks/en/math/4/c/2/4c2318d17a8750c436f73712c6003bf8.png)

is nondecreasing in ![P[x < X \leq x'] = F_X(x')-F_X(x) \!\,](http://upload.wikimedia.org/wikibooks/en/math/c/1/b/c1bf460fc01639905373c25cd06fcdf7.png)
(
