FalsificationResult#
- class causalpy.checks.outcome_falsification.FalsificationResult[source]#
Result for a single falsification formula.
- experiment#
The fitted experiment for this formula.
NonewhenOutcomeFalsificationwas run withstore_experiments=False; in that case only the summary statistics above are retained.- Type:
BaseExperiment | None
Methods
Attributes
- __init__(formula, effect_mean, hdi_lower, hdi_upper, experiment=None)#
- Parameters:
formula (str)
effect_mean (float)
hdi_lower (float)
hdi_upper (float)
experiment (BaseExperiment | None)
- Return type:
None
- classmethod __new__(*args, **kwargs)#