The Gabor-Granger method is a popular approach for demand-oriented pricing. It helps determine the optimal price point by surveying customers about their willingness to pay and fitting a logistic model to predict purchase probabilities. Let's walk through the steps of using this method with a concrete example.
Step-by-Step Example
Customer Survey:
We conducted a survey with 26 customers, asking about their likelihood to purchase a product at different price points (4, 6, 8, 10, 12 Euro) using a Likert scale (1-5). Here’s the summarized survey data:
We averaged the 26 responses to obtain a probability vector and fit a logistic model to these probabilities: (0.32, 0.31, 0.21, 0.05, 0.04).
Now we fit a logit model.
Logistic Model:
The logistic regression model is fitted as follows:
In this example:
Calculating Optimal Price
Given the fixed cost of 5000 Euro, marginal cost of 3 Euro per unit, and a total market of 10'000 customers, we aim to find the price that maximizes profits.
Calculating Profit
Now, we determine the price that maximizes revenue or profit. Assume fixed costs are €5'000, marginal costs are €3 per unit, and the total market size is 10'000 customers.
The profit calculation involves determining the total revenue and total cost for each price point.
The formulas used are:
The optimal price that maximizes profit is €7.5, yielding a profit of €5'928.79.
Graph of Likelihood of Purchase:
To visualize the logistic curve for purchase probability:
Python code used for graph:
Disadvantages of the Gabor-Granger Method
The Gabor-Granger method is a valuable tool for determining optimal pricing based on customer willingness to pay. However, it has several limitations and drawbacks that businesses should consider:
Survey Bias
Limited to Specific Price Points
Static Nature
Assumes Rational Decision-Making
Conclusion
While the Gabor-Granger method is a useful tool for demand-oriented pricing, it is essential to be aware of its limitations. Businesses should consider these disadvantages and potentially supplement the method with other pricing strategies and market research techniques to develop a more comprehensive and effective pricing strategy.