Statistics
1 Question
0 Answers
RANK
108,644
of 301,464
REPUTATION
0
CONTRIBUTIONS
1 Question
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,292
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,632
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
We're trying to set up a Markov model with a 3x3 matrix between 3 states over an interval of 20 time units. This is the code we have thus far, if anyone can help us work out the kinks, that'd be great!
P = [0.5 0.1 0.00; 0.45 0.5 0.1; 0.05 0.4 0.9]; timeunit = 20; N = zeros(3,1); N(1)= 1; for i=1:timeunit NP(...
8 years ago | 0 answers | 0