Week 9 Flashcards
The rows in a probability matrix sum to what?
1.
What does the splitting of Poisson process theorem say?
What is the Poisson process?
What is Transient Analysis? How does it work?
It allows you to calculate the n-th step probability matrix for a given problem.
Given that no states are absorbing, the probability of arriving at state i after n steps from state j can be determined
What is the Binomial process and what do each of the parameters mean?
What is meant by time-homogeneous DTMCs?
What are the Chapman Kolmogorov equations and why are they important?
P(m+n) = P(m)P(n), for m,n>=0
P(n) = P^n, for n>= 0
q(u) = q(0)P(n) = q(0)P^n, for n>=0
If you know the first state and the probability matrix, you can determine the probability of arriving at states i,j,k… etc for n steps.
What is meant by the “Memoryless Property”?
The future evolution of the process depends on its history only through its present state.
Basically the present state influences the future state but previous states do not.
What is a communicating state?
We say i and j communicate, when
P(n)ij >0 for some n>=0 ( i —> j )
P(m)ji>0 for some m>=0 ( j —> i )
If i communicates with j then
j communicates with i
i and j together form a communicating class
Draw a transition diagram with the following communicating classes:
{1,2} - closed, {3} - open, {4} - closed
When there is only one communicating class the chain is?
Irreducible
What is an absorbing state?
A state that you can’t get out of.
What is an absorbing state?
A state that you can’t get out of.
What is “Discrete Phase-Type Distribution”?
The application potential of this is very powerful!
We apply an absorbing DTMC with states
S= {0, 1, …. , n-1} U {n},
where n is the absorbing state and 0, 1, … , n-1 are transient states.
The matrix P* records the transition probabilities between transient states, and column vector p records the probabilities of absorption to the absorbing state n.
It allows us to determine the time expected until the reaching the absorbing state.
What does the geometric distribution describe, and what are it’s parameters?