Economics Flashcards
What is omnichannel price strategy
Using the same price in every channel (e.g. online and offline). This strategy is believed to improve customer loyalty.
Why can an AI price optimization model improve scalability and consistency?
Because you don’t need to train new managers to set prices manually by intuition; the software does the job.
How can requirements of double blind study (i.e. medicine and placebo) prevent development of new cancer drugs
The incentives for patients to join such a study are low, as they risk getting a placebo treatment when they are in a serious need for proper treatment.
What is “skin in the game”
To have incurred risk (monetary or otherwise) by being involved in achieving a goal.
What is CAGR?
CAGR = compound annual growth rate, roughly speaking the “average” growth rate in the time period. CAGR = (end_balance/start_balance)^(1/n) -1
What is price elasticity of demand?
Price Elasticity of Demand = % Change in Quantity Demanded / % Change in Price. A product is elastic if the above coefficient is above 1, and inelastic if the coefficient is less than 1.
What is KVI (key value item)
The items in store where the customers are price sensitive, and actually know if the product’s price is large or not.
What is a simple, typical price strategy for setting prices for KVIs and non-KVI products?
Prices for KVI products should have low margins because the customers actually care about these prices, while the store can have higher margins on non-KVIs, and make most of their money there.
What is dynamic pricing
A price strategy in which businesses set flexible prices for products or service based on current market demands. Also, it may be used deliberately in data science project to find price elasticity.
Nevn et eksempel der dynamisk prising kan være upopulært.
Under kuldebølger vil etterspørsel etter strøm stige, og med dynamisk prising vil prisene også stige - noe som rammer hardest de som har minst penger.
What is the difference between dynamic pricing based on a group and on time
Group: different individuals get a different price based on what they are willing to pay (this may in some cases be illegal)
Time: the price of a product changes because market demand changes with time.
What does Shoshana Zuboff mean by saying that surveillance capitalism leads to economies of action?
Not only do Google & Facebook predict behavior (such as predicting probability that a user will click on an ad), but they try to explicitly change actions in the real world, such as making people visit places in Pokemon GO.
What is fast fashion retail?
Instead of having the production in developing countries, much of the production is local. This gives a higher labor cost, but also more flexibility to change production according to market demand.
Given two variables: product life cycle, and demand function change. Under which conditions can the passive price optimization (learning demand function without actively exploring) be efficient?
If product life cycle is long, and demand function does not change rapidly; thsi
What is one problem with the incentives on developing antibiotics compared to for example blood pressure medicine?
Antibiotics are, ideally, supposed to be used very rarely, hence it’s hard to make money on them. Blood pressure medicine, on the other hand, are used all the time for the rest of the patience’s life.
Why are multi armed bandits more effective than A/B testing (in cases with multiple arms).
- You learn immediately (i.e. you don’t have to wait until the end of the test period to check if something is statistically significant better than the other)
- You stop wasting resources on bad options rather fast (in the A/B, if one option is really bad, you still have to choose that option throughout the test period)
- You get most of your data where you want, helping you to separate “good” and “great” candidates (it may take a while to get there with normal A/B-testing)
Explain collaborative filtering and content filtering in terms of recommendation systems.
Collaborative filtering is giving recommendations based on recognizing similarities across users; content filtering identifies new items that matches with existing items.
What’s your new Telia pin code
3900
What is predatory pricing?
A strategy where you reduce prices on the market to try to become a monopolist. This is illegal in many countries, but hard to prove, and I guess there’s always a fine line where some degree of predatory pricing is allowed.
What is a confounding variable?
If you have a correlation between A and B, there may be a confounding variable C that causes both A and B.
What is non-parametric statistics?
A branch of statistics based on either distribution free data, or having a specified distribution with the parameters not specified. A histogram, or a kernel density estimation, are examples of non-parametric models.
How is first margin defined?
First margin = volume*(price_sold - price_bought)
How is second margin defined, and why does it make sense to use it?
Second margin = First margin - volume_in_stock(handling_cost + price_boughtcapital_loss)
Second margin puts a cost on having items in stock, which makes sense.