Package mvpa :: Package clfs :: Module stats :: Class Distribution
[hide private]
[frames] | no frames]

Class Distribution

source code


Instance Methods [hide private]
 
__init__(self, tail='left')
Cheap initialization.
source code
 
fit(self, measure, wdata, vdata=None)
Implement to fit the distribution to the data.
source code
 
cdf(self, x)
Implementations return the value of the cumulative distribution function (left or right tail dpending on the setting).
source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, tail='left')
(Constructor)

source code 
Cheap initialization.
Overrides: object.__init__