You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
where $I,T,J$ is the number of customers, number of periods, number of choices, respectively. In this work, I set last choice as a baseline model ($\alpha_{-1}=0$).
2. Latent Class MNLogit
To introduce heterogeneity of customer, we extend the MNLogit model with $s$ customer segments:
$$U_{ijt}=\alpha_s+\beta_s X_{ijt}+\epsilon_{ijt}$$
The conditional probability that each individual $i$ choose brand
$y_{it}=c$ is:
The individual conditional likelihood is:
$$
L_{i|s}=\prod_{i=1}^{T}\prod_{j=1}^{J}Prob(y_{it|s}=c)^{\mathbf{1}{y{it}=c}}
$$
Hence the unconditional log-likelihood is:
where $Z_i$ is the latent feature for inferring the latent segments, $\pi_s$ is the segment size (the probability of the segment), $\gamma_s$ are the corresponding parameters. In this work, I set last choice as a baseline model ($\alpha_{-1}=0$) and the last segment as a baseline segment ($\gamma_{-1}=0$).
3. MNLogit with state dependence
To introduce dynamics, we extend the MNLogit model with state dependence $Y_{ijt-1}$: