Market Segmentation

market-segmentationconsumer-heterogeneitymixture-modelmarketingdiscrete-choiceclustering

Definition

Market segmentation is the identification of distinct subgroups of consumers with homogeneous preferences within each group and heterogeneous preferences across groups. In the random utility framework, segmentation models assume the population preference distribution is a finite mixture: p(β)=k=1Kπkδβkp(\beta) = \sum_{k=1}^K \pi_k \, \delta_{\beta_k} (latent class model) or a continuous distribution such as p(β)N(βˉ,Vβ)p(\beta) \sim \mathcal{N}(\bar\beta, V_\beta) (hierarchical Bayes / random-coefficient model).

Key Ideas

How It Works

HB models for segmentation use a three-block Gibbs sampler: (1) individual parameters βiβˉ,Vβ,yi\beta_i | \bar\beta, V_\beta, y_i; (2) population mean βˉ{βi},Vβ\bar\beta | \{\beta_i\}, V_\beta; (3) covariance Vβ{βi},βˉV_\beta | \{\beta_i\}, \bar\beta. See Bayesian Hierarchical Model.

Related