master .github episodic eval examples simulate spectral stochastic task train utils .gitignore LICENSE README.md cvhmmmar.m episodichmm.m hmmdecode.m hmmdual.m hmmfe.m hmmlikelihood.m hmmmar.m hmmpred.m hmmpreprocess.m hmmtestretest.m ...
master BranchesTags HMM-MAR/hmmdual.m Go to file Copy path Cannot retrieve contributors at this time 130 lines (120 sloc)3.88 KB RawBlame function[hmm,Gamma,vpath]=hmmdual(data,T,hmm,Gamma,Xi,residuals) % %Dual estimation of the HMM, first Gamma and then the HMM structure ...
% https://github.com/OHBA-analysis/HMM-MAR/wiki % % OUTPUT % data Preprocessed data % T length of series, adjusted by the preprocessing % options structure with the training options, adjusted so that % things are not unnecessarily repeated % % Author: Diego Vidaurre, OHBA, University of Ox...
Please check the [Wiki](https://github.com/OHBA-analysis/HMM-MAR/wiki) for the latest documentation, including some basic introduction to the method. If you have issues of questions, it is possible to email us, but please better use the Issues tab on github, so that others can see the...