How often does a clean sample hide a failing class?
It's like drawing tickets from a drum where some percentage are losing tickets — you can easily draw an all-winners run and wrongly conclude there are no losing tickets in the drum at all. Adjust the sample size and the true failure rate below, then re-run the simulation to see how often a "clean" check happens purely by chance.
WHY THIS INSTRUMENT EXISTS
A single accuracy number can describe a tool that performs well on average while reliably missing one class of failure — the rare, consequential kind that a golden set weighted toward easy cases will not reveal.
Simulating repeated sampling against a known failing class shows how often a clean-looking evaluation run can occur even when a real weakness is present, which is the honest argument for testing composition, not just testing volume.