From: nasim on
hi;
i know All of the Matlab functions used assume that the first state is state 1 with probability 1 before the sequence is observed.
so how can i set initial probability of states?
From: Walter Roberson on
nasim wrote:

> i know All of the Matlab functions used assume that the first state is state 1 with probability 1 before the sequence is observed.
> so how can i set initial probability of states?


I think you will need to be clearer as to which functions you are referring to.
From: nasim on
hi;
i know, the hmm known as M=(A,B,p) , p is the probability of initial states, but all function of matlab don't have argument for set p.
(hmmgenearte, hmmviterbi,hmmestimate, ...)