-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a6514ec
commit 7bd8433
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,24 @@ | ||
# Stat4Ci-Toolbox | ||
|
||
Functions to analyze Classification Images | ||
|
||
DEMOSTAT4CI illustrates the usage of the Stat2Ci toolbox on two classification images from: | ||
Gosselin, F. & Schyns, P. G. (2001). Bubbles: A technique to reveal the use of information | ||
in recognition. Vision Research, 41, 2261-2271. | ||
The Stat4Ci toolbox allows to perform the Pixel and the Cluster tests, both based on Random Field | ||
Theory. These tests are easy to apply, requiring a mere four pieces of information; and they | ||
typically produce statistical thresholds (or p-values) lower than the standard Bonferroni correction. | ||
|
||
An excellent non-technical reference is: | ||
K. J. Worsley (1996) the geometry of random image. Chance, 9, 27-40. | ||
|
||
We borrowed from several sources: the STAT_THRESHOLD function was written by Keith Worsley for the fmristat toolbox | ||
(http://www.math.mcgill.ca/~keith/fmristat); and our DISPLAYCI function calls many functions from the | ||
Image Processing toolbox. | ||
|
||
The Stat4Ci toolbox is free (http://mapageweb.umontreal.ca/gosselif/stat4ci.html); if you use | ||
it in your research, please, cite us: | ||
Chauvin, A., Worsley, K. J., Schyns, P. G., Arguin, M. & Gosselin, F. (2004). A sensitive | ||
statistical test for smooth classification images. | ||
|
||
Alan Chauvin ([email protected]) & Frédéric Gosselin ([email protected]), 20/08/2004 |