cond_false is a frequency that describes the
number of individuals in the current population N
for which the condition is FALSE (i.e., actually false cases).
Details
Key relationships:
to probabilities: The frequency of
cond_falseindividuals depends on the population sizeNand the complement of the condition's prevalence1 - prevand is split further into two subsets offaby the false alarm ratefartandcrby the specificityspec.Perspectives:
by condition:
The frequency
cond_falseis determined by the population sizeNtimes the complement of the prevalence(1 - prev):by decision:
a. The frequency
fais determined bycond_falsetimes the false alarm ratefart = (1 - spec)(aka.FPR):fa = cond_false x fart = cond_false x (1 - spec)b. The frequency
cris determined bycond_falsetimes the specificityspec = (1 - fart):
to other frequencies: In a population of size
Nthe following relationships hold:
Current frequency information is computed by
comp_freq and contained in a list
freq.
References
Consult Wikipedia: Confusion matrix for additional information.
See also
is_freq verifies frequencies;
num contains basic numeric parameters;
init_num initializes basic numeric parameters;
freq contains current frequency information;
comp_freq computes current frequency information;
prob contains current probability information;
comp_prob computes current probability information.
Other frequencies:
N,
cond_true,
cr,
dec_cor,
dec_err,
dec_neg,
dec_pos,
fa,
hi,
mi
