Skip to content

Releases: markallenthornton/MatlabTFCE

Bug fix

21 Dec 16:56
9fcb55e
Compare
Choose a tag to compare

Incorporates a number of bug fixes made since the last major release.

Nuisance regressors

14 Jul 17:11
Compare
Choose a tag to compare

Added the ability to specify nuisance regessors in multiple regression. These regressors will be included in the model, but not subjected to TFCE, thereby reducing run time.

Progress and Parallelism

13 Jul 22:07
Compare
Choose a tag to compare

Command line feedback has been added for convenience. This includes a progress bar that runs during the permutation process so that users can observe the speed of execution live.

Additionally, parallel processing is now supported for all analyses via the command line or GUI. A new parameter "numworkers" specifies the number of parallel Matlab workers assigned to the permutation process. This has the potential to substantially accelerate the process on multi-core workstations and clusters. Acceleration appears almost linear (as a function of workers) on a quad-core workstation.

Multiple regression

10 Jul 01:41
Compare
Choose a tag to compare

Added support for TFCE-corrected multiple linear regression (at the random effects level) to the package. Produces corrected maps for each predictor in model. Between-subjects ANOVA and ANOCVA now possible through this approach (with appropriate variable coding). Also removed dependency on Mathworks stats package (randsample).

Initial release

15 May 19:21
Compare
Choose a tag to compare

Initial public release, featuring t-tests, correlation and ANOVAs

Bugfix'd build

06 Apr 21:13
Compare
Choose a tag to compare
Fixed one-tailed correlation bug

Also added one-tailed correlation demo

v0.1.1-beta

25 Dec 02:15
Compare
Choose a tag to compare
v0.1.1-beta Pre-release
Pre-release

v0.1.1-beta

Feature complete initial version of the package.
Initial testing completed, FWE appropriate.
Wider testing and validation still needed.