Displaying 1 result from an estimated 1 matches for "bbbm".
Did you mean:
bbb
2010 Jun 18
1
12th Root of a Square (Transition) Matrix
...uot;10", "11", "12", "13", "14", "15", "16", "17", "18"), c("AAA",
"AAp", "AA", "AAm", "Ap", "A", "Am", "BBBp", "BBB", "BBBm", "BBp",
"BB", "BBm", "Bp", "B", "Bm", "CCC.to.C", "D")))
------ BEGIN PASTE ------
# create a matrix of eigenvectors of the transition matrix
X <- eigen(trans_matrix)$vectors
# create a diagonalized matrix...