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_contributionstrThe variable for which to get the contributions. It must be a valid variable in the fit_result attribute. original_scalebool, optionalWhether to plot in the original scale. Returns: DataArrayThe posterior distribution of the time series contributions.