plotting#
Plotting functions for the Bass diffusion model.
Each function takes a fitted BassModel
and returns a (Figure, ndarray of Axes) tuple, following the convention
of pymc_marketing.plot.plot_curve(). Multi-product models plot one
subplot per product; pass product to select a single one.
The functions are also exposed as plot_* methods on
BassModel.
Functions
|
Plot the posterior adoption curve with the observed data. |
|
Plot the cumulative adoption S-curve with the observed data. |
|
Plot the adoption decomposition into innovators and imitators. |
|
Plot the posterior distribution of the peak adoption time. |