MATLAB File Help: dml.permutation View code for dml.permutation Default Topics
dml.permutation
  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)
Class Details
Sealed false
Construct on load false
Constructor Summary
permutation parse options 
Property Summary
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 
Method Summary
  statistic return permutation test statistic;  
  train