Distribution Function of Random Variables

Slides:



Advertisements
Similar presentations
CS433: Modeling and Simulation
Advertisements

Discrete Uniform Distribution
DISCRETE RANDOM VARIABLES AND PROBABILITY DISTRIBUTIONS
Engineering Statistics ECIV 2305 Chapter 2 Random Variables.
Lec 18 Nov 12 Probability – definitions and simulation.
Probability Distributions
Rensselaer Polytechnic Institute © Shivkumar Kalvanaraman & © Biplab Sikdar1 ECSE-4730: Computer Communication Networks (CCN) Network Layer Performance.
QBM117 Business Statistics
A random variable that has the following pmf is said to be a binomial random variable with parameters n, p The Binomial random variable.
Probability Review ECS 152A Acknowledgement: slides from S. Kalyanaraman & B.Sikdar.
Week 51 Relation between Binomial and Poisson Distributions Binomial distribution Model for number of success in n trails where P(success in any one trail)
Chapter 21 Random Variables Discrete: Bernoulli, Binomial, Geometric, Poisson Continuous: Uniform, Exponential, Gamma, Normal Expectation & Variance, Joint.
4-1 Continuous Random Variables 4-2 Probability Distributions and Probability Density Functions Figure 4-1 Density function of a loading on a long,
This is a discrete distribution. Poisson is French for fish… It was named due to one of its uses. For example, if a fish tank had 260L of water and 13.
Chapter 5 Discrete Probability Distribution I. Basic Definitions II. Summary Measures for Discrete Random Variable Expected Value (Mean) Variance and Standard.
Week 41 Continuous Probability Spaces Ω is not countable. Outcomes can be any real number or part of an interval of R, e.g. heights, weights and lifetimes.
Ch4: 4.3The Normal distribution 4.4The Exponential Distribution.
Statistics for Engineer Week II and Week III: Random Variables and Probability Distribution.
Lecture 4 1 Discrete distributions Four important discrete distributions: 1.The Uniform distribution (discrete) 2.The Binomial distribution 3.The Hyper-geometric.
Poisson Random Variable Provides model for data that represent the number of occurrences of a specified event in a given unit of time X represents the.
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}.
Prob1 INTRODUCTION to PROBABILITY. prob2 BASIC CONCEPTS of PROBABILITY  Experiment  Outcome  Sample Space Discrete Continuous  Event.
Probability Distributions u Discrete Probability Distribution –Discrete vs. continuous random variables »discrete - only a countable number of values »continuous.
1 Topic 3 - Discrete distributions Basics of discrete distributions Mean and variance of a discrete distribution Binomial distribution Poisson distribution.
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.
Copyright © 2010, 2007, 2004 Pearson Education, Inc. All Rights Reserved. Section 5-5 Poisson Probability Distributions.
Chapter 3 Discrete Random Variables and Probability Distributions  Random Variables.2 - Probability Distributions for Discrete Random Variables.3.
Topic 3 - Discrete distributions Basics of discrete distributions - pages Mean and variance of a discrete distribution - pages ,
4.3 More Discrete Probability Distributions NOTES Coach Bridges.
Random Variables Example:
Chapter 3 Discrete Random Variables and Probability Distributions  Random Variables.2 - Probability Distributions for Discrete Random Variables.3.
Chapter 3 Discrete Random Variables and Probability Distributions  Random Variables.2 - Probability Distributions for Discrete Random Variables.3.
12.1 Discrete Probability Distributions (Poisson Distribution)
Random Variables By: 1.
Week 61 Poisson Processes Model for times of occurrences (“arrivals”) of rare phenomena where λ – average number of arrivals per time period. X – number.
CS723 - Probability and Stochastic Processes. Lecture No. 09.
Probability Distribution for Discrete Random Variables
4-1 Continuous Random Variables 4-2 Probability Distributions and Probability Density Functions Figure 4-1 Density function of a loading on a long,
The Recursive Property of the Binomial Distribution
The Poisson probability distribution
MAT 446 Supplementary Note for Ch 3
Math 4030 – 4a More Discrete Distributions
The Poisson Probability Distribution
3 Discrete Random Variables and Probability Distributions
Probability Distributions: a review
The Exponential and Gamma Distributions
Random Variables.
Simulation Statistics
Cumulative distribution functions and expected values
Chapter 2 Discrete Random Variables
Business Statistics Topic 4
Binomial Distribution
Elementary Statistics
S2 Poisson Distribution.
Chapter 5 Statistical Models in Simulation
Multinomial Distribution
Statistics 1: Elementary Statistics
Probability Review for Financial Engineers
Some Discrete Probability Distributions
Statistics 1: Elementary Statistics
STATISTICAL MODELS.
Useful Discrete Random Variable
Chapter 4 Discrete Probability Distributions.
Elementary Statistics
Chapter 3 : Random Variables
Chapter 5, part C.
1/2555 สมศักดิ์ ศิวดำรงพงศ์
Presentation transcript:

Distribution Function of Random Variables Definition A cumulative distribution function (cdf) of a random variable X is a mapping F: R  [0, 1] defined by If X is a discrete random variable with pmf for x = 0, 1, 2, … then where is the greatest integer ≤ v. Example: week 3

Properties of Distribution Function F is monotone, non decreasing i.e. F(x) ≤ F(y) if x ≤ y. As x  - ∞ , F(x)  0 As x  ∞ , F(x)  1 F(x) is continuous from the right For a < b Why? week 3

Exercises A box contain 20 notes numbered 20 to 39. We randomly pick one note and record its number. What is the probability that the number we got is greater then 32? 30% of U of T students wear glasses. We select a random sample of size 10 students. a) What is the probability that exactly 4 of them wear glasses? b) What is the probability that more then 3 wear glasses? We roll a die until we obtained an even outcome. a) What is the probability that we will roll the die exactly 5 times? b) What is the probability that we roll the die more then 7 times ? c) What is the probability that we roll the die more then 7 times if we know that we need more then 2 rolls? week 3

We roll a die until we get 6 even outcomes. a) What is the probability that we need exactly 10 rolls? b) What is the probability that we need less 10 rolls? The number of cars that cross Spadina and Bloor intersection is a Poisson random variable with λ = 15 cars per minute. a) What is the probability that in a given minute exactly15 cars will cross the intersection? b) What is the probability that in a given minute more then 15 cars will cross the intersection? c) What is the probability that during half an hour there where exactly 2 minutes in which 15 cars crossed the intersection? week 3

Relation between Binomial and Poisson Distributions Binomial distribution Model for number of success in n trails where P(success in any one trail) = p. Poisson distribution is used to model rare occurrences that occur on average at rate λ per time interval. Can think of “rare” occurrence in terms of p  0 and n  ∞. Take these limits so that λ = np. So we have that week 3