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