-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathrsHRF_update_log.txt
31 lines (27 loc) · 1.44 KB
/
rsHRF_update_log.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
code SPM plugin - additions and modifications to v1.0:
------ v2.4, 202106 -----------
Add a unit test.
Add stop crition for iterations (rsHRF_iterative_wiener_deconv.m).
Modify demo codes for backward compatibility across different versions of Matlab
-----------------------
------ v2.3, 202009 -----------
Update HRF deconvolution algorithm (rsHRF_iterative_wiener_deconv.m).
Modify several scripts name.
Add partial correlation analysis.
Split the subfunctions in rsHRF.m into several independent codes.
-----------------------
------ v2.2, 201909 -----------
Change the GUI (add surface analysis panel and Display).
Add rsHRF_viewer.m for HRF shapes visualization.
Add a m-file (rsHRF_mvgc.m) for multivariate Granger causality analysis.
Update HRF basis functions, add Gamma/Fourier basis function (more flexible, and supporting finer temporal grid).
Update (s)FIR model, using AR(k) for autocorrelated noise modeling.
Add a m-file (rsHRF_estimation_impulseest.m, see code for help) for nonparametric impulse response estimation (not included in rsHRF GUI).
-----------------------
------ v2.1, 201908 -----------
Add suface-based analysis module.
-----------------------
------ v2.0, 201901 -----------
Add functional (Pearson/Spearman correlation) and effective (Pairwise/Conditional/Partially Conditioned Granger causality) connectivity analysis module.
Add rsHRF_install_SPM.m to facilitate the installation of the SPM plugin.
-----------------------