Calcolatore Corsi Hockey — Formula
## Corsi in Hockey Analytics
Corsi counts all shot attempts (shots on goal + missed shots + blocked shots) as a proxy for puck possession and offensive pressure.
### Formula
**Corsi For (CF) = Shots For + Missed Shots For + Blocked Shots For**
**Corsi For % = CF / (CF + CA) x 100**
A Corsi For % above 50% means the team is generating more shot attempts than it is allowing. Teams with sustained CF% above 52% tend to make the playoffs.
Corsi counts all shot attempts (shots on goal + missed shots + blocked shots) as a proxy for puck possession and offensive pressure.
### Formula
**Corsi For (CF) = Shots For + Missed Shots For + Blocked Shots For**
**Corsi For % = CF / (CF + CA) x 100**
A Corsi For % above 50% means the team is generating more shot attempts than it is allowing. Teams with sustained CF% above 52% tend to make the playoffs.
Esempio Risolto
A team records 30 shots on goal, 12 missed, 8 blocked (for), vs 25, 10, 7 (against).
- CF = 30 + 12 + 8 = 50
- CA = 25 + 10 + 7 = 42
- Corsi % = 50 / (50 + 42) x 100 = 54.3%
- Differential = 50 - 42 = +8