All in Consumer Sentiments

Discrete Choice Analysis and Price Optimization with Excel

Unlike conjoint analysis that requires consumers to rank the level of each product attribute, discrete choice analysis need not to do that. Conjoint analysis uses multiple linear regression whereas discrete choice analysis adopts logistic regression, using maximum likelihood estimation and the logit model to estimate the ranking of product attributes for the population represented by the sample.

Predicting Consumer Choices with Python

As we can see from the data, we already know the real choices of these 333 commuters. Now it’s time for us to build a predictive model and see how it works on the training data. Today we’ll use a linear combination of the four explanatory variables to predict commuter choice. We will also add a code in the end to evaluate the predictive accuracy of our model.