Odds represent the ratio of the probability that an event occurs to the probability that it does not occur. Instead of directly expressing likelihood as a proportion (like probability does), odds express it as a comparison between success and failure. Odds are commonly used in fields like gambling, medicine, and logistic regression models.
For example, if the probability of winning a game is 0.75 (75%), the probability of losing is 1 – 0.75 = 0.25 (25%). The odds of winning are calculated as:
0.75 / 0.25 = 3
This results indicate the odds are 3 to 1 in favor of winning. In contrast, if the probability of winning is 0.25 (25%), the probability of losing is 1 – 0.25 = 0.75 (75%), and the odds of winning would be 0.25 divided by 0.75, which equals about 0.33. This means the odds are about 1 to 3 against winning.
« Back to Glossary Index