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?
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.