Definition:
ppod is the (non-conditional) probability:
ppod = p(decision = positive)
or the base rate (or baseline probability)
of a decision being positive (but not necessarily accurate/correct).
Perspective:
ppod classifies a population of N individuals
by decision (ppod = dec_pos/N).
ppod is the "by decision" counterpart to prev
(which adopts a "by condition" perspective).
Alternative names:
base rate of positive decisions (PR),
proportion predicted or diagnosed,
rate of decision = positive cases
In terms of frequencies,
ppod is the ratio of
dec_pos (i.e., hi + fa)
divided by N (i.e.,
hi + mi + fa + cr):
ppod = dec_pos/N = (hi + fa)/(hi + mi + fa + cr)
Dependencies:
ppod is a feature of the decision process
or diagnostic procedure.
However, the conditional probabilities
sens, mirt,
spec, fart,
PPV, and NPV
also depend on the condition's prevalence prev.