FalsificationResult#

class causalpy.checks.outcome_falsification.FalsificationResult[source]#

Result for a single falsification formula.

formula#

The falsification formula used.

Type:

str

experiment#

The fitted experiment for this formula.

Type:

BaseExperiment

effect_mean#

Posterior mean of the estimated effect.

Type:

float

hdi_lower#

Lower bound of the HDI for the effect.

Type:

float

hdi_upper#

Upper bound of the HDI for the effect.

Type:

float

Methods

Attributes

__init__(formula, experiment, effect_mean, hdi_lower, hdi_upper)#
Parameters:
Return type:

None

classmethod __new__(*args, **kwargs)#