Hello Everyone,
For example i have 3 states Markov model i.e Healthy, Sick and Death. i collected data in the last year. data form is like yes or no for each. Simple example is Healthy state having {yes,no,yes,no,yes,no,no,yes} , Sick={ no,yes,no,es..} and Death={no,yes,no,yes,yes..}. and after one again i collected data in the form of these three states.So my doubt is how to find state transition probabilities when data format like above example.
Thank-you