Test (some) possible expansions of the hyperrectangle
expand(
FN = envir$FN,
FNTN_matrix = envir$FNTN_matrix,
TP = envir$TP,
TN = envir$TN,
n = envir$n,
beta = envir$beta2,
envir = parent.frame()
)
integer: current number of FP
Boolean matrix of dim (FN, FN + TN), where Mij is TRUE if and only if expanding to include the ith FN in the gate would lead to the inclusion of the jth column event
integer: current number of TP
integer: current number of TN
passed to f
Passed from the top-level function
Coreloop environment