BaseGammaGammaModel.distribution_new_customer_spend#

BaseGammaGammaModel.distribution_new_customer_spend(n=1, random_seed=None)[source]#

Posterior distribution of mean spend values for new customers.

Parameters:
nint, optional

Number of posterior distributions to generate. This can usually be left at the default value of 1.

random_seedRandomState, optional

Optional random seed to fix sampling results.