dec_neg
is a frequency that describes the
number of individuals in the current population N
for which the decision is negative (i.e., cases not called or not predicted).
Details
Key relationships:
to probabilities: The frequency of
dec_neg
individuals depends on the population sizeN
and the decision's proportion of negative decisions(1 - ppod)
and is split further into two subsets ofcr
by the negative predictive valueNPV
andmi
by the false omission rateFOR = 1 - NPV
.Perspectives:
by condition:
The frequency
dec_neg
is determined by the population sizeN
times the proportion of negative decisions(1 - ppod)
:by decision:
a. The frequency
cr
is determined bydec_neg
times the negative predictive valueNPV
:b. The frequency
mi
is determined bydec_neg
times the false omission rateFOR = (1 - NPV)
:
to other frequencies: In a population of size
N
the 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_false
,
cond_true
,
cr
,
dec_cor
,
dec_err
,
dec_pos
,
fa
,
hi
,
mi