Dataford
Interview QuestionsInterview GuidesExperiencesMock InterviewsPricing
Get started

Confidence Interval for Fraud Loss Change

EasyStatistics & Probability00:00
Practice interviewer
In session
5 left
00:00

Your question is Confidence Interval for Fraud Loss Change. Take a moment with it on the right.

Talk me through your thinking if you like. When you're confident, submit your answer and I'll grade it like a real screen (7/10 or better passes).

You need to log in / sign up to chat or submit.

Problem

Business Context

PayWave, a digital payments company, launched a new fraud detection model on a subset of card transactions. Risk leadership wants to know how to interpret the confidence interval around the observed change in fraud loss rate before deciding on a broader rollout.

Problem Statement

Compare fraud loss rates between the old model (control) and the new model (treatment), compute a 95% confidence interval for the change in loss rate, and explain what that interval means for the business.

Given Data

Fraud loss rate is defined as the proportion of transactions that resulted in confirmed fraud loss.

GroupTransactionsFraud-loss transactionsObserved loss rate
Control (old model)80,0001,0401.30%
Treatment (new model)82,0009021.10%

Use a 95% confidence level.

Requirements

  1. Define the parameter of interest as the change in fraud loss rate: ptreatment−pcontrolp_{treatment} - p_{control}ptreatment​−pcontrol​.
  2. Compute the sample fraud loss rates for both groups.
  3. Calculate the standard error for the difference in proportions using the unpooled formula for a confidence interval.
  4. Construct the 95% confidence interval for the change in fraud loss rate.
  5. State whether the interval suggests a statistically significant reduction in fraud loss.
  6. Interpret the interval in plain business language, including what it does and does not mean.

Assumptions

  • Transactions were randomly assigned between control and treatment.
  • Each transaction outcome is independent for the purpose of this approximation.
  • Sample sizes are large enough for the normal approximation to hold.
  • Use a two-sided 95% confidence interval with critical value z0.975=1.96z_{0.975} = 1.96z0.975​=1.96.