Markov Utility
Tired of trying to figure out markov states changes in your head? Then this handy utility is just what you need. It reads and writes data sets (text files) that contain state information as well as data that corresponds to those states. Once a data set is loaded, you can then trigger a new state with prob and the corresponding data element will be output. You can also manually enter in the states and data.
Tool Files
Markov Utility
Hello Anthony,
Thanks for the post.
I'd like to test your utility.
I got a question about it:
How can I change the values (probability values) that are inside of the table?
Is it possible?
Cheers,
Sabina
Hello Thomas,
I am trying your patch.
I would like to enter my values and then , to generate a series .
Can you please help me to do that?
Cheers,
Sabina
Hello Anthony I was able to change the values and generate series ,
but what I really don't know is how add more columns, I can not change the jit.cellblock's number of columns attribute,
It is fixed at 7.
Is it possible to add more columns ?
Cheers,
Sabina
If you look at the help file that comes with the utility, it explains the format.
Basically, the file that is loaded has the state and data information.
The format is as follows...
states
0 1 2 3 4 5 6
1 0 3 7 0 0 0
2 1 2 7 0 0 0
3 0 1 4 4 1 0
4 0 0 2 4 4 0
5 0 0 0 4 4 2
6 0 0 0 4 4 2
data
0 0
1 1n
2 2n
3 4n
4 8n
5 16n
6 32n
Author