BaseExperiment#

class causalpy.experiments.base.BaseExperiment[source]#

Base class for quasi experimental designs.

Methods

BaseExperiment.__init__([model])

BaseExperiment.bayesian_plot(*args, **kwargs)

Abstract method for plotting the model.

BaseExperiment.ols_plot(*args, **kwargs)

Abstract method for plotting the model.

BaseExperiment.plot(*args, **kwargs)

Plot the model.

BaseExperiment.print_coefficients([round_to])

Ask the model to print its coefficients.

Attributes

idata

Return the InferenceData object of the model.

supports_bayes

supports_ols

__init__(model=None)[source]#
__new__(**kwargs)#