Back to the main page.

Bug 960 - rename statistics_montecarlo and such into ft_statistics_montecarlo

Status CLOSED FIXED
Reported 2011-09-14 09:55:00 +0200
Modified 2012-12-31 11:46:23 +0100
Product: FieldTrip
Component: core
Version: unspecified
Hardware: PC
Operating System: Mac OS
Importance: P1 normal
Assigned to: Robert Oostenveld
URL:
Tags:
Depends on:
Blocks:
See also:

Robert Oostenveld - 2011-09-14 09:55:58 +0200


Robert Oostenveld - 2011-09-14 09:57:45 +0200

This should be doable with relatively little pain by allowing either ft_statistics_montecarlo statistics_montecarlo or in general ft_statistics_xxx statistics_xxx whenever cfg.method=xxx is specified in one of the three main statistics functions Initially this affects: manzana> grep statistics_.*method *.m ft_freqstatistics.m:if exist(['statistics_' cfg.method], 'file') ft_freqstatistics.m: statmethod = str2func(['statistics_' cfg.method]); ft_sourcestatistics.m: if exist(['statistics_',cfg.method]), ft_sourcestatistics.m: statmethod = str2func(['statistics_' cfg.method]); ft_sourcestatistics.m: if exist(['statistics_' cfg.method]) ft_sourcestatistics.m: statmethod = str2func(['statistics_' cfg.method]);


Robert Oostenveld - 2011-09-14 09:58:21 +0200

@vladimir: do you foresee any problems with SPM8


Robert Oostenveld - 2011-09-14 09:59:43 +0200

this would facilitate documentation, e.g. by providing the corresponding clickable "see also" links in pages such as http://fieldtrip.fcdonders.nl/reference/ft_timelockstatistics


Vladimir Litvak - 2011-09-14 10:47:14 +0200

No, we are not using these functions and we don't update FT in SPM8 any more (In reply to comment #2) > @vladimir: do you foresee any problems with SPM8


Robert Oostenveld - 2012-11-23 20:07:45 +0100

This has been done by Eelke in rev 6328 some time ago.


Robert Oostenveld - 2012-12-31 11:46:23 +0100

closed several bugs that have been resolved for some time. Feel free to reopen the bug if you disagree.