A new breakdown every week — read the newsletter →
PeopleBusinessesToolsNewsletter
StrategiesMental ModelsDecision ToolsBusiness ModelsFrameworksMoats
LearnBook SummariesReading ListsGuidesQuote Collections
Artificial Intelligence Learning PathsWhat should I study? AboutContact
Mental Model

Threshold Rule

TR
Computer Science & Algorithms

A threshold rule is a decision rule that triggers an action when a quantity crosses a level: "if x ≥ T, do A; else do B." It turns a continuous or noisy signal into a discrete...

The core idea

A threshold rule is a decision rule that triggers an action when a quantity crosses a level: "if x ≥ T, do A; else do B." It turns a continuous or noisy signal into a discrete...

Connected