|
|
|
|
|
__repr__(self,
prefixes=[])
String definition of the object of ClassWithCollections object |
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
|
|
|
|
p(self,
x,
**kwargs)
Returns the p-value for values of x.
Returned values are determined left, right, or from any tail
depending on the constructor setting. |
source code
|
|
|
Inherited from misc.state.ClassWithCollections:
__getattribute__,
__new__,
__setattr__,
__str__,
reset
Inherited from object:
__delattr__,
__format__,
__hash__,
__reduce__,
__reduce_ex__,
__sizeof__,
__subclasshook__
|