You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: implicit masking for non-float datatypes (cf. #2)
Fix: Do not assume statistic is T when computing cluster forming threshold from P-value (cf. #14)
Update syntax to set the seed of the random number generator (rng)
New SnPM global parameter shuffle_seed. If true, the rng uses a 'shuffle' seed providing different results for each run. If false Matlab's 'default' seed or any seed defined by the user will be used (false will be useful for HCP computing, replication, testing (cf. #3)
Allows MC permutation (with reptitions) for large enough nPerms (cf. #12)
Do not display figures in command-line mode (cf. #6)
Add identifiers to errors and warnings (fixes #13)