markov¶
Parameters¶
Parameter label |
I/O type |
Data type |
Mandatory parameter? |
Default value |
---|---|---|---|---|
|
input |
vector |
yes |
|
|
input |
vector |
yes |
|
|
output |
matrix |
N/A |
N/A |
Functionality¶
Module computes transition matrix for Markov chain based on the observations in inputVec
and the state values given in bins
.
The returned transitionMatrix
is normalized to unit sum in every row