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?