Quant Memo
Statistics/●●●●

False-alarm rate of a fraud flag threshold

A fraud model outputs a score XX. For legitimate transactions (H0H_0), XNormal(50,10)X \sim \text{Normal}(50, 10). For fraudulent ones (H1H_1), XNormal(80,10)X \sim \text{Normal}(80, 10). The rule flags "fraud" whenever X>70X > 70.

What is the probability of a type I error (flagging a legitimate transaction)?

Your answer

More Statistics questions