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
idataReturn the InferenceData object of the model.
supports_bayessupports_ols- __new__(**kwargs)#