Random Variables. Saravanan Vijayakumaran Department of Electrical Engineering Indian Institute of Technology Bombay

Similar documents
Continuous Random Variables

Expectation of Random Variables

More on Distribution Function

Random Variables. Random variables. A numerically valued map X of an outcome ω from a sample space Ω to the real line R

Random Variables. Cumulative Distribution Function (CDF) Amappingthattransformstheeventstotherealline.

Joint Distribution of Two or More Random Variables

STAT 430/510 Probability Lecture 7: Random Variable and Expectation

Lecture 2: Repetition of probability theory and statistics

3 Multiple Discrete Random Variables

Recitation 2: Probability

Review of Probability. CS1538: Introduction to Simulations

ECON Fundamentals of Probability

BASICS OF PROBABILITY

Discrete Probability Refresher

Chapter 2. Some Basic Probability Concepts. 2.1 Experiments, Outcomes and Random Variables

Fundamental Tools - Probability Theory II

6.041/6.431 Fall 2010 Quiz 2 Solutions

Algorithms for Uncertainty Quantification

3. Probability and Statistics

1 Random Variable: Topics

Analysis of Engineering and Scientific Data. Semester

PCMI Introduction to Random Matrix Theory Handout # REVIEW OF PROBABILITY THEORY. Chapter 1 - Events and Their Probabilities

More than one variable

MULTIVARIATE PROBABILITY DISTRIBUTIONS

Probability Distributions

STAT2201. Analysis of Engineering & Scientific Data. Unit 3

SDS 321: Introduction to Probability and Statistics

Review: mostly probability and some statistics

MA/ST 810 Mathematical-Statistical Modeling and Analysis of Complex Systems

Chapter 4. Chapter 4 sections

Chapter 2. Continuous random variables

Probability and Distributions

ECE353: Probability and Random Processes. Lecture 7 -Continuous Random Variable

Random variables (discrete)

STAT 430/510: Lecture 16

Appendix A : Introduction to Probability and stochastic processes

CME 106: Review Probability theory

1 Probability theory. 2 Random variables and probability theory.

1 Presessional Probability

Introduction to Probability Theory

Lecture 2: Review of Probability

ENGG2430A-Homework 2

18.440: Lecture 19 Normal random variables

Probability. Paul Schrimpf. January 23, UBC Economics 326. Probability. Paul Schrimpf. Definitions. Properties. Random variables.

Lecture Notes 1 Probability and Random Variables. Conditional Probability and Independence. Functions of a Random Variable

Introduction to Statistical Inference Self-study

Chapter 3. Chapter 3 sections

E X A M. Probability Theory and Stochastic Processes Date: December 13, 2016 Duration: 4 hours. Number of pages incl.

2 (Statistics) Random variables

MATH Solutions to Probability Exercises

Probability. Paul Schrimpf. January 23, Definitions 2. 2 Properties 3

Homework 4 Solution, due July 23

Probability Review. Chao Lan

Week 12-13: Discrete Probability

Lecture Notes 1 Probability and Random Variables. Conditional Probability and Independence. Functions of a Random Variable

Convergence of Random Variables

Preliminary Statistics. Lecture 3: Probability Models and Distributions

Bayesian statistics, simulation and software

Math 151. Rumbos Fall Solutions to Review Problems for Exam 2. Pr(X = 1) = ) = Pr(X = 2) = Pr(X = 3) = p X. (k) =

Probability Review. Yutian Li. January 18, Stanford University. Yutian Li (Stanford University) Probability Review January 18, / 27

Continuous Distributions

EE514A Information Theory I Fall 2013

M378K In-Class Assignment #1

Random Variables. Lecture 6: E(X ), Var(X ), & Cov(X, Y ) Random Variables - Vocabulary. Random Variables, cont.

Lecture 4: Random Variables and Distributions

MATHEMATICS 154, SPRING 2009 PROBABILITY THEORY Outline #11 (Tail-Sum Theorem, Conditional distribution and expectation)

Discrete Random Variables

Convergence of Random Variables

Random variable X is a mapping that maps each outcome s in the sample space to a unique real number x, < x <. ( ) X s. Real Line

Lecture 4 : Random variable and expectation

STAT 430/510: Lecture 10

SDS 321: Introduction to Probability and Statistics

Lecture 8: Continuous random variables, expectation and variance

Probability and Statisitcs

5. Conditional Distributions

Math 105 Course Outline

The random variable 1

Random Variables and Their Distributions

18.440: Lecture 26 Conditional expectation

Review of Probability Theory

The mean, variance and covariance. (Chs 3.4.1, 3.4.2)

Topic 3: The Expectation of a Random Variable

Chapter 2: Random Variables

Deep Learning for Computer Vision

EC212: Introduction to Econometrics Review Materials (Wooldridge, Appendix)

ECE Lecture #9 Part 2 Overview

Topic 3 Random variables, expectation, and variance, II

Lecture 3: Random variables, distributions, and transformations

IAM 530 ELEMENTS OF PROBABILITY AND STATISTICS LECTURE 3-RANDOM VARIABLES

Arkansas Tech University MATH 3513: Applied Statistics I Dr. Marcel B. Finan

P (x). all other X j =x j. If X is a continuous random vector (see p.172), then the marginal distributions of X i are: f(x)dx 1 dx n

Relationship between probability set function and random variable - 2 -

Fundamentals. CS 281A: Statistical Learning Theory. Yangqing Jia. August, Based on tutorial slides by Lester Mackey and Ariel Kleiner

Part IA Probability. Definitions. Based on lectures by R. Weber Notes taken by Dexter Chua. Lent 2015

Brief Review of Probability

Communication Theory II

Continuous Random Variables and Continuous Distributions

Motivation and Applications: Why Should I Study Probability?

Stochastic Models of Manufacturing Systems

MAS113 Introduction to Probability and Statistics. Proofs of theorems

Transcription:

1 / 13 Random Variables Saravanan Vijayakumaran sarva@ee.iitb.ac.in Department of Electrical Engineering Indian Institute of Technology Bombay August 8, 2013

2 / 13 Random Variable Definition A real-valued function defined on a sample space. X : Ω R Example (Coin Toss) Ω = {Heads, Tails} X = 1 if outcome is Heads and X = 0 if outcome is Tails. Example (Rolling Two Dice) Ω = {(i, j) : 1 i, j 6}, X = i + j.

Cumulative Distribution Function Definition The cdf F of a random variable X is defined for any real number a by F(a) = P(X a). Properties F(a) is a nondecreasing function of a F( ) = 1 F( ) = 0 3 / 13

Discrete Random Variables Definition A random variable is called discrete if it takes values only in some countable subset {x 1, x 2, x 3,...} of R. Definition A discrete random variable X has a probability mass function f : R [0, 1] given by f (x) = P[X = x] Example Bernoulli random variable Ω = {0, 1} where 0 p 1 f (x) = { p if x = 1 1 p if x = 0 4 / 13

5 / 13 Independent Discrete Random Variables Discrete random variables X and Y are independent if the events {X = x} and {Y = y} are independent for all x and y A family of discrete random variables {X i : i I} is an independent family if ( ) P {X i = x i } = P(X i = x i ) i J i J for all sets {x i : i I} and for all finite subsets J I Example Binary symmetric channel with crossover probability p 0 1 p 0 p p 1 1 p 1 If the input is equally likely to be 0 or 1, are the input and output independent?

Consequences of Independence If X and Y are independent, then the events {X A} and {Y B} are independent for any subsets A and B of R If X and Y are independent, then for any functions g, h : R R the random variables g(x) and h(y ) are independent Let X and Y be discrete random variables with probability mass functions f X (x) and f Y (y) respectively Let f X,Y (x, y) = P ({X = x} {Y = y}) be the joint probability mass function of X and Y X and Y are independent if and only if f X,Y (x, y) = f X (x)f Y (y) for all x, y R 6 / 13

7 / 13 Continuous Random Variable Definition A random variable is called continuous if its distribution function can be expressed as F(x) = x f (u) du for all x R for some integrable function f : R [0, ) called the probability density function of X. Example (Uniform Random Variable) A continuous random variable X on the interval [a, b] with cdf 0, if x < a x a F(x) = b a, if a x b 1, if x > b The pdf is given by f (x) = { 1 b a for a x b 0 otherwise

8 / 13 Probability Density Function Properties F(a) = a f (x) dx P(a X b) = b f (x) dx a f (x) dx = 1 The numerical value f (x) is not a probability. It can be larger than 1. f (x)dx can be intepreted as the probability P(x < X x + dx) since P(x < X x + dx) = F(x + dx) F(x) f (x) dx

9 / 13 Independent Continuous Random Variables Continuous random variables X and Y are independent if the events {X x} and {Y y} are independent for all x and y in R If X and Y are independent, then the random variables g(x) and h(y ) are independent Let the joint probability distribution function of X and Y be F(x, y) = P(X x, Y y). Then X and Y are said to be jointly continuous random variables with joint pdf f X,Y (x, y) if for all x, y in R F (x, y) = x y X and Y are independent if and only if f X,Y (u, v) du dv f X,Y (x, y) = f X (x)f Y (y) for all x, y R

10 / 13 Expectation The expectation of a discrete random variable X with probability mass function f is defined to be E(X) = xf (x) x:f (x)>0 The expectation of a continuous random variable with density function f is given by E(X) = xf (x) dx If a, b R, then E(aX + by ) = ae(x) + be(y ) If X and Y are independent, E(XY ) = E(X)E(Y ) X and Y are said to be uncorrelated if E(XY ) = E(X)E(Y ) Independent random variables are uncorrelated but uncorrelated random variables need not be independent Example Y and Z are independent random variables such that Z is equally likely to be 1 or 1 and Y is equally likely to be 1 or 2. Let X = YZ. Then X and Y are uncorrelated but not independent.

11 / 13 Variance [ var(x) = E (X E[X]) 2] = E(X 2 ) [E(X)] 2 For a R, var(ax) = a 2 var(x) var(x + Y ) = var(x) + var(y ) if X and Y are uncorrelated

Complex Random Variable Definition A complex random variable Z = X + jy is a pair of real random variables X and Y. Remarks The cdf of a complex RV is the joint cdf of its real and imaginary parts. E[Z ] = E[X] + je[y ] var[z ] = E[ Z 2 ] E[Z ] 2 = var[x] + var[y ] 12 / 13

Thanks for your attention 13 / 13