MMM.get_ts_contribution_posterior#

MMM.get_ts_contribution_posterior(var_contribution, original_scale=False)[source]#

Get the posterior distribution of the time series contributions of a given variable.

Parameters:
var_contributionstr

The variable for which to get the contributions. It must be a valid variable in the fit_result attribute.

original_scalebool, optional

Whether to plot in the original scale.

Returns:
DataArray

The posterior distribution of the time series contributions.