From d12baf76f98412d9273cdd2b3525b535fd87c766 Mon Sep 17 00:00:00 2001 From: Spencer Smith <smiths@mcmaster.ca> Date: Thu, 29 Mar 2018 07:41:22 -0400 Subject: [PATCH] Clarification that M is in the net, not the lake for estimating number of fish (errors) --- Lectures/L32_WhiteBoxTesting/WhiteBoxTesting.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lectures/L32_WhiteBoxTesting/WhiteBoxTesting.tex b/Lectures/L32_WhiteBoxTesting/WhiteBoxTesting.tex index 1702257e..63c63217 100755 --- a/Lectures/L32_WhiteBoxTesting/WhiteBoxTesting.tex +++ b/Lectures/L32_WhiteBoxTesting/WhiteBoxTesting.tex @@ -133,7 +133,7 @@ TBD \item Common analogy involves planting fish in a lake to estimate the fish population \item T = total number of fish in the lake (to be estimated) \item N = fish stocked (marked) in the lake -\item M = total number of fish caught in lake +\item M = total number of fish caught \item M' = number of marked fish caught \item T = (M - M')*N/M' \item Artificially seed faults, discover both seeded and new faults, estimate -- GitLab