Multi-order State-transition Matrix

Version 1.0.0.0 (2,29 ko) par pangyuteng
Construct a multi-order state-transition matrix.
910 téléchargements
Mise à jour 27 juin 2012

Afficher la licence

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.

Citation pour cette source

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

Compatibilité avec les versions de MATLAB
Créé avec R14
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Markov Chain Models dans Help Center et MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0.0.0