|
|
|
__init__(self,
metrics,
compare=None,
small=1e-10,
noStrings=False,
failureValue=None)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
|
|
_makeEmptyTable(self)
Create an empty table to fill the data in |
source code
|
|
|
compare(self)
Get a separate Data2DStatistics with the compare-data (if present) |
source code
|
|
|
|
|
|
|
range(self)
Return a table with the ranges of the data |
source code
|
|
|
relativeAverageError(self)
Return a table with the relative average error |
source code
|
|
|
relativeError(self)
Return a table with the relative error |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|