Displaying 1 result from an estimated 1 matches for "respstart".
Did you mean:
res_start
2017 Sep 20
1
How to use depmix for HMM with intial parameters
...lumn from my dataset which look like something = 19.0, 18.0,
24.0...............it has some 30 thousand rows
I tried using the code below and got an error
mod= depmix( response = power~1, data = powerdf, nstates=3,
instart=intial_prob_matrix,
trstart=transition_matrix, respstart=emission_matrix)
Error in makeResponseModels(response = response, data = data, nstates =
nstates, :
'respstart' has incorrect length, it should be 6
I cannot change my emission matrix, it would always be list of matrix (mean
, sigma and weighted coefficient mixture)
I thought to chan...