Assigns random values for the hidden state transition matrix, A, the
symbol emission probability matrix, B, and the initial state
probability vector, pi, satisfying the stochastic constrains, but sets
the Markov chain to a quasi birth-death structure.
Usage: set_qbd( G, E, M [, BACK [,
FWD ] ] )
where G in the number of groups of states; E in the
number of states (elements) per group11.4; M
is the number of symbols; BACK is the number of reachable back
groups; and FWD is the number of reachable forward groups.