HDIResult#
- class impulso.results.HDIResult(*, lower, upper, prob)[source]#
Bases:
ImpulsoBaseModelStructured HDI output with separate lower/upper bounds.
- lower#
DataFrame of lower HDI bounds.
- Type:
- upper#
DataFrame of upper HDI bounds.
- Type:
- model_config = {'arbitrary_types_allowed': True, 'frozen': True}#
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].