TanhSaturationBaselined#
- class pymc_marketing.mmm.components.saturation.TanhSaturationBaselined(priors=None, prefix=None)[source]#
Wrapper around tanh saturation function.
For more information, see
pymc_marketing.mmm.transformers.tanh_saturation_baselined().(
Source code,png,hires.png,pdf)
Methods
TanhSaturationBaselined.__init__([priors, ...])TanhSaturationBaselined.apply(x[, dims])Called within a model context.
TanhSaturationBaselined.function(x, x0, ...)TanhSaturationBaselined.plot_curve(curve[, ...])Plot curve HDI and samples.
Plot the HDI of the curve.
Plot samples from the curve.
TanhSaturationBaselined.sample_curve(parameters)Sample the curve of the saturation transformation given parameters.
TanhSaturationBaselined.sample_prior([coords])Sample the priors for the transformation.
Helper to update the priors for a function after initialization.
Attributes
default_priorslookup_namemodel_configMapping from variable name to prior for the model.
prefixvariable_mappingMapping from parameter name to variable name in the model.