1 Review of Probability Theory [Source: Stanford University]

Slides:



Advertisements
Similar presentations
MOMENT GENERATING FUNCTION AND STATISTICAL DISTRIBUTIONS
Advertisements

Random Variables ECE460 Spring, 2012.
Discrete Uniform Distribution
Random Variable A random variable X is a function that assign a real number, X(ζ), to each outcome ζ in the sample space of a random experiment. Domain.
Chapter 5 Discrete Random Variables and Probability Distributions
Lecture 10 – Introduction to Probability Topics Events, sample space, random variables Examples Probability distribution function Conditional probabilities.
Discrete Probability Distributions
Lec 18 Nov 12 Probability – definitions and simulation.
Review of Basic Probability and Statistics
Chapter 4 Discrete Random Variables and Probability Distributions
Chapter 1 Probability Theory (i) : One Random Variable
Probability Theory Part 2: Random Variables. Random Variables  The Notion of a Random Variable The outcome is not always a number Assign a numerical.
1 Chap 5 Sums of Random Variables and Long-Term Averages Many problems involve the counting of number of occurrences of events, computation of arithmetic.
Probability Distributions Finite Random Variables.
CSE 3504: Probabilistic Analysis of Computer Systems Topics covered: Moments and transforms of special distributions (Sec ,4.5.3,4.5.4,4.5.5,4.5.6)
Probability Distributions
TDC 369 / TDC 432 April 2, 2003 Greg Brewster. Topics Math Review Probability –Distributions –Random Variables –Expected Values.
Rensselaer Polytechnic Institute © Shivkumar Kalvanaraman & © Biplab Sikdar1 ECSE-4730: Computer Communication Networks (CCN) Network Layer Performance.
Probability and Statistics Review
1 Engineering Computation Part 5. 2 Some Concepts Previous to Probability RANDOM EXPERIMENT A random experiment or trial can be thought of as any activity.
A random variable that has the following pmf is said to be a binomial random variable with parameters n, p The Binomial random variable.
2. Random variables  Introduction  Distribution of a random variable  Distribution function properties  Discrete random variables  Point mass  Discrete.
The moment generating function of random variable X is given by Moment generating function.
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Special discrete distributions Sec
C4: DISCRETE RANDOM VARIABLES CIS 2033 based on Dekking et al. A Modern Introduction to Probability and Statistics Longin Jan Latecki.
Probability Review ECS 152A Acknowledgement: slides from S. Kalyanaraman & B.Sikdar.
Discrete Random Variables and Probability Distributions
Chapter 21 Random Variables Discrete: Bernoulli, Binomial, Geometric, Poisson Continuous: Uniform, Exponential, Gamma, Normal Expectation & Variance, Joint.
Joint Distribution of two or More Random Variables
Prof. SankarReview of Random Process1 Probability Sample Space (S) –Collection of all possible outcomes of a random experiment Sample Point –Each outcome.
1 Performance Evaluation of Computer Systems By Behzad Akbari Tarbiat Modares University Spring 2009 Introduction to Probabilities: Discrete Random Variables.
LECTURE 14 SIMULATION AND MODELING Md. Tanvir Al Amin, Lecturer, Dept. of CSE, BUET CSE 411.
CSE 531: Performance Analysis of Systems Lecture 2: Probs & Stats review Anshul Gandhi 1307, CS building
DATA ANALYSIS Module Code: CA660 Lecture Block 3.
Tch-prob1 Chap 3. Random Variables The outcome of a random experiment need not be a number. However, we are usually interested in some measurement or numeric.
IRDM WS Chapter 2: Basics from Probability Theory and Statistics 2.1 Probability Theory Events, Probabilities, Random Variables, Distributions,
Winter 2006EE384x1 Review of Probability Theory Review Session 1 EE384X.
Binomial Distributions Calculating the Probability of Success.
Random Variables. A random variable X is a real valued function defined on the sample space, X : S  R. The set { s  S : X ( s )  [ a, b ] is an event}.
Binomial Experiment A binomial experiment (also known as a Bernoulli trial) is a statistical experiment that has the following properties:
Convergence in Distribution
COMP 170 L2 L17: Random Variables and Expectation Page 1.
STA347 - week 51 More on Distribution Function The distribution of a random variable X can be determined directly from its cumulative distribution function.
Week 21 Conditional Probability Idea – have performed a chance experiment but don’t know the outcome (ω), but have some partial information (event A) about.
Probability Theory for Networking Application Rudra Dutta ECE/CSC Fall 2010, Section 001, 601.
One Random Variable Random Process.
STA347 - week 31 Random Variables Example: We roll a fair die 6 times. Suppose we are interested in the number of 5’s in the 6 rolls. Let X = number of.
Chapter 01 Probability and Stochastic Processes References: Wolff, Stochastic Modeling and the Theory of Queues, Chapter 1 Altiok, Performance Analysis.
Stats Probability Theory Summary. The sample Space, S The sample space, S, for a random phenomena is the set of all possible outcomes.
Chapter 01 Probability and Stochastic Processes References: Wolff, Stochastic Modeling and the Theory of Queues, Chapter 1 Altiok, Performance Analysis.
Week 121 Law of Large Numbers Toss a coin n times. Suppose X i ’s are Bernoulli random variables with p = ½ and E(X i ) = ½. The proportion of heads is.
Basics on Probability Jingrui He 09/11/2007. Coin Flips  You flip a coin Head with probability 0.5  You flip 100 coins How many heads would you expect.
Random Variables Example:
Discrete Random Variables. Introduction In previous lectures we established a foundation of the probability theory; we applied the probability theory.
C4: DISCRETE RANDOM VARIABLES CIS 2033 based on Dekking et al. A Modern Introduction to Probability and Statistics Longin Jan Latecki.
MULTIPLE RANDOM VARIABLES A vector random variable X is a function that assigns a vector of real numbers to each outcome of a random experiment. e.g. Random.
Engineering Probability and Statistics - SE-205 -Chap 3 By S. O. Duffuaa.
Sums of Random Variables and Long-Term Averages Sums of R.V. ‘s S n = X 1 + X X n of course.
2.2 Discrete Random Variables 2.2 Discrete random variables Definition 2.2 –P27 Definition 2.3 –P27.
Discrete Random Variable Random Process. The Notion of A Random Variable We expect some measurement or numerical attribute of the outcome of a random.
APPENDIX A: A REVIEW OF SOME STATISTICAL CONCEPTS
Probability for Machine Learning
Appendix A: Probability Theory
Chapter 5 Statistical Models in Simulation
Multinomial Distribution
Probability Review for Financial Engineers
Some Discrete Probability Distributions
Chapter 3 : Random Variables
Discrete Random Variables: Basics
Discrete Random Variables: Basics
Presentation transcript:

1 Review of Probability Theory [Source: Stanford University]

2  A random experiment with set of outcomes  Random variable is a function from set of outcomes to real numbers Random Variable

3 Example  Indicator random variable:  A : A subset of is called an event

4 CDF and PDF  Discrete random variable:  The possible values are discrete (countable)  Continuous random variable:  The rv can take a range of values in R  Cumulative Distribution Function (CDF):  PDF and PMF:

5 Expectation and higher moments  Expectation (mean):  if X>0 :  Variance:

6 Two or more random variables  Joint CDF:  Covariance:

7 Independence  For two events A and B :  Two random variables  IID : Independent and Identically Distributed

8 Useful Distributions

9 Bernoulli Distribution  The same as indicator rv:  IID Bernoulli rvs (e.g. sequence of coin flips)

10 Binomial Distribution  Repeated Trials:  Repeat the same random experiment n times. (Experiments are independent of each other)  Number of times an event A happens among n trials has Binomial distribution  (e.g., number of heads in n coin tosses, number of arrivals in n time slots,…)  Binomial is sum of n IID Bernoulli rvs

11 Mean of Binomial  Note that:

12 Binomial - Example n=4 n=40 n=10 n=20 p=0.2

13 Binomial – Example (ball-bin)  There are B bins, n balls are randomly dropped into bins.  : Probability that a ball goes to bin i  : Number of balls in bin i after n drops

14 Multinomial Distribution  Generalization of Binomial  Repeated Trails (we are interested in more than just one event A )  A partition of  into A 1,A 2,…,A l  X i shows the number of times A i occurs among n trials.

15 Poisson Distribution  Used to model number of arrivals

16 Poisson Graphs =10 =.5 =1 =4

17 Poisson as limit of Binomial  Poisson is the limit of Binomial(n, p) as  Let

18 Poisson and Binomial Poisson(4) n=5,p=4/5 n=20, p=.2 n=10,p=.4 n=50,p=.08

19 Geometric Distribution  Repeated Trials: Number of trials till some event occurs

20 Exponential Distribution  Continuous random variable  Models lifetime, inter-arrivals,…

21 Minimum of Independent Exponential rvs  : Independent Exponentials

22 Memoryless property  True for Geometric and Exponential Dist.:  The coin does not remember that it came up tails l times  Root cause of Markov Property.

23 Proof for Geometric

24  Moment Generating Function (MGF)  For continuous rvs (similar to Laplace transform)  For Discrete rvs (similar to Z-transform): Characteristic Function

25 Characteristic Function  Can be used to compute mean or higher moments:  If X and Y are independent and T=X+Y

26 Useful CFs  Bernoulli( p ) :  Binomial( n, p ) :  Multinomial :  Poisson :