bmp_sq - MATLAB Central
photo

bmp_sq


Active since 2015

Followers: 0   Following: 0

Statistics

MATLAB AnswersFrom 11/15 to 01/25Use left and right arrows to move selectionFrom 11/15Use left and right arrows to move left selectionTo 01/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

RANK
214,216
of 296,498

REPUTATION
0

CONTRIBUTIONS
1 Question
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

  • Thankful Level 1

View badges

Feeds

View by

Question


How to generate 100 sample points of a 3-state Markov chain with initial prob vector and transition probability matrix using inverse transform method on matlab.
P = [0.3 0.1 0.1; 0.3 0.9 0.1; 0.4 0 0.8]; % Transition Matrix P0 = [0.1 0.9 0]; %initial probability Vector Then I ...

9 years ago | 1 answer | 0

1

answer
Go to top of page