Stochastic Processes: Difference between revisions

(Created page with "Stochastic Process as taught in Durett's Book in STAT650. ==Markov Chains== ==Poisson Processes== ==Renewal Processes== ==Queueing Theory==")
 
 
Line 4: Line 4:
==Markov Chains==
==Markov Chains==
==Poisson Processes==
==Poisson Processes==
The following 3 definitions of the Poisson process are equivalent.
* A Poisson process with rate <math>\lambda</math> is a counting process where the number of arrivals <math>N(s+t)-N(s)</math> in a given time period <math>t</math> has distribution <math>Poisson(\lambda t)</math>
* A Poisson process is a renewal process with rate <math>1/\lambda</math>
* A Poisson process is a continuous time markov chain with <math>P(N(h)=1) = \lambda h + o(h)</math> and <math>P(N(h) \geq 2) = o(h)</math>
==Renewal Processes==
==Renewal Processes==
==Queueing Theory==
==Queueing Theory==