-1

So I've been reading "Competition-Based Dynamic Pricing in Online Retailing: A Methodology Validated with Field Experiments" by Fisher, Gallino, and Li. Within the paper they provide a formula that calculates the probability Prjr that a consumer will purchase a product at a retailer given a price pjr

probability formula in question, located on page 14 in paper

I'd like to create an algorithm using this formula that will return the price of a product that maximizes the probability that a consumer will purchase the product, however I'm not sure where to start with this, mostly with how to manipulate this formula to maximize price. Any advice?

  • Your are making a contradictory statement: saying you want to maximize the probability of purchase, then "maximize price" (which is not well defined). Though, I suspect, what you really want is to find the price that maximizes your revenue or profit.. – Nameless Aug 09 '18 at 20:41

1 Answers1

1

Do a plot by plugging in increasing numbers for the price of said product. This way you can visually see at which price the probability is at its highest.

Alternatively you can do it in a purely theoretical way by taking the derivative of the right-hand side and set it to 0, then solve for the price.