PlaceboFoldResult#
- class causalpy.checks.placebo_in_time.PlaceboFoldResult[source]#
Result of a single placebo fold.
- pseudo_treatment_time#
The shifted treatment time for this fold.
- Type:
Any
- experiment#
The fitted experiment for this fold.
- Type:
- cumulative_impact_samples#
Posterior samples of the cumulative (summed) impact for this fold.
- Type:
xr.DataArray
Methods
PlaceboFoldResult.__init__(fold, ...)Attributes
- __init__(fold, pseudo_treatment_time, experiment, cumulative_impact_samples, fold_mean, fold_sd)#
- classmethod __new__(*args, **kwargs)#