Multi-order State-transition Matrix

Construct a multi-order state-transition matrix.
910 download
Aggiornato 27 giu 2012

Visualizza la licenza

Construct a multi-order state-transition matrix given a Markov chain (in integer).

Example:
markovChain = [1 6 1 6 4 4 4 3 1 2 2 3 4 5 4 5 2 6 2 6 2];
norder = 2;
[ transitionMatrix columnStates ] = getTransitionMatrix(markovChain,norder);

See the m file for more detail.

Cita come

pangyuteng (2024). Multi-order State-transition Matrix (https://www.mathworks.com/matlabcentral/fileexchange/37322-multi-order-state-transition-matrix), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R14
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0