Displaying 1 result from an estimated 1 matches for "intial_prob_matrix".
2017 Sep 20
1
How to use depmix for HMM with intial parameters
Hello,
I have initial parameters for HMM model and I want to use depmixS4 package.
The parameters are in the form
intial_prob_matrix=matrix(c(0.07614213, 0.45177665, 0.47208122), nrow=1,
ncol=3, byrow = TRUE)
transition_matrix=matrix(c(0.46666667,0.46666667,0.06666667,
0.06741573,0.5617978,0.37078652,
0.02173913,0.3478261,0.63043478), nrow = 3, ncol = 3,
byrow = TRUE)
meanval_matrix=ma...