|
|
|
|
|
fadd(self,
xs,
sample=False)
Accumulate and return the current count. |
|
|
|
fjb(self,
xs=None,
excess=True,
sample=True)
Accumulate and compute the current Jarque-Bera normality. |
|
|
|
fjb_(self,
*xs,
**sample_excess)
Accumulate and compute the current Jarque-Bera normality. |
|
|
|
fkurtosis(self,
xs=None,
excess=True,
**sample)
Accumulate and return the current kurtosis. |
|
|
|
fkurtosis_(self,
*xs,
**excess_sample)
Accumulate and return the current kurtosis. |
|
|
|
fmedian(self,
xs=None)
Accumulate and return the current median. |
|
|
|
fmedian_(self,
*xs)
Accumulate and return the current median. |
|
|
|
fskewness(self,
xs=None,
**sample)
Accumulate and return the current skewness. |
|
|
|
fskewness_(self,
*xs,
**sample)
Accumulate and return the current skewness. |
|
|
|
|
Inherited from _FstatsBase :
fadd_ ,
fmean ,
fmean_ ,
fstdev ,
fstdev_ ,
fvariance ,
fvariance_
Inherited from _FstatsNamed :
__add__ ,
__float__ ,
__int__ ,
__len__ ,
__neg__ ,
__radd__ ,
__str__ ,
copy ,
fcopy
Inherited from named._Named :
__format__ ,
__imatmul__ ,
__matmul__ ,
__repr__ ,
__rmatmul__ ,
attrs ,
classof ,
dup ,
methodname ,
rename ,
renamed ,
toRepr ,
toStr ,
toStr2
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|