Methods¶
Summary¶
method |
class parent |
truncated documentation |
---|---|---|
WeightedArray |
Addition |
|
WeightedSeries |
Tries first to see if class Series has this attribute and then tries @see cl WeightedDoubleAccessor. |
|
WeightedArray |
Overwrites the constructor to force dtype to be @see cl WeightedSeriesDtype. |
|
WeightedDoubleAccessor |
||
WeightedSeries |
Overwrites the constructor to force dtype to be @see cl WeightedSeriesDtype. |
|
WeightedDoubleAccessor |
||
WeightedArray |
Multiplication |
|
WeightedSeriesDtype |
usual |
|
WeightedSeriesDtype |
usual |
|
WeightedArray |
Soustraction |
|
WeightedArray |
Division |
|
WeightedDoubleAccessor |
||
WeightedArray |
is nan? |
|
WeightedDoubleAccessor |
Tells if values are missing. |
|
KThread |
Kills the thread if not alreayd finished. Source: Python-Kill-Thread-Extension. … |