PiecewiseITS.get_plot_data_bayesian#

PiecewiseITS.get_plot_data_bayesian(hdi_prob=0.94)[source]#

Recover the data of the experiment along with prediction and effect information.

Parameters:

hdi_prob (float) – Probability for the highest density interval.

Returns:

DataFrame containing observed data, predictions, and effects.

Return type:

pd.DataFrame