R/halving.R
ExpTests.halving.Rd
Extract the expected number of tests from objects of class "halving" returned by
halving
(halving).
# S3 method for class 'halving'
ExpTests(object, ...)
A data frame containing the columns:
the expected number of tests required to decode all individuals in the algorithm.
the expected number of tests per individual.
The percent reduction in the number of tests; 100 * (1 - ExpTestsPerIndividual).
The percent increase in testing capacity when the algorithm is applied to a continuous stream of specimens; 100 * (1/ExpTestsPerIndividual - 1).
Bilder, C., Iwen, P., Abdalhamid, B., Tebbs, J., McMahan, C. (2020). “Tests in short supply? Try group testing.” Significance, 17, 15.