MATLAB File Help: dml.permutation | View code for dml.permutation | Default Topics |
permutation permutation testing class.
DESCRIPTION
Performs a permutation test on a dataset given a particular
crossvalidator object, a test statistic and a multivariate analysis.
EXAMPLE
m = dml.permutation('stat','accuracy','validator',dml.crossvalidator('mva',{dml.standardizer dml.naive}),'nperm',20,'verbose',true);
m = m.train(X,Y);
p = m.statistic
DEVELOPER
Marcel van Gerven (m.vangerven@donders.ru.nl)
Sealed | false |
Construct on load | false |
permutation | parse options |
nperm | number of permutations |
outcome | outcome of the test statistic |
stat | statistic used to compute performance |
validator | crossvalidator object |
verbose | whether or not to generate diagnostic output |
statistic | return permutation test statistic; | |
train |