Discrete Probability Distributions A sample space can be difficult to describe and work with if its elements are not numeric.A sample space can be difficult.

Slides:



Advertisements
Similar presentations
CS433: Modeling and Simulation
Advertisements

Chapter 2 Discrete Random Variables
Discrete Probability Distributions
Engineering Statistics ECIV 2305 Chapter 2 Random Variables.
Continuous Random Variable (1). Discrete Random Variables Probability Mass Function (PMF)
Review of Basic Probability and Statistics
Introduction to stochastic process
Probability Theory Part 2: Random Variables. Random Variables  The Notion of a Random Variable The outcome is not always a number Assign a numerical.
Probability Densities
BCOR 1020 Business Statistics Lecture 9 – February 14, 2008.
Statistics Lecture 9. Last day/Today: Discrete probability distributions Assignment 3: Chapter 2: 44, 50, 60, 68, 74, 86, 110.
Probability Distributions
Eighth lecture Random Variables.
Copyright © Cengage Learning. All rights reserved. 4 Continuous Random Variables and Probability Distributions.
Discrete Random Variables and Probability Distributions
1 Probability distribution Dr. Deshi Ye College of Computer Science, Zhejiang University
Chapter 21 Random Variables Discrete: Bernoulli, Binomial, Geometric, Poisson Continuous: Uniform, Exponential, Gamma, Normal Expectation & Variance, Joint.
NIPRL Chapter 2. Random Variables 2.1 Discrete Random Variables 2.2 Continuous Random Variables 2.3 The Expectation of a Random Variable 2.4 The Variance.
McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved.
Statistical Experiment A statistical experiment or observation is any process by which an measurements are obtained.
Chapter 3 Discrete Random Variables and Probability Distributions Chapter 3A Variables that are random; what will they think of next?
1 Lecture 4. 2 Random Variables (Discrete) Real-valued functions defined on a sample space are random vars. determined by outcome of experiment, we can.
1 Lecture 7: Discrete Random Variables and their Distributions Devore, Ch
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}.
The Mean of a Discrete RV The mean of a RV is the average value the RV takes over the long-run. –The mean of a RV is analogous to the mean of a large population.
Chapter 5: The Binomial Probability Distribution and Related Topics Section 1: Introduction to Random Variables and Probability Distributions.
Mean and Standard Deviation of Discrete Random Variables.
Discrete Random Variables. Numerical Outcomes Consider associating a numerical value with each sample point in a sample space. (1,1) (1,2) (1,3) (1,4)
STA347 - week 51 More on Distribution Function The distribution of a random variable X can be determined directly from its cumulative distribution function.
Chapter Four Random Variables and Their Probability Distributions
Math b (Discrete) Random Variables, Binomial Distribution.
CS433 Modeling and Simulation Lecture 03 – Part 01 Probability Review 1 Dr. Anis Koubâa Al-Imam Mohammad Ibn Saud University
1 Continuous Probability Distributions Continuous Random Variables & Probability Distributions Dr. Jerrell T. Stracener, SAE Fellow Leadership in Engineering.
 Random variables can be classified as either discrete or continuous.  Example: ◦ Discrete: mostly counts ◦ Continuous: time, distance, etc.
Chapter 16 Probability Models. Who Wants to Play?? $5 to play You draw a card: – if you get an Ace of Hearts, I pay you $100 – if you get any other Ace,
Random Variables an important concept in probability.
Exam 2: Rules Section 2.1 Bring a cheat sheet. One page 2 sides. Bring a calculator. Bring your book to use the tables in the back.
Lesson Discrete Random Variables. Objectives Distinguish between discrete and continuous random variables Identify discrete probability distributions.
Random Variables. Numerical Outcomes Consider associating a numerical value with each sample point in a sample space. (1,1) (1,2) (1,3) (1,4) (1,5) (1,6)
Chapter 3 Discrete Random Variables and Probability Distributions  Random Variables.2 - Probability Distributions for Discrete Random Variables.3.
Section 5 – Expectation and Other Distribution Parameters.
Chapter 3 Discrete Random Variables and Probability Distributions  Random Variables.2 - Probability Distributions for Discrete Random Variables.3.
Random Variables 2.1 Discrete Random Variables 2.2 The Expectation of a Random Variable 2.3 The Variance of a Random Variable 2.4 Jointly Distributed Random.
Lesson 99 - Continuous Random Variables HL Math - Santowski.
Random Variables By: 1.
Discrete Random Variables Section 6.1. Objectives Distinguish between discrete and continuous random variables Identify discrete probability distributions.
Copyright © Cengage Learning. All rights reserved. 4 Continuous Random Variables and Probability Distributions.
Probability and Statistics for Computer Scientists Second Edition, By: Michael Baron Chapter 3: Discrete Random Variables and Their Distributions CIS.
Random Variable 2013.
Continuous Random Variable
Section 7.3: Probability Distributions for Continuous Random Variables
Math a Discrete Random Variables
Expected Values.
Simulation Statistics
Chapter 2 Discrete Random Variables
Random Variable.
ETM 607 – Spreadsheet Simulations
Chapter Four Random Variables and Their Probability Distributions
Chapter. 5_Probability Distributions
Chapter 5 Statistical Models in Simulation
Probability and Distributions
Probability Review for Financial Engineers
ASV Chapters 1 - Sample Spaces and Probabilities
Random Variable.
Statistics Lecture 12.
Chapter 5: Discrete Probability Distributions
Chapter 2. Random Variables
Experiments, Outcomes, Events and Random Variables: A Revisit
Presentation transcript:

Discrete Probability Distributions A sample space can be difficult to describe and work with if its elements are not numeric.A sample space can be difficult to describe and work with if its elements are not numeric. Random VariableRandom Variable A random variable is a function that assigns each element in the sample space to a number.A random variable is a function that assigns each element in the sample space to a number. The random variable X has range:The random variable X has range: {x|x=X(s), for all s in S}.{x|x=X(s), for all s in S}. More than one random variable can be associated with an experiment.More than one random variable can be associated with an experiment.

Discrete Random Variable  A discrete random variable is a random variable that has a finite or countable sample space.  A sample space that can be mapped to the integers is said to be countably infinite (or countable).

Probability Distribution  The probability distribution of a rv describes the distribution of total probability to all possible values of the rv.  A discrete probability distribution, called a probability mass function (pmf), specifies the probability of each distinct element in the sample space. p(x) = P( X = x ) = P(all s in S: X(s)=x)

Properties of p(x) 1. p(x)≥0 for all x in S 2. ∑ S p(x) = 1 3. If A is a subset of S, then P(A) = ∑ A p(x) Note: A pmf can be displayed nicely with a line graph or a probability histogram.

Cumulative Distribution Function (cdf)  The cdf of a discrete random variable X with pmf p(x) is defined for each x as: F(x) = P( X ≤ x ) = ∑ y:y≤x p(y)  For any number x, F(x) is the probability that the rv X will be at most x.  The graph of F(x) for a discrete rv is a step function.  For any two numbers a and b with a ≤ b, P( a ≤ x ≤ b ) = F(b) – F(a - ) where a - represents the largest value of X less than a

Mathematical Expectation  The mathematical expectation (expected value) of a discrete rv is the weighted average of all possible values of the rv, where the weight associated with each outcome is its probability.  The Expected Value of X  Let X be a discrete rv with pmf p(x). The expected value (or mean value) of X is: E[X] = µ x = µ = ∑ S x · p(x)

Mathematical Expectation  The Expected Value of a Function of X  Let X be a discrete random variable with pmf p(x). The expected value of a function h(x) is E[h(X)] = µ h(x) = ∑ S h(x) · p(x)  Note that E[h(x)] only exists if ∑ S h(x) · p(x) converges, therefore exists.

Properties of E[X]  If c is a constant, then E[c] = c.  If c is a constant, then E[cX] = c·E[X].  If c and d are constants, then E[cX+d] = c·E[X]+d.  If c is a constant and u(x) is a function, then E[c·u(X)] = c·E[u(X)].

Properties of E[X]  Property of a Linear Operator  If c i are constants and u i (x) are functions, then E[c 1 ·u 1 (X)+c 2 ·u 2 (X)+…+c n ·u n (X)] = c 1 ·E[u 1 (X)] + c 2 ·E[u 2 (X)] + … + c n ·E[u n (X)] = ∑ i=1,n c i · E[u i (X)] = ∑ i=1,n c i · E[u i (X)]

Variance of Discrete RV  Let X be a discrete random variable with pmf p(x). The Variance of X is  The variance of X measures the amount of spread in the distribution of X.

Variance of a Discrete RV  Easier forms for the variance of X include:

Standard Deviation  Let X be a discrete random variable with pmf p(x). The Standard Deviation of X is the square root of the Variance of X.  The standard deviation is commonly used as the measure of spread in a distribution

Variance of a Function  Let X be a discrete rv with pmf p(x). The variance of a function h(X) is:

Variance of a Function  If a and b are constants and Var(X)=σ 2, then  Var( a · X ) = a 2 · σ 2  Var( X+b ) = σ 2  Var( a · X+b ) = a 2 · σ 2