https://github.com/OHBA-analysis/HMM-MAR

sort by:
Revision Author Date Message Commit Date
7e3a60e Cosmetic changes 20 August 2022, 08:47:06 UTC
bc8458d Cleaned options of stochastic inference 16 August 2022, 14:20:36 UTC
cae1491 Update README.md 15 August 2022, 21:25:45 UTC
4c1d328 Merge branch 'master' of https://github.com/OHBA-analysis/HMM-MAR 15 August 2022, 21:24:44 UTC
f5322e3 Important commit correcting a bad bug in the stochastic inference (introduced some months ago) 15 August 2022, 21:23:54 UTC
409fac5 getStateLifeTimes bug fix Introduction of `if options.dropstates==1` in `getStateLifeTimes.m` lead to errors in `read_spm_file`. The latter passes an empty struct to the former. As no default is provided for `options.dropstates`, matlab throws an error. This is now fixed by providing the default `options.dropstates=0`. 27 July 2022, 12:33:02 UTC
b1feb00 Merge branch 'master' of https://github.com/OHBA-analysis/HMM-MAR 02 July 2022, 16:46:57 UTC
51752e8 Fixed small error in the standardization when using TDE on one signal 02 July 2022, 16:40:38 UTC
6595b90 Merge pull request #80 from Wetiqe/master Get chronectome info for all states when using vpath 12 June 2022, 21:07:54 UTC
18ed678 Get chronectome info for all states using vpath In rare cases, especially when K is large and using fMRI data, the unique value in vpath is lesser than K. Though the code can run but the results do not have labels. It's not very intuitive to determine the corresponding state of the results. 12 June 2022, 19:27:49 UTC
3adb0db Added Poisson code for when hmmdecode is called 31 May 2022, 09:02:19 UTC
d9a0e41 Updated STRM examples 23 May 2022, 11:24:27 UTC
01740cc Fixed a bug in logistic regression inderence 03 May 2022, 00:00:37 UTC
ef58eda Some bug fixes for logistic regression model 02 May 2022, 23:13:50 UTC
f43c42e trivial formatting changes 29 April 2022, 04:07:32 UTC
f15be0b Some trivial formatting changes 29 April 2022, 03:55:15 UTC
9c95c89 Added code for Poisson and Bernoulli observation models 28 April 2022, 07:07:57 UTC
ee4fd49 Minor updates to variable names for STRM example 28 April 2022, 00:57:49 UTC
bb19f71 Corrected typo in documentation of hmmtest.m 25 April 2022, 08:06:13 UTC
8d2ea22 Corrected an error in hmmtest.m 28 March 2022, 08:38:46 UTC
9fb64cc tweak in last commit 28 March 2022, 08:21:39 UTC
993fcd2 Added warning in specttest to warn of sufficient number of permutations 28 March 2022, 08:16:11 UTC
fff8691 Added a function to prune unused states after the inference (hmmprune) 27 March 2022, 08:35:53 UTC
264f82f Technical updates in new model 6 13 March 2022, 22:47:37 UTC
9041ad4 Technical updates in new model 5 07 March 2022, 16:24:08 UTC
f7dc445 fixed a bug in the stochastic inference 07 March 2022, 16:20:32 UTC
db67b35 Technical updates in new model 4 24 February 2022, 20:42:44 UTC
5303b22 Technical updates in new model 3 24 February 2022, 11:10:51 UTC
e3694be Technical updates in new model 2 16 February 2022, 14:20:23 UTC
fed5528 Technical updates in new model #1 16 February 2022, 08:57:53 UTC
97bb61e More changes to new model 14 February 2022, 21:12:59 UTC
8dc81db more changes on new model 13 February 2022, 18:52:14 UTC
a218c82 Major changes in the new model, episodic HMM (including change of name) 09 February 2022, 10:49:18 UTC
b1e49e4 New initialisation strategy for MAR models based on windowing 31 January 2022, 15:49:26 UTC
d9e3631 Changes related to new model, and some tweaks in TUDA 27 January 2022, 11:04:52 UTC
9ee96b5 Added HMM-PCA to test script, additional checks in options, and some housecleaning 27 January 2022, 10:58:22 UTC
dc4d55b Merge branch 'master' of https://github.com/OHBA-analysis/HMM-MAR 27 January 2022, 10:42:29 UTC
0263069 Small error in the test script for spectral calculations 27 January 2022, 10:41:47 UTC
f703df8 Merge pull request #54 from nikosavola/33-testing-ci Testing in CI 27 January 2022, 10:36:00 UTC
ba00bc1 Merge branch 'master' of https://github.com/OHBA-analysis/HMM-MAR 27 January 2022, 08:46:44 UTC
4cc9b36 small change to merge obslike.m 27 January 2022, 08:46:15 UTC
1d77074 Delete hsinference.asv 27 January 2022, 08:39:20 UTC
182a1e6 Minor edits on STRM example 17 December 2021, 09:24:48 UTC
81800ff STRM example updates 16 December 2021, 19:55:23 UTC
c5fcfc8 Merge branch 'master' of github.com:OHBA-analysis/HMM-MAR 16 December 2021, 18:57:04 UTC
3f6a733 Tiny bug fix 16 December 2021, 18:56:22 UTC
01c8c13 Minor changes on the mixture of models option (ie not-HMM) 08 December 2021, 18:50:19 UTC
654f210 Updates relative to new model 06 December 2021, 21:27:44 UTC
3609e0b Merge branch 'master' of https://github.com/OHBA-analysis/HMM-MAR 01 December 2021, 20:14:19 UTC
2f88e40 Fixed problem with the initcyc option, spotted by Johan van der Meer 01 December 2021, 20:13:42 UTC
80fc76e Merge pull request #60 from nikosavola/patch-1 Rename variable in `makeMap.m` 01 December 2021, 19:50:59 UTC
b8999cb fixed bug in hmmtest 30 November 2021, 19:39:17 UTC
f1403fb small change in hmmtest (following a big change) 30 November 2021, 11:24:02 UTC
1a87e0b Corrected bug in fb_Gamma_inference noted by Johan van der Meer, and updated a lot of other things related to a new model 29 November 2021, 21:48:59 UTC
1b6691b Important changes on hmmtest (for statistical testing on the HMM results) 29 November 2021, 21:33:20 UTC
a563586 corrected typo in cvfolds 19 November 2021, 15:13:37 UTC
34e53fb corrected thing in spectbands.m 19 November 2021, 15:09:20 UTC
5731da4 Implemented Bayesian sign flipping algorithm 19 November 2021, 10:12:26 UTC
b287197 Added code to simulate data from a Time-delay embedded model 19 November 2021, 10:04:25 UTC
126596c Mostly minor updates for classification code compatibility over different options; also implemneted a cross validated PCA option 17 November 2021, 15:10:56 UTC
8cc5bcb minor updates to STRM examples 03 November 2021, 15:00:24 UTC
bfe2927 Rename variable in `makeMap.m` `onconectivity` changed to `onconnectivity` 30 October 2021, 13:59:27 UTC
0a51f50 Added script for STRM paper to examples folder 16 September 2021, 15:29:37 UTC
03bfcf8 Added condition check to remove unnecessary warnings when TUDA models are fit 16 September 2021, 11:06:01 UTC
cebc8b2 Amended a small bug in spectral estimation 06 September 2021, 17:40:29 UTC
07b066e Merge remote-tracking branch 'refs/remotes/github/master' 06 September 2021, 17:33:22 UTC
160a212 Updated README and other small thigns 06 September 2021, 09:38:42 UTC
fb0ceed Testing in CI * Matlab release matrix * test result publishing with `EnricoMi/publish-unit-test-result-action` 26 August 2021, 06:46:10 UTC
3309a94 changed padGamma so that it's not upsampled when downsampling was used in training 20 July 2021, 07:05:56 UTC
dd816ed Solved compatibility issue raised in the last commit 06 July 2021, 18:05:41 UTC
eaa6c69 Update README.md 06 July 2021, 08:18:13 UTC
be0736c Update README.md 06 July 2021, 07:48:56 UTC
ddb7817 fixed bug in cvfolds.m 01 July 2021, 12:49:33 UTC
710dd64 solved bug in predictPhenotype (on behalf of Theo Karapanagiotidis) 30 June 2021, 13:32:59 UTC
d2d3a3c Some minor changes 27 June 2021, 10:53:36 UTC
3a619cf update MAR simulations 27 June 2021, 10:48:05 UTC
2f98a95 Merge pull request #23 from matsvanes/patch-1 Update spectbands.m 27 June 2021, 07:11:36 UTC
888dd29 Code for Vidaurre et al. (2021) NeuroImage 18 June 2021, 20:18:46 UTC
3209ce0 Clarified documentation of the prediction functions 14 June 2021, 08:33:30 UTC
7ba2596 Fixed problem with hmmtestretest.m 17 May 2021, 10:23:54 UTC
18e4abb update README 14 May 2021, 09:48:20 UTC
5203d87 Add README (accidentally deleted) 14 May 2021, 09:39:55 UTC
960c27d Merge branch 'master' of https://github.com/OHBA-analysis/HMM-MAR 14 May 2021, 09:38:34 UTC
e9911e5 Solved an issue with downsamping in stochastic inference 14 May 2021, 09:36:15 UTC
97a98f4 Update README.md 07 May 2021, 13:21:55 UTC
c61de7b Updated crucial parameters for STRM model 06 May 2021, 09:59:12 UTC
acdaef5 Merge branch 'master' of github.com:OHBA-analysis/HMM-MAR 06 May 2021, 09:54:50 UTC
f21af36 Update README.md 15 April 2021, 18:19:05 UTC
02000a6 Fixed a critical bug in the stochastic inference (introduced in February) 09 April 2021, 18:41:37 UTC
1b24c3c Updated the example script for HMM-PCA 22 March 2021, 17:04:09 UTC
d98a517 Merge branch 'master' of github.com:OHBA-analysis/HMM-MAR 08 March 2021, 10:12:55 UTC
1ac99ee fill an issue with CV when zeromean is used 05 March 2021, 22:39:15 UTC
46d2811 solve recently introduced issue with stochastic learning 04 March 2021, 19:21:47 UTC
ec9225b fixed an issue with cross-validation when using parallel computing 04 March 2021, 08:21:15 UTC
bd802fe several fixes, one particularly important, for an error introduced on 16Feb 03 March 2021, 22:24:58 UTC
ed1d887 Small bug fix 01 March 2021, 10:01:46 UTC
a2089cf Fixed an error that made the initialisation quite inefficient (importnat one) 16 February 2021, 19:43:40 UTC
23528ce Merge branch 'master' of https://github.com/OHBA-analysis/HMM-MAR 16 February 2021, 10:03:14 UTC
e5f20c2 added checkData.m, to check the dimensions data and its conformity with T 16 February 2021, 10:00:43 UTC
7615c48 Added sliding window and K=1 options for baseline decoding comparisons 11 February 2021, 15:20:58 UTC
back to top