TanhSaturationParameters#
- class pymc_marketing.mmm.transformers.TanhSaturationParameters(b: Variable | Sequence[Variable] | ArrayLike, c: Variable | Sequence[Variable] | ArrayLike)[source]#
Container for tanh saturation parameters.
- Parameters:
- b
pt.TensorLike
Saturation
- c
pt.TensorLike
Customer Aquisition Cost at 0.
- b
Methods
TanhSaturationParameters.__init__
(*args, ...)Change the parameterization to baselined at \(x_0\).
TanhSaturationParameters.count
(value, /)Return number of occurrences of value.
TanhSaturationParameters.index
(value[, ...])Return first index of value.
Attributes
b
Alias for field number 0
c
Alias for field number 1