• We are pleased to announce that the winner of our Feedback Prize Draw for the Winter 2024-25 session and winning £150 of gift vouchers is Zhao Liang Tay. Congratulations to Zhao Liang. If you fancy winning £150 worth of gift vouchers (from a major UK store) for the Summer 2025 exam sitting for just a few minutes of your time throughout the session, please see our website at https://www.acted.co.uk/further-info.html?pat=feedback#feedback-prize for more information on how you can make sure your name is included in the draw at the end of the session.
  • Please be advised that the SP1, SP5 and SP7 X1 deadline is the 14th July and not the 17th June as first stated. Please accept out apologies for any confusion caused.

April 2009, Q8

H

hotsauce

Member
How is the generator matrix derived? Also, for (iii), how is the parameter calculated? It seems to be doing u * Pr(increase in cats with fleas). But what exactly does u represent in this problem?
 
Entries in generator matrix are derived as follows.
x->x+1 is rate of moving from x to x+1, ie rate of one more cat getting infected.
This is rate of two cats meeting, mu times probability that one of the cats is infected and the other is not, x(10-x)/45 (otherwise nothing changes) times the probability that the fleas jump and infection occurs, 0.5.
IE, mu/45*x*(10-x)*.5 or mu/90 {(x)(10-x}
The entries inside the matrix are the x(10-x).

The x,x entries are simply the negative of the x,x+1 as the row must sum to zero (see below)

All the others are zero as you can only go to x+1 if you are in x, ie one more gets infected if "good meeting" occurs, stay the same if not.


u (mu?) is the instantaneous rate of cats meeting, ie parameter in Poisson process, waiting time are exponentially distributed with parameter u, etc.
 
Hi

I do not understand how the 45 term comes? also, why is it x(10-x)/45??:confused: :( :(
 
In part (i) of the question we explain why the number of possible pairings which could result in a new flea infection is x(10-x) if x is the number of cats with fleas.

To calculate a probability, we divide this by the number of possible pairings of 10 cats. This is 10_C_2 = 10!/(2!*8!) = 45, using combinatorics.
 
I know this is an old thread but I thought I'd post under same question.

Just wanting to know if my intuition is correct on this one.. I found it really challenging and different to anything seen in the notes.

If Mu_ij is the ith, jth element of generator matrix. And represents the rate of infection from state i to j.

Oi = Probability that infection can occur, with i infected cats
= (#Pairs resulting in new infection with i infected cats) / (Total # of possible pairings)

Mu_ij = (Probability of Infection = 0.5) x Oi x ( Rate of cats meeting = mu)
 
Back
Top