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δβk (latent class model) or a continuous distribution such as p(β)∼N(βˉ,Vβ) (hierarchical Bayes / random-coefficient model).
Key Ideas
- Latent class approach: assigns each consumer to one of K segments with segment-specific preference vectors βk; class membership is estimated from the data. See Latent Class Model.
- Continuous heterogeneity: the hierarchical Bayes (HB) approach models βi∼N(βˉ,Vβ), enabling individual-level posterior estimates E[βi∣yi] — more flexible than latent classes when the population distribution is unimodal.
- Targeting via tail areas: segment identification is a tail-area problem; the covariance matrix Vβ determines what fraction of consumers exceed any profitability threshold. See Conjoint Analysis for the "extremes argument."
- Post-hoc vs. a priori segmentation: a priori segmentation partitions on observable demographics; post-hoc (model-based) segmentation recovers unobserved preference types from choice behaviour.
How It Works
HB models for segmentation use a three-block Gibbs sampler: (1) individual parameters βi∣βˉ,Vβ,yi; (2) population mean βˉ∣{βi},Vβ; (3) covariance Vβ∣{βi},βˉ. See Bayesian Hierarchical Model.
Related