HSGPBase#
- pydantic model pymc_marketing.mmm.hsgp.HSGPBase[source]#
Shared logic between HSGP and HSGPPeriodic.
Methods
HSGPBase.__init__(**data)Create a new model by parsing and validating input data from keyword arguments.
HSGPBase.create_variable(name[, xdist])Create a variable from configuration.
Name of the Deterministic variables that are replaced with pm.Flat for out-of-sample.
HSGPBase.plot_curve(curve[, n_samples, ...])Plot the curve.
Register the data to be used in the model.
HSGPBase.sample_prior([coords])Sample from the prior distribution.
Convert the object to a dictionary.