|
|
|
|
|
by creed0r
3746 days ago
|
|
Am I right in taking from this that markov chains don't necessarily adjust to history? So in the example, if a "sunny day" state has a chance of 0.9 to stay in that state and a 0.1 chance of transitioning to rainy day and I already had 5 sunny days, the 6th day would still have a 0.1 chance to be a rainy day? |
|
As detaro says:
"A Markov chain with memory for the last m steps is sometimes called a "Markov chain of order m""
So if you wanted it to depend on the last 5 timesteps, you'd create a 5th order Markov chain, and so on.