rOmega | R Documentation |
Generate a random transition matrix under nondecreasing learning trajectory assumption
rOmega(TP)
TP |
A 2^K-by-2^K dichotomous matrix of indicating possible transitions under the monotonicity assumption, created with the TPmat function |
A 2^K-by-2^K transition matrix, the (i,j)th element indicating the transition probability of transitioning from i-th class to j-th class.
K = ncol(Q_matrix)
TP = TPmat(K)
Omega_sim = rOmega(TP)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.