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

dataclass

Returns the same class as was passed in, with dunder methods added based on the fields defined in the class.

field

Return an object to identify dataclass fields.

Classes

StationaryIndicatorResult

Result of PairwiseComparisonNumerical.estimate_stationary_indicators.