Back to the main page.
Bug 2206 - implement bootstrap method for statistics
Status |
ASSIGNED |
Reported |
2013-06-23 10:08:00 +0200 |
Modified |
2013-06-23 12:55:15 +0200 |
Product: |
FieldTrip |
Component: |
core |
Version: |
unspecified |
Hardware: |
PC |
Operating System: |
Mac OS |
Importance: |
P3 normal |
Assigned to: |
Robert Oostenveld |
URL: |
|
Tags: |
|
Depends on: |
|
Blocks: |
|
See also: |
|
Robert Oostenveld - 2013-06-23 10:08:02 +0200
as discussed with Guillaume on the way back from Aspet.
steps
1) give guillaume and cyrril a bugzilla account (done)
2) file on bugzilla, gives it a number (hereby)
3) make branch in github (according to number)
4) make test script
5) work on implementation
the test script allows for discussing the desired functionality and user interface.
Robert Oostenveld - 2013-06-23 12:55:15 +0200
I created a branch to work on this in my personal fieldtrip development copy at https://github.com/oostenveld/fieldtrip, see specifically https://github.com/oostenveld/fieldtrip/tree/bug2206-bootstrap
I have made the following changes sofar:
commit b482f31c7cc4efdeecde91f2254e9e3c3e3c663d
restructuring - to allow better code sharing between permutation
and bootstrap, use tmpcfg to pass options to resampledesign
helper function and not full cfg. See
http://bugzilla.fcdonders.nl/show_bug.cgi?id=2206
commit 6f8f320118bdb15af3c6c4389a4b87ceb9e9cc0a
restructuring - use generic numresample option rather than
numrandomize, more consistent and balanced between permutation
and bootstrap methods
commit bd7ffc5535e88e627a77c970a9aa43570e3e9c94
documentation - cleaned up the reference documentation and
provide "see also" section
commit 01be03fb4e655531b62fb4c1941bb5183a35e33c
restructiring - prefer statfun_mean over the builtin matlab
mean function
commit 9f1b2670d433a7e333856b43b9388ab235e2734d
documentation - cleaned up reference help