|
|
|
__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 . |
source code
|
|
Inherited from misc.state.ClassWithCollections :
__getattribute__ ,
__new__ ,
__setattr__ ,
__str__ ,
reset
Inherited from object :
__delattr__ ,
__hash__ ,
__reduce__ ,
__reduce_ex__
|