Hi PyMVPA users,
A simple question:
If I am conducting permutation tests, such as
cv_terr = CrossValidatedTransferError(
TransferError(clf),
NFoldSplitter(),
enable_states=['dist_samples'],
null_dist=MCNullDist(permutations=num_perm,tail='left'))
print 'Corresponding p-value : ', cv_terr.null_prob
How do I call the set of values that are used to calculate the p-value? In
other words, I'd like to plot all values from the permutations (e.g.,
histogram).
"cv_terr.null_dist" does not seem to do the trick here.
Cheers,
John
_______________________________________________
Pkg-ExpPsy-PyMVPA mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-exppsy-pymvpa