Fatskills
Practice. Master. Repeat.
Study Guide: Principles of Product Management: Making Decisions with Incomplete Data (Bayesian Updating, Expected Value of Information)
Source: https://www.fatskills.com/product-management/chapter/product-management-making-decisions-with-incomplete-data-bayesian-updating-expected-value-of-information

Principles of Product Management: Making Decisions with Incomplete Data (Bayesian Updating, Expected Value of Information)

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~7 min read

Making Decisions with Incomplete Data (Bayesian Updating, Expected Value of Information)



Making Decisions with Incomplete Data (Bayesian Updating, Expected Value of Information)


What This Is

Product managers rarely have perfect data—yet they must ship features, pivot strategies, or kill projects. This guide covers how to make high-quality decisions when information is scarce, uncertain, or conflicting, using Bayesian updating (updating beliefs as new evidence arrives) and Expected Value of Information (EVI) (calculating whether gathering more data is worth the cost). These tools help PMs avoid analysis paralysis, reduce risk, and justify decisions to stakeholders.

Real-world example:
A fintech startup is deciding whether to launch a cash advance feature for gig workers. Early user interviews suggest demand, but retention data from a small pilot is mixed. The PM must decide: launch now, run a larger experiment, or kill the feature—without waiting months for "perfect" data.


Key Terms & Frameworks

  • Bayesian Updating (Bayes’ Theorem):
    Formula: P(H|E) = [P(E|H) × P(H)] / P(E)
  • P(H) = Prior probability (your initial belief about a hypothesis, e.g., "30% of users will adopt the feature").
  • P(E|H) = Likelihood (probability of observing the evidence if the hypothesis is true, e.g., "If 30% adopt, we’d see 50 signups in a 200-user test").
  • P(E) = Marginal probability of the evidence (e.g., "We actually saw 40 signups").
  • P(H|E) = Posterior probability (updated belief after seeing the evidence).
    Why it matters: Forces you to quantify uncertainty and update beliefs systematically.

  • Expected Value of Information (EVI):
    Formula: EVI = Expected Value (with new info) – Expected Value (without new info)

  • Measures how much additional value (e.g., revenue, retention) you’d gain by collecting more data before deciding.
  • If EVI > Cost of gathering info, run the experiment. If not, decide now.
    Example: If running a 2-week A/B test costs $10K but could save $50K in churn, EVI = $40K → worth it.

  • Prior Probability (Base Rate):
    Your initial estimate of an outcome’s likelihood before seeing new data (e.g., "Historically, 10% of new features drive meaningful retention lifts").

  • Posterior Probability:
    Your updated estimate after incorporating new evidence (e.g., "After the pilot, we now believe 15% of users will adopt").

  • Confidence Intervals (CIs):
    A range where the true value likely falls (e.g., "We’re 90% confident adoption will be 12–18%"). Wider intervals = more uncertainty.

  • Minimum Detectable Effect (MDE):
    The smallest change in a metric that your experiment can reliably detect (e.g., "Our test can detect a 5% lift in retention with 80% power"). If your MDE is too large, the test is useless.

  • Opportunity Cost of Delay:
    The cost of not making a decision now (e.g., "If we wait 2 months to launch, we lose $200K in revenue from competitors").

  • ICE Score (Impact, Confidence, Ease):
    A prioritization framework where Confidence is your Bayesian posterior (e.g., "We’re 70% confident this feature will drive a 10% lift").

  • Pre-Mortem Analysis:
    A team exercise where you imagine a feature failed and brainstorm why (e.g., "Users didn’t understand the value prop"). Helps surface hidden assumptions.

  • Decision Trees:
    A visual tool to map possible outcomes, probabilities, and payoffs (e.g., "Launch now: 60% chance of +$100K, 40% chance of -$50K").

  • Sensitivity Analysis:
    Testing how much your decision changes if key assumptions vary (e.g., "What if adoption is 5% instead of 15%?").


Step-by-Step / Process Flow

1. Frame the Decision

  • Define the hypothesis: "Launching the cash advance feature will increase gig worker retention by 10%."
  • List key assumptions: "Users need short-term liquidity," "The UX is intuitive," "Competitors won’t undercut us."
  • Identify metrics: Primary (retention), secondary (adoption rate, NPS), guardrail (fraud rate).

2. Quantify Your Prior Beliefs

  • Estimate base rates: "Historically, 20% of new features drive >5% retention lifts."
  • Assign probabilities: "I’m 40% confident this feature will hit 10% retention lift."
  • Use confidence intervals: "I think adoption will be 10–20% (90% CI)."

3. Gather New Evidence (or Decide If You Should)

  • Run a small experiment: Pilot with 500 users for 2 weeks.
  • Calculate EVI: "If the pilot costs $5K and could save $50K in churn, EVI = $45K → run it."
  • If EVI ≤ 0: Decide now (e.g., "The pilot won’t change our decision, so launch or kill").

4. Update Beliefs with Bayes’ Theorem

  • Plug in the numbers:
  • Prior (P(H)): 40% chance of 10% retention lift.
  • Likelihood (P(E|H)): If true, 70% chance we’d see 40+ signups in 500 users.
  • Evidence (P(E)): We saw 35 signups.
  • Posterior (P(H|E)): ~30% chance of 10% lift (updated belief).
  • Adjust confidence intervals: "Now 8–18% adoption (90% CI)."

5. Make the Decision

  • Compare options:
  • Launch now: 30% chance of +$100K, 70% chance of -$20K.
  • Kill: $0 gain/loss.
  • Run larger test: Costs $20K, but could improve confidence to 60%.
  • Use a decision tree to visualize trade-offs.
  • Choose the option with the highest expected value (e.g., "Launch now: EV = $16K").

6. Communicate the Decision

  • Explain the logic: "We updated our prior from 40% to 30% confidence after the pilot. The expected value of launching now ($16K) outweighs the cost of delay."
  • Highlight risks: "If adoption is <8%, we’ll pull the feature within 30 days."
  • Set a review cadence: "Re-evaluate in 6 weeks with new data."


Common Mistakes

  • Mistake: Ignoring base rates (e.g., assuming a feature will succeed because the team is excited).
    Correction: Always start with historical data (e.g., "Only 20% of similar features succeeded in the past").

  • Mistake: Overvaluing small sample sizes (e.g., "5 users loved it, so we’ll scale!").
    Correction: Use confidence intervals and MDE to assess statistical significance.

  • Mistake: Confusing "no data" with "no evidence" (e.g., "We don’t have data, so we can’t decide").
    Correction: Use Bayesian priors and EVI to make informed decisions with incomplete data.

  • Mistake: Running experiments without calculating EVI (e.g., "Let’s A/B test everything!").
    Correction: Only run tests where the expected value of the info > cost of delay.

  • Mistake: Updating beliefs based on gut feel, not math (e.g., "The data looks bad, but I feel it’ll work").
    Correction: Use Bayes’ Theorem to update beliefs systematically.


PM Interview / Practical Insights

What Interviewers Probe:

  1. "How do you decide when to stop gathering data and make a call?"
  2. Trap: Saying "when the data is clear" (it’s never 100% clear).
  3. Answer: "I calculate EVI—if the cost of gathering more data exceeds the expected value of the info, I decide now. I also consider the opportunity cost of delay."

  4. "A stakeholder says, ‘The data is inconclusive—let’s launch anyway.’ How do you respond?"

  5. Trap: Agreeing without pushing back.
  6. Answer: "I’d ask: What’s our prior belief? What’s the downside risk? If the expected value of launching is negative, we should kill it or run a larger test."

  7. "How do you handle conflicting data (e.g., user interviews say ‘yes,’ but metrics say ‘no’)?"

  8. Trap: Picking the data that supports your bias.
  9. Answer: "I’d use Bayesian updating to weigh the evidence. Qualitative data (interviews) might have a lower ‘likelihood’ than quantitative (metrics), so I’d adjust my posterior accordingly."

Tricky Distinctions:

  • Bayesian vs. Frequentist Statistics:
  • Bayesian: Updates beliefs with new data (e.g., "I thought 30% would adopt, now I think 25%").
  • Frequentist: Only uses current data (e.g., "The test shows 25% adoption with p < 0.05").
  • Why it matters: Bayesian is better for small samples or when you have prior knowledge.

  • EVI vs. ROI:

  • EVI: Value of information (e.g., "Should we run a test?").
  • ROI: Value of action (e.g., "Should we launch?").
  • Example: "The ROI of launching is $50K, but the EVI of testing first is $30K—so we test."


Quick Check Questions

  1. Your team ran a 500-user pilot for a new feature. Adoption was 8%, but your prior was 15%. How do you update your belief?
  2. Answer: Use Bayes’ Theorem to calculate the posterior probability. If the likelihood of seeing 8% adoption given a 15% prior is low, your posterior will drop (e.g., to 10%).
  3. Why: You’re incorporating new evidence to refine your estimate.

  4. You’re deciding whether to launch a feature that could increase revenue by $100K (50% chance) or lose $50K (50% chance). Should you run a $20K test first?

  5. Answer: Calculate EVI. If the test could improve your confidence to 70% chance of success, the expected value of launching after the test is $40K ($100K × 0.7 – $50K × 0.3). EVI = $40K – $25K (current EV) = $15K > $20K cost → no, don’t test.
  6. Why: The test isn’t worth the cost.

  7. A stakeholder says, "The data is noisy—let’s just go with our gut." How do you respond?

  8. Answer: "Let’s quantify the uncertainty. If we’re 60% confident and the downside is small, we can proceed. But if the downside is large, we should run a larger test or kill the feature."
  9. Why: Gut decisions are fine for low-stakes calls, but high-stakes decisions need structured risk assessment.

Last-Minute Cram Sheet

  1. Bayes’ Theorem: P(H|E) = [P(E|H) × P(H)] / P(E) – Update beliefs with new evidence.
  2. EVI: EV(with info) – EV(without info) – Decide whether to gather more data.
  3. Prior Probability: Your initial belief (e.g., "20% chance of success").
  4. Posterior Probability: Updated belief after new data.
  5. Confidence Intervals: Range where the true value likely falls (e.g., "10–20%").
  6. MDE: Smallest change your test can detect (e.g., "5% lift").
  7. Opportunity Cost of Delay: What you lose by waiting (e.g., "$200K in revenue").
  8. ICE Score: Impact × Confidence × Ease – Prioritize features.
  9. ⚠️ Don’t ignore base rates: Always start with historical data.
  10. ⚠️ Small samples ≠ significance: Use confidence intervals and MDE.


ADVERTISEMENT