Multi-order State-transition Matrix

Construct a multi-order state-transition matrix.

您现在正在关注此提交

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.

引用格式

pangyuteng (2026). Multi-order State-transition Matrix (https://ww2.mathworks.cn/matlabcentral/fileexchange/37322-multi-order-state-transition-matrix), MATLAB Central File Exchange. 检索时间: .

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.0.0.0