Multi-order State-transition Matrix

Construct a multi-order state-transition matrix.

Vous suivez désormais cette soumission

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 (2026). Multi-order State-transition Matrix (https://fr.mathworks.com/matlabcentral/fileexchange/37322-multi-order-state-transition-matrix), MATLAB Central File Exchange. Extrait(e) le .

Informations générales

Compatibilité avec les versions de MATLAB

  • Compatible avec toutes les versions

Plateformes compatibles

  • Windows
  • macOS
  • Linux
Version Publié le Notes de version Action
1.0.0.0