A function that takes a Score Function and reduces it down into a discrete set of cases.
Where:
- is the given Event from RV
- is the Score Function
- is the threshold, often determined by a Receiver Operating Characteristic

A function that takes a Score Function and reduces it down into a discrete set of cases.
Ct(x)={01 if S(x)<t if S(x)≥tWhere:
