1 Exponential Distribution & Poisson Process Memorylessness & other exponential distribution properties; Poisson process and compound P.P.’s.

Slides:



Advertisements
Similar presentations
Exponential Distribution
Advertisements

ST3236: Stochastic Process Tutorial 9
Exponential and Poisson Chapter 5 Material. 2 Poisson Distribution [Discrete] Poisson distribution describes many random processes quite well and is mathematically.
Exponential Distribution
Many useful applications, especially in queueing systems, inventory management, and reliability analysis. A connection between discrete time Markov chains.
Tutorial 4 Cover: C2.9 Independent RV C3.1 Introduction of Continuous RV C3.2 The Exponential Distribution C3.3 The Reliability and Failure Rate Assignment.
Chapter 5 Statistical Models in Simulation
Lecture 10 – Introduction to Probability Topics Events, sample space, random variables Examples Probability distribution function Conditional probabilities.
Stochastic Processes Dr. Nur Aini Masruroh. Stochastic process X(t) is the state of the process (measurable characteristic of interest) at time t the.
Lecture 13 – Continuous-Time Markov Chains
Computer Systems Modelling Sam Haines Clare College, University of Cambridge 1 st March 2015.
Probability Distributions
Probability theory 2011 Outline of lecture 7 The Poisson process  Definitions  Restarted Poisson processes  Conditioning in Poisson processes  Thinning.
A random variable that has the following pmf is said to be a binomial random variable with parameters n, p The Binomial random variable.
Continuous Random Variables and Probability Distributions
Lecture 4 Mathematical and Statistical Models in Simulation.
Chapter 21 Random Variables Discrete: Bernoulli, Binomial, Geometric, Poisson Continuous: Uniform, Exponential, Gamma, Normal Expectation & Variance, Joint.
Introduction to Stochastic Models GSLM 54100
4-1 Continuous Random Variables 4-2 Probability Distributions and Probability Density Functions Figure 4-1 Density function of a loading on a long,
Chapter 4. Continuous Probability Distributions
Chapter 6.4: Exponential Distribution Chris Morgan, MATH G160
Lecture 10 – Introduction to Probability Topics Events, sample space, random variables Examples Probability distribution function Conditional probabilities.
Exponential Distribution & Poisson Process
1 Performance Evaluation of Computer Systems By Behzad Akbari Tarbiat Modares University Spring 2009 Introduction to Probabilities: Discrete Random Variables.
The Poisson Process. A stochastic process { N ( t ), t ≥ 0} is said to be a counting process if N ( t ) represents the total number of “events” that occur.
Exponential and Chi-Square Random Variables
Statistical Distributions
Andy Guo 1 Handout Ch5(2) 實習. Andy Guo 2 Normal Distribution There are three reasons why normal distribution is important –Mathematical properties of.
ST3236: Stochastic Process Tutorial 10
Generalized Semi-Markov Processes (GSMP)
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.
Random Variables & Probability Distributions Outcomes of experiments are, in part, random E.g. Let X 7 be the gender of the 7 th randomly selected student.
Exponential Distribution
Intro. to Stochastic Processes
Stochastic Models Lecture 2 Poisson Processes
1 Queuing Models Dr. Mahmoud Alrefaei 2 Introduction Each one of us has spent a great deal of time waiting in lines. One example in the Cafeteria. Other.
1 Birth and death process N(t) Depends on how fast arrivals or departures occur Objective N(t) = # of customers at time t. λ arrivals (births) departures.
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.
Generalized Semi- Markov Processes (GSMP). Summary Some Definitions The Poisson Process Properties of the Poisson Process  Interarrival times  Memoryless.
Chapter 01 Probability and Stochastic Processes References: Wolff, Stochastic Modeling and the Theory of Queues, Chapter 1 Altiok, Performance Analysis.
Chapter 01 Probability and Stochastic Processes References: Wolff, Stochastic Modeling and the Theory of Queues, Chapter 1 Altiok, Performance Analysis.
School of Information Technologies Poisson-1 The Poisson Process Poisson process, rate parameter e.g. packets/second Three equivalent viewpoints of the.
CDA6530: Performance Models of Computers and Networks Chapter 3: Review of Practical Stochastic Processes.
Topic 5: Continuous Random Variables and Probability Distributions CEE 11 Spring 2002 Dr. Amelia Regan These notes draw liberally from the class text,
 Recall your experience when you take an elevator.  Think about usually how long it takes for the elevator to arrive.  Most likely, the experience.
5 pair of RVs.
Random Variables r Random variables define a real valued function over a sample space. r The value of a random variable is determined by the outcome of.
Chapter 4 Continuous Random Variables and Probability Distributions  Probability Density Functions.2 - Cumulative Distribution Functions and E Expected.
Copyright © Cengage Learning. All rights reserved. 4 Continuous Random Variables and Probability Distributions.
CIS 2033 based on Dekking et al. A Modern Introduction to Probability and Statistics B: Michael Baron. Probability and Statistics for Computer Scientists,
Renewal Theory Definitions, Limit Theorems, Renewal Reward Processes, Alternating Renewal Processes, Age and Excess Life Distributions, Inspection Paradox.
4-1 Continuous Random Variables 4-2 Probability Distributions and Probability Density Functions Figure 4-1 Density function of a loading on a long,
ONE DIMENSIONAL RANDOM VARIABLES
Probability Distributions: a review
Chapter 4 Continuous Random Variables and Probability Distributions
Engineering Probability and Statistics - SE-205 -Chap 4
The Exponential and Gamma Distributions
Exponential Distribution & Poisson Process
The Poisson Process.
Pertemuan ke-7 s/d ke-10 (minggu ke-4 dan ke-5)
Lecture on Markov Chain
Multinomial Distribution
ECE 358 Examples #1 Xuemin (Sherman) Shen Office: EIT 4155
CPSC 531: System Modeling and Simulation
Counting Process: State of the system is given by the total number of customers in the system .
Dept. of Electrical & Computer engineering
5 pair of RVs.
Poisson Process and Related Distributions
PROBABILITY AND STATISTICS
Presentation transcript:

1 Exponential Distribution & Poisson Process Memorylessness & other exponential distribution properties; Poisson process and compound P.P.’s

2 Exponential Distribution: Basic Facts Pr{ T  t ) =  0 t e – u d u = 1 – e – t ( t  0) f ( t ) = { e – t, t  0 0, t < 0 PDF CDF Mean Variance E [ T ] = 1 Var [ T ] = 1 2

3 Key Property: Memorylessness Reliability: Amount of time a component has been in service has no effect on the amount of time until it fails Inter-event times: Amount of time since the last event contains no information about the amount of time until the next event Service times: Amount of remaining service time is independent of the amount of service time elapsed so far Pr{T  a + b | T  b} = Pr{T  a} a, b  0 Memoryless Property

4 Properties of Exponential Distribution If X 1 and X 2 are independent exponential r.v.’s with parameters (rate) l 1 and l 2 respectively, then P(x1< x2) = l 1/( l 1+ l 2) That is, the probability X1 occurs before X2 is l 1/( l 1+ l 2) Minimum of Two Exponentials: If X 1, X 2, …, X n are independent exponential r.v.’s where X n has parameter (rate) l i, then min( X 1, X 2, …, X n ) is exponential with parameter (rate) l 1 + l 2 + … + l n Competing Exponentials:

5 Properties of Exponential RV. The probability of 1 event happening in the next  t is Pr{ T  t ) =  e –  t =  t When  t is small, (–  t ) n  0 = 1 – { 1 + (–  t )+  (–  t ) n /n! ) } Exponential is the only r.v. that has this property.

6 Counting Process Then { N ( t ), t  0 } must satisfy: a) N ( t )  0 b) N ( t ) is an integer for all t c) If s < t, then N ( s )  N ( t ) and d) For s < t, N ( t ) - N ( s ) is the number of events that occur in the interval ( s, t ]. A stochastic process { N ( t ), t  0} is a counting process if N ( t ) represents the total number of events that have occurred in [0, t ]

7 Stationary & Independent Increments stationary increments A counting process has stationary increments if the distribution if, for any s < t, the distribution of N ( t ) – N ( s ) depends only on the length of the time interval, t – s. independent increments A counting process has independent increments if for any 0  s  t  u  v, N(t) – N(s) is independent of N(v) – N(u) i.e., the numbers of events that occur in non- overlapping intervals are independent r.v.s

8 Poisson Process Definition 1 A counting process { N ( t ), t  0} is a Poisson process with rate l, l > 0, if N (0) = 0 The process has independent increments The number of events in any interval of length t follows a Poisson distribution with mean t Pr{ N(t+s) – N(s) = n } = ( t) n e – t /n!, n = 0, 1,... Where is arrival rate and t is length of the interval Notice, it has stationary increments

9 Poisson Process Definition 2 A function f is said to be o ( h ) (“Little oh of h”) if A counting process { N ( t ), t  0} is a Poisson process with rate l, l > 0, if N(0) = 0 and the process has stationary and independent increments and Pr { N(h) = 1} = h + o ( h ) Pr { N(h)  1} = o ( h ) Definitions 1 and 2 are equivalent because exponential distribution is the only variable has this property

10 Interarrival and Waiting Times t N(t)N(t) T2T2 T1T1 T3T3 T4T4 S1S1 S2S2 S3S3 S4S4 The (total) waiting time until the nth event has a gamma distribution The times between arrivals T 1, T 2, … are independent exponential r.v.’s with mean 1/ : P(T1>t) = P(N(t) =0) = e - t

11 Poisson Process – Pure Birth Process Pure Birth Process – Poisson Process States0123…… …00000 … Poisson Process Rate Matrix

12 An Example Suppose that you arrive at a single teller bank to find five other customers in the bank. One being served and the other four waiting in line. You join the end of the line. If the service time are all exponential with rate 5 minutes. What is the prob. that you will be served in 10 minutes ? What is the prob. that you will be served in 20 minutes ? What is the expected waiting time before you are served?

13 Other Poisson Process Properties Then { N 1( t ), t  0} and { N 2( t ), t  0} are independent Poisson processes with respective rates p and (1- p ). Let N 1( t ) and N 2( t ), respectively, be the number of type I and type II events up to time t. Poisson Splitting : Suppose { N ( t ), t  0} is a P.P. with rate, and suppose that each time an event occurs, it is classified as type I with probability p and type II with probability 1- p, independently of all other events.

14 Other Poisson Process Properties Competing Poisson Processes : Suppose { N 1 ( t ), t  0} and { N 2 ( t ), t  0} are independent P.P. with respective rates 1 and 2. Let S n i be the time of the n th event of process i, i = 1,2.

15 Other Poisson Process Properties Conditional Distribution of Arrival Times : Suppose { N ( t ), t  0} is a Poisson process with rate l and for some time t we know that N ( t ) = n. Then the arrival times S 1, S 2, …, Sn have the same conditional distribution as the order statistics of n independent uniform random variables on (0, t ). If Y 1, Y 2, …, Yn are random variables, then Y (1), Y (2), …, Y ( n ) are their order statistics if Y ( k ) is the k th smallest value among Y 1, Y 2, …, Yn, k = 1, …, n.

16 Compound Poisson Process A counting process { X ( t ), t  0} is a compound Poisson process if: where { N ( t ), t  0} is a Poisson process and { Y i, i = 1, 2, …} are independent, identically distributed r.v.’s that are independent of { N ( t ), t  0}. By conditioning on N ( t ), we can obtain