probability consumer will
Clash Royale CLAN TAG#URR8PPP
up vote
-1
down vote
favorite
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?
optimization
add a comment |Â
up vote
-1
down vote
favorite
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?
optimization
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 9 at 20:41
add a comment |Â
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
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?
optimization
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?
optimization
asked Aug 8 at 20:56
amadzebra
1
1
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 9 at 20:41
add a comment |Â
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 9 at 20:41
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 9 at 20:41
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 9 at 20:41
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
1
down vote
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.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
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.
add a comment |Â
up vote
1
down vote
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.
add a comment |Â
up vote
1
down vote
up vote
1
down vote
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.
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.
answered Aug 8 at 23:22
Sam Anderson
637311
637311
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2876581%2fprobability-consumer-will%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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 9 at 20:41