• 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.

simulation

R

Rahul-Ahuja

Member
I did not quite understand the topic of simulation in Markov chain and Markov jump chapters.

matrix generator of HSD as follows

-0.5 0.4 0.1
0.6 -0.8 0.2
0 0 0

Please help me with lines below.
The first step is to simulate the states occupied by the Markov jump chains.
Row 1 of the transition matrix is the conditional distribution of X1 given that X0 = H.
We use Monte Carlo simulation to generate a simulated value for X1.

If the simulated value is D, then the simulation of the sample path is complete because of the process never leaves state D. If the simulated value is S, then we use row 2 of thetransition matrix, which is the conditional distribution of X2 given that X1 = S, to simulate a value for X2.
This process is repeated to simulate additional values of the Markov jump chain.



Also kindly explain the topic of simulation in a general way.


Thank you.
 
When you're asking for help, it is easier if you make it clear exactly what you do and don't understand - the question you've asked requires a textbook to answer if interpreted literally!

So to try to narrow it down-

- do you understand what a transition matrix represents?
- if you do, do you understand how you could use this to simulate a transition from one state to another?
- Could you then put these together to simulate a process from start to finish?

To answer your last question, the point of simulation is that you can simulate the process over and over again, and use the results to answer questions about the process: for example, what is the distribution of the time the life spends in the sick state? And what if the transition matrix is a set of spline functions dependent on t?
 
Back
Top