HDIResult#

class impulso.results.HDIResult(*, lower, upper, prob)[source]#

Bases: ImpulsoBaseModel

Structured HDI output with separate lower/upper bounds.

Parameters:
lower#

DataFrame of lower HDI bounds.

Type:

pandas.DataFrame

upper#

DataFrame of upper HDI bounds.

Type:

pandas.DataFrame

prob#

HDI probability level.

Type:

float

model_config = {'arbitrary_types_allowed': True, 'frozen': True}#

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].