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 ...
OHBA-analysis/HMM-MARPublic Notifications Fork70 Star139 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) ...
% for use with HMM-MAR toolbox (https://github.com/OHBA-analysis/HMM-MAR) % % INPUT: % X_all: timeseries of all subjects/sessions (cell of size samples x 1) % where each cell contains a matrix of timepoints x ROIs % hmm: group-level HMM (hmm structure, output from hmmmar) ...
2 hmmpred(X,T,hmm,Gamma,residuals,actstates,grouping) Add all existing files Nov 2, 2015 3 % 4 % Predictive distribution of the response and error on potentially unseen data Solved issue with hmmpred Nov 29, 2019 5 % useful for cross-validation routines; that is, this function ...
options = rmfield(options,'slidingwindow'); else doslidingwindow = false; end 0 comments on commit 0a51f50 Please sign in to comment. Footer © 2024 GitHub, Inc. Footer navigation Terms Privacy Security Status Docs Contact Manage cookies Do not share my personal information ...
16 changes: 10 additions & 6 deletions 16 examples/STRM.m Original file line numberDiff line numberDiff line change @@ -29,7 +29,7 @@ % assign a location to save figures to: %figdir = ['C:\Users\chiggins\Google Drive\MATLAB\6.0 Classification Work\LDAPaperScripts\STRMSimulation...
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 response as well. **HMM-MAR** Note: the name of the toolbox is mantained only for historical reasons, and currently contains other observation ...