CS723 - Probability and Stochastic Processes. Lecture No. 09.

Slides:



Advertisements
Similar presentations
CS433: Modeling and Simulation
Advertisements

2 Discrete Random Variable. Independence (module 1) A and B are independent iff the knowledge that B has occurred does not change the probability that.
Chapter 12 Probability © 2008 Pearson Addison-Wesley. All rights reserved.
The Bernoulli distribution Discrete distributions.
Chapter 2 Discrete Random Variables
Review of Basic Probability and Statistics
Test 2 Stock Option Pricing
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Discrete random variables Probability mass function Distribution function (Secs )
Probability Distributions Finite Random Variables.
Probability Distributions
TDC 369 / TDC 432 April 2, 2003 Greg Brewster. Topics Math Review Probability –Distributions –Random Variables –Expected Values.
1 Review of Probability Theory [Source: Stanford University]
Random Variable (RV) A function that assigns a numerical value to each outcome of an experiment. Notation: X, Y, Z, etc Observed values: x, y, z, etc.
C4: DISCRETE RANDOM VARIABLES CIS 2033 based on Dekking et al. A Modern Introduction to Probability and Statistics Longin Jan Latecki.
Chapter 21 Random Variables Discrete: Bernoulli, Binomial, Geometric, Poisson Continuous: Uniform, Exponential, Gamma, Normal Expectation & Variance, Joint.
Probability Distributions: Finite Random Variables.
Joint Distribution of two or More Random Variables
Lecture 11 – Stochastic Processes
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.
CSE 531: Performance Analysis of Systems Lecture 2: Probs & Stats review Anshul Gandhi 1307, CS building
Lecture 4 1 Discrete distributions Four important discrete distributions: 1.The Uniform distribution (discrete) 2.The Binomial distribution 3.The Hyper-geometric.
Chapter 3 Discrete Random Variables and Probability Distributions Chapter 3A Variables that are random; what will they think of next?
ENGG 2040C: Probability Models and Applications Andrej Bogdanov Spring Random variables part two.
ENGG 2040C: Probability Models and Applications Andrej Bogdanov Spring Random variables part one.
4.1 Probability Distributions. Do you remember? Relative Frequency Histogram.
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}.
MA-250 Probability and Statistics Nazar Khan PUCIT Lecture 15.
Lecture PowerPoint Slides Basic Practice of Statistics 7 th Edition.
Week 21 Conditional Probability Idea – have performed a chance experiment but don’t know the outcome (ω), but have some partial information (event A) about.
Math b (Discrete) Random Variables, Binomial Distribution.
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.
CS433 Modeling and Simulation Lecture 03 – Part 01 Probability Review 1 Dr. Anis Koubâa Al-Imam Mohammad Ibn Saud University
Probability Review CSE430 – Operating Systems. Overview of Lecture Basic probability review Important distributions Poison Process Markov Chains Queuing.
Probability (outcome k) = Relative Frequency of k
Random Variables Learn how to characterize the pattern of the distribution of values that a random variable may have, and how to use the pattern to find.
Random Variables Example:
C4: DISCRETE RANDOM VARIABLES CIS 2033 based on Dekking et al. A Modern Introduction to Probability and Statistics Longin Jan Latecki.
Chap 7.1 Discrete and Continuous Random Variables.
Chapter 3 Discrete Random Variables and Probability Distributions  Random Variables.2 - Probability Distributions for Discrete Random Variables.3.
Engineering Probability and Statistics - SE-205 -Chap 3 By S. O. Duffuaa.
Random Variables Lecture Lecturer : FATEN AL-HUSSAIN.
Random Variables By: 1.
Conditional Probability 423/what-is-your-favorite-data-analysis-cartoon 1.
ENGG 2040C: Probability Models and Applications Andrej Bogdanov Spring Continuous Random Variables.
3 Discrete Random Variables and Probability Distributions
Random variables (r.v.) Random variable
Discrete Random Variables and Probability Distributions
C4: DISCRETE RANDOM VARIABLES
Engineering Probability and Statistics - SE-205 -Chap 3
Chapter 2 Discrete Random Variables
Business Statistics Topic 4
ETM 607 – Spreadsheet Simulations
Probability Review for Financial Engineers
Some Discrete Probability Distributions
ASV Chapters 1 - Sample Spaces and Probabilities
Binomial Distributions
Chapter 10 - Introducing Probability
Warm Up Imagine you are rolling 2 six-sided dice. 1) What is the probability to roll a sum of 7? 2) What is the probability to roll a sum of 6 or 7? 3)
CS723 - Probability and Stochastic Processes
CS723 - Probability and Stochastic Processes
Discrete Random Variables: Basics
Discrete Random Variables: Basics
Experiments, Outcomes, Events and Random Variables: A Revisit
Random Variables Binomial and Hypergeometric Probabilities
Discrete Random Variables: Basics
Distribution Function of Random Variables
Chapter 11 Probability.
Lecture 11 – Stochastic Processes
Presentation transcript:

CS723 - Probability and Stochastic Processes

Lecture No. 09

In Previous Lectures Probability theoryEqually likely outcomesThoroughly analyzed the random partitioning of a unit interval with two randomly chosen pointsThe points were equally likely to fall on any point on unit interval

Equally Likely Outcomes Coin toss: two equally likely outcomes Dice roll: six equally likely outcomes Semi-cube roll: not equally likely, so mark the sides A, B, C, D, E, and F Sack with 6 green and 3 red balls: probability of 2 green balls =41.67% probability of 2 red balls = 8.33% Number of customers entering in a restaurant in a 10-minute interval.

Random Variables Transformation or mapping of outcomes to numbers on real line Probability maps values of RV to [0,1] Roll of two dice: X is random variable that represents the sum Pr(X=2) = Pr({(1,1)}) = f(2) = 1/36 f(4) = Pr(X=4) = Pr({(3,1),(2,2),(1,3)}) = 3/36

Probability Mass Function

Chuk-a-luck Three dice are thrown and you pick a number between 1 and 6 You loose one dollar if your number does not show up on any dice You win 3 dollars if your number shows up on all three dice X is your gain/loss and Δ = {-1, 1, 2, 3} f(3) = 1/216, f(2) = 15/216 = 5/72, f(1) = 75/216 = 25/72 & f(-1)= 125/216

Binomial Distribution Sample space with only two outcomes success and failure Pr(success) = p & Pr(failure) = (1-p) Repeat the experiment N times under same conditions (with replacement) Total number of outcomes in sample space is 2 N (words from alphabets) Random variable is X = No. of successes f(k) = Pr(X=k) = (N,k) p k (1-p) N-k

People Entering KFC When a person enter the franchise, he enters instantaneously People enter the franchise independently of each other The time is divided in 5 secs intervals

Poisson Distribution Probability of success VERY small and number of repetitions VERY large The random variable can take any value that is a positive integer (or zero) PMF is given by f(k) = Pr(X=k) = e -λ (λ k /k!)

Cumulative Distribution Function CDF is continuous on the real line and is probability of a complex event F(t) = Pr(-∞ < X ≤ t) = ∑ f(a) s.t. a ≤ t, t ε R lim t → -∞ F(t) = 0 and lim t → ∞ F(t) = 1 f(t) = F(t) – lim s → t F(s)

Important Points A random variable is a function from sample space to real line Finite sample spaces always give discrete random variables Probabilities are assigned to events in terms of values of random variable We can work with a PMF without knowing the underlying experiment Sum of all values of PMF should be 1