egttools.numerical.indicators¶
Indicator result types and statistics helpers for PairwiseComparisonNumerical.
The high-level estimate_stationary_indicators method is implemented as a
pybind11 binding directly on the C++ class (see cpp/src/pybind11_files/methods.cpp).
This module supplies:
StationaryIndicatorResult— the dataclass returned by that method._bootstrap_ci— the non-parametric bootstrap helper called from the C++ binding (imported at runtime to avoid circular-import issues).
Functions
Returns the same class as was passed in, with dunder methods added based on the fields defined in the class. |
|
Return an object to identify dataclass fields. |
Classes
Result of |