Summary
The paper reforms the standard latent class (finite mixture) model around an observation about how it is actually used: researchers almost always rank and label the estimated classes ex post by their class-specific expected values ("low users" vs. "high users"), yet the model itself is estimated with class probabilities that ignore that ordering. Brown, Greene and Harris propose (i) enforcing the expected-value ordering across classes during estimation through an exponential-increment recursion on the latent indices, and (ii) replacing the standard multinomial-logit (MNL) class-assignment probabilities with a more parsimonious ordered (probit/logit) specification consistent with that ranking. On UK BMI data the MNL formulation supported only two classes while the ordered formulation supported up to five.
Key Claims
- The class-assignment MNL is the weak link. In a generalised LCM the mixing probabilities are made covariate-dependent via MNL, πq=exp(zi′γq)/∑kexp(zi′γk) (eq. 3). This adds kz parameters per extra class, so models blow up in size, hit numerical non-convergence, and — because the number of classes Q∗ is chosen by information criteria IC(Q)=−2ℓ^Q+λNpQ (BIC/AIC/CAIC/HQIC) whose penalty grows in pQ — are pushed toward a Q∗ that is "too small."
- MNL also carries Independence of Irrelevant Alternatives (IIA). The odds of belonging to class 1 vs. class 2 shouldn't depend on whether classes 3–5 exist, yet MNL imposes exactly that — untenable when the number of latent classes is itself unknown.
- Enforce the ranking in estimation. Since class labels are monotone in the index xi′βq, imposing xi′β1≤xi′β2≤⋯≤xi′βQ is necessary and sufficient for EV1≤⋯≤EVQ. They achieve it with the recursion EVi,q∗=EVi,q−1∗+exp(xi′βq), so each βq (q>1) reads directly as a differential effect relative to the previous class.
- Ordered class-assignment probabilities. Replace MNL with an ordered-probability specification for the class index, which respects the ordering and is far more parsimonious (one index rather than Q−1 MNL parameter vectors).
- Within-class density is generic. fq(yi∣xi,θq) can be linear regression, ordered probit/logit, Poisson/negative binomial, or Tobit — the ordering machinery (via model-specific EVi,1) adapts to each.
- Empirical + Monte Carlo evidence. On British Household Panel Survey BMI data the traditional MNL LCM estimated only 2 classes; the ordered approach favoured 5. A small Monte Carlo (100 reps) showed the standard technique is fragile and the ordered one robust across data-generating processes for the class-assignment probabilities.
Concepts Introduced or Extended
Entities Mentioned
Quotes
"A priori, nothing is known about the behaviours within each class; but ex post, researchers invariably label the classes according to expected values, however defined, within each class."
"We enforce ordering in the EVs across classes and suggest an ordered probabilistic specification for the class assignment probabilities."
My Take
The insight is small but genuinely useful: the field's universal ex post ritual — sort the classes, call them "low/high", interpret the gradient — is smuggled in after estimation, and the paper simply moves it into estimation, where it buys both interpretability (the exp(⋅) increments are differential effects) and parsimony (one ordered index instead of a fan of MNL vectors that the information criteria then punish). It is essentially a targeted fix to the latent class model's worst practical failure mode — being unable to fit more than a couple of classes before the covariate-laden MNL assignment equation stops converging. The cost is that it only helps when class membership depends on covariates and the outcome carries a real ordinal/cardinal notion; for unordered typologies (the classic diagnostic-accuracy or brand-choice use) it collapses to a reparameterisation and buys nothing. The Monte Carlo is thin (100 reps, results "available on request"), so I read the empirical BMI 2-vs-5-class contrast as the load-bearing evidence rather than the simulation.