# the following is a 3*3 matrix of transition probability of HMM, in the order of M, D, I both horizontally and vertically
# transition is from row to column
0.99	0.005	0.05
0.0099	0.99	0.0001
0.0099	0.0001	0.99
