expand {hypergate}R Documentation

expand

Description

Test (some) possible expansions of the hyperrectangle

Usage

expand(
  FN = envir$FN,
  FNTN_matrix = envir$FNTN_matrix,
  TP = envir$TP,
  TN = envir$TN,
  n = envir$n,
  beta = envir$beta2,
  envir = parent.frame()
)

Arguments

FN

integer: current number of FP

FNTN_matrix

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

TP

integer: current number of TP

TN

integer: current number of TN

n

passed to f

beta

Passed from the top-level function

envir

Coreloop environment


[Package hypergate version 0.8.5 Index]