Post-Processing
Indicator resolution (for example in time or space) is a post-processing step in our framework.
Specification
It can be exposed through the provided frontend by exposing the
hccd-specified interface:
- class IResolveRegimeStructure
Interface specifying how to expose (custom) implementations of approximate regime-structure resolution for post-processing.
- resolve_model_indicator(model_indicator) ndarray
Resolve a model-indicator.
- Parameters:
model_indicator (state-space construction specific encoding) – model-indicator
- Returns:
Resolved (in index-space) indicator.
- Return type:
np.ndarray
Implementations
For the current baseline state-space-construction state_space_construction,
resolution is possible for example through representing CI-tests
ModelIndicator.representor.
A preliminary implementation is given in ResolveByRepresentor.