Select elements from a tail of a distribution.
The default behaviour is to discard the lower tail of a given distribution.
|
|
|
_setTail(self,
tail)
Set the tail to be processed. |
source code
|
|
|
_getNElements(self,
seq)
In derived classes has to return the number of elements to be
processed given a sequence values forming the distribution. |
source code
|
|
|
|
Inherited from misc.state.ClassWithCollections :
__getattribute__ ,
__new__ ,
__repr__ ,
__setattr__ ,
__str__ ,
reset
Inherited from object :
__delattr__ ,
__hash__ ,
__reduce__ ,
__reduce_ex__
|