Upgrade to Pro — share decks privately, control downloads, hide ads and more …

What's in a price? How to price your products and services

What's in a price? How to price your products and services

So you have something new to sell: maybe your first book or a hip new SaaS. How do you decide the price? How do you know you're not overpricing? Or underpricing? Why, oh why, did you ever think to sell something?!

Instead of choosing a number by looking inward at your costs, you can use what programmers use best: an abstraction! You'll learn a model for picking the right price for your product and what that price communicates so you can confidently price your next great invention. You'll leave with an actionable list of next steps for pricing your future projects.

See the accompanying blog post at michaeljherold.com.

Michael Herold

April 18, 2018
Tweet

More Decks by Michael Herold

Other Decks in Business

Transcript

  1. At what price do you begin to think the product

    is so inexpensive that you would question its quality?
  2. At what price do you begin to think the product

    is a great deal for the money?
  3. At what price do you begin to think the product

    is getting expensive, but you still might consider it?
  4. At what price do you begin to think the product

    is too expensive to even consider?
  5. A function where the right-hand side is equal to the

    probability that a random variable is less than or equal to x.
  6. A function where the right-hand side is equal to the

    probability that a random variable is less than or equal to x.
  7. A function where the right-hand side is equal to the

    probability that a random variable is less than or equal to x.
  8. A function where the right-hand side is equal to the

    probability that a random variable is less than or equal to x.
  9. A function where the right-hand side is equal to the

    probability that a random variable is less than or equal to x.
  10. A function where the right-hand side is equal to the

    probability that a random variable is less than or equal to x.
  11. cheap = [1.22, 9.99, 4.88, ...] scale = (0.5..10).step(0.5) #=>

    [0.5, 1.0, 1.5 ...] scale.map { |x| cdf(x, observations: cheap) }
  12. cheap = [1.22, 9.99, 4.88, ...] scale = (0.5..10).step(0.5) #=>

    [0.5, 1.0, 1.5 ...] def cdf(x, observations:) end scale.map { |x| cdf(x, observations: cheap) }
  13. A function where the right-hand side is equal to the

    probability that a random variable is less than or equal to x.
  14. A function where the right-hand side is equal to the

    probability that a random variable is less than or equal to x.
  15. cheap = [1.22, 9.99, 4.88, ...] scale = (0.5..10).step(0.5) #=>

    [0.5, 1.0, 1.5 ...] def cdf(x, observations:) end scale.map { |x| cdf(x, observations: cheap) }
  16. cheap = [1.22, 9.99, 4.88, ...] scale = (0.5..10).step(0.5) #=>

    [0.5, 1.0, 1.5 ...] def cdf(x, observations:) count = observations.select { |obs| obs <= x }.count end scale.map { |x| cdf(x, observations: cheap) }
  17. cheap = [1.22, 9.99, 4.88, ...] scale = (0.5..10).step(0.5) #=>

    [0.5, 1.0, 1.5 ...] def cdf(x, observations:) count = observations.select { |obs| obs <= x }.count count / observations.count.to_f end scale.map { |x| cdf(x, observations: cheap) }
  18. Image Credits 1. Business Model icon by Thomas Knopp, from

    the Noun Project. 2. Cricket by Ed Harrison, from the Noun Project. 3. Supply and Demand by Davo Sime, from the Noun Project. 4. Partnership by Vectors Market, from the Noun Project.
  19. Reference Van Westendorp, P. (1976) "NSS - Price Sensitivity Meter

    - A new approach to understanding consumer perception of price." Proceeedings of the ESOMAR Congress.