|
|
|
|
|
__add__(self,
other)
Sum of this and a scalar, an Fsum or an
other instance. |
|
|
|
|
__iadd__(self,
other)
Add a scalar, an Fsum or an other instance to this instance. |
|
|
|
|
__radd__(self,
other)
Not implemented. |
|
|
|
|
fadd(self,
xs,
sample=False)
Accumulate and return the current count. |
|
|
|
|
fcopy(self,
deep=False,
name='')
Copy this instance, shallow or deep. |
|
|
|
|
copy(self,
deep=False,
name='')
Copy this instance, shallow or deep. |
|
|
|
|
fjb(self,
xs=(),
sample=True,
excess=True)
Accumulate and compute the current Jarque-Bera normality. |
|
|
|
|
fjb_(self,
*xs,
**excess_sample)
Accumulate and compute the current Jarque-Bera normality. |
|
|
|
|
fkurtosis(self,
xs=(),
sample=False,
excess=True)
Accumulate and return the current kurtosis. |
|
|
|
|
fkurtosis_(self,
*xs,
**excess_sample)
Accumulate and return the current kurtosis. |
|
|
|
|
fmean(self,
xs=())
Accumulate and return the current mean. |
|
|
|
|
fmedian(self,
xs=())
Accumulate and return the current median. |
|
|
|
|
fmedian_(self,
*xs)
Accumulate and return the current median. |
|
|
|
|
fskewness(self,
xs=(),
sample=False)
Accumulate and return the current skewness. |
|
|
|
|
fskewness_(self,
*xs,
**sample)
Accumulate and return the current skewness. |
|
|
|
|
fstdev(self,
xs=(),
sample=False)
Accumulate and return the current standard deviation. |
|
|
|
|
fvariance(self,
xs=(),
sample=False)
Accumulate and return the current variance. |
|
|
|
Inherited from _StatsBase:
__len__,
fadd_,
fmean_,
fstdev_,
fvariance_
Inherited from named._Named:
_DOT_,
__imatmul__,
__matmul__,
__repr__,
__rmatmul__,
__str__,
attrs,
classof,
dup,
rename,
toRepr,
toStr,
toStr2
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__sizeof__,
__subclasshook__
|