Skip to main content


ANSWER

Interpretation of the {ai} as transition rates; the transition rate matrix (infinitesimal generator) Q
Assume here that Pi,i = 0 for all i ∈ S. ai can be interpreted as the transition rate out of state i given that X(t) = i; the intuitive idea being that the exponential holding time will end, independent of the past, in the next dt units of time with probability aidt. This can be made rigorous recalling the little o(t) results for the Poisson process: Let {Ni(t)} denote a Poisson counting process at rate ai . Then P(Ni(h) > 0) = aih + o(h) and P(Ni(h) = 1) = aih + o(h) (and P(Ni(h) > 1) = o(h)).
Thus
lim h↓0 P(X(h) ≠ i | X(0) = i)/h = lim h↓0 P(Ni(h) = 1)/h = lim h↓0 (aih + o(h))/h = ai …….. (1)
More generally, for j ≠i, we additionally use the Markov property asserting that once leaving state i the chain will, independent of the past, next go to state j with probability
Pi,j to obtain
P’ i,j (0) = lim h↓0 Pi,j (h)/h = lim h↓0 P(Ni(h) = 1)Pi,j/h = aiPi,j …….. (2)
ai Pi,j can thus be interpreted as the transition rate from state i to state j given that the chain is currently in state i.
When i = j, Pi,i(h) = 1 − P(X(h) ≠i | X(0) = i) and so
P’ i,i(0) = lim h↓0 (Pi,i(h) − 1)/h = lim h↓0 −P(Ni(h) = 1)/h = −ai ……(3)
Definition 1.2
The matrix Q = P’(0) given explicitly by (2) and (3) is called the transition rate matrix, or infinitesimal generator, of the Markov chain
For example, if S = {0, 1, 2, 3, 4}, then
Q = −a0         a0P0,1          a0P0,2           a0P0,3           a0P0,4
       a1P1,0    −a1                a1P1,2            a1P1,3           a1P1,4
       a2P2,0    a2P2,1          −a2                a2P2,3           a2P2,4
       a3P3,0    a3P3,1          a3P3,2          −a3                 a3P3,4
       a4P4,0    a4P4,3          a4P4,3          a4P4,3           −a4
Note in passing that since we assume that Pi,i = 0, i ∈ S, we conclude that each row of Q sums to 0.
For a (non-explosive) CTMC with transition rate matrix Q = P ‘(0) as in Definition 1.2

Comments

Popular posts from this blog

Question: prove by induction 2^2 + 4^2 + 6^2 + ... + (2n)^2 = (2n)(2n+1)(2n+2)/6 ANSWER we will use induction on n base case : n=1 we have, 2^2 = 2*3*4/6 = 4 which is true inductive hypothesis let it be true for n = k i.e.,  2^2 + 4^2 + ... + (2k)^2 =   [(2k)(2k+1)(2k+2)]/6 inductive case let n = k+1 then we have 2^2 + 4^2 + .... + (2k)^2 + (2(k+1))^2 =   [(2k)(2k+1)(2k+2)]/6 + (2k+2)^2 =(2k+2)*[(2k)(2k+1)/6 + (2k+2)] =(2k+2)*[ (4k^2+2k)/6 + (12k + 12)/6 ] =(2k+2)*[ (4k^2+14k+12)/6 ] = =(2k+2)*[(2k)(2k+1)/6 + (2k+2)] =(2k+2)*[ (4k^2+2k)/6 + (12k + 12)/6 ] =(2k+2)*[ (4k^2+14k+12)/6 ] = (2k+2)*[ (4k^2 + 8k + 6k + 12)/6 ] = (2k+2)*[ (4k(k + 2) +6(k+2))/6 ] = (2k+2)*[ (4k+6)(k+2)/6 ] =  (2k+2)*[ 2 (2k+3)(k+2)/6  ] =   (2k+2)*[  (2k+3)*2*(k+2)/6  ] =   (2k+2)*[  (2k+3)(2k+4)/6  ] = [(2*(k+1))(2*(k+1)+1)(2*(k+1)+2)]/6 replacing k+1 by m, we get replacing k+1 by m, we get [(2*m)(2*m+1)(2*m+2)]/6 this completes our proof b...

IT management

FIGURE P1.1 The File Structure for Problems 1-4 1.       How many records does the file contain? How many fields are there per record? 2.       What problem would you encounter if you wanted to produce a listing by city? How would you solve this problem by altering the file structure? 3.       If you wanted to produce a listing of the file contents by last name, area code, city, state, or zip code, how would you alter the file structure? 4.       What data redundancies do you detect? How could those redundancies lead to anomalies? Figure P2.4 The DealCo relational diagram 4. Identify each relationship type and write all of the business rules. 5.       Create the basic Crow’s Foot ERD for DealCo. FIGURE P3.17 The Ch03_TransCo Database Tables     17. For each table, identify the primary key and the for...
Question: Q1 a. Sketch the static characteristics of a diode. (6 marks) b. An AC voltage source V drives a transformer with centre tap second indin gs connected to two rectifiers is shown in the following diagram. The load has constant current Io. Assume that when the diode conducts the forward voltage drop is Ve d V Vmsnot. The turns ratio is N: 1:1. Sketch the current waveform through one of the diodes. (6 marks) c. Write down an equation for efficiency of a power converter in terms of output power and converter losses (2 marks) d. Given the following parameters, calculate the efficiency of the power converter. Va = 310 V ω-2π50 forward voltage drop of the diodes VF = 0.7 V Transformer turns ratio = 10: 1 : 1 load current = 10 A Assume that the transformer has no loss and converter losses come from the diodes only. Also assume the diode voltage drop does not change with current. State your assumption if there is any 6 marks) ANSWER