To provide the most recent news and documentation www.pymvpa.org reflects the development 2.0 series (renamed 0.6 series) of PyMVPA. If you are interested in the documentation of the previous stable 0.4 series of PyMVPA, please visit v04.pymvpa.org.

mvpa2.clfs.stats.AdaptiveNullDist

Inheritance diagram of AdaptiveNullDist

class mvpa2.clfs.stats.AdaptiveNullDist(dist, **kwargs)

Adaptive distribution which adjusts parameters according to the data

WiP: internal implementation might change

Parameters :

dist : distribution object

This can be any object the has a cdf() method to report the cumulative distribition function values.

enable_ca : None or list of str

Names of the conditional attributes which should be enabled in addition to the default ones

disable_ca : None or list of str

Names of the conditional attributes which should be disabled

tail : {‘left’, ‘right’, ‘any’, ‘both’}

Which tail of the distribution to report. For ‘any’ and ‘both’ it chooses the tail it belongs to based on the comparison to p=0.5. In the case of ‘any’ significance is taken like in a one-tailed test.

descr : str

Description of the instance

fit(measure, wdata, vdata=None)

Cares about dimensionality of the feature space in measure

NeuroDebian

NITRC-listed