← Return to Homepage

About the NHL Algorithm

The NHL Algorithm scores teams based on opponent strength, margin of victory, and whether the game was played at home or on the road. Each game produces a performance score for both teams based on those inputs. A team's rating is the average of all of those game values. The calculation is then iterated through until a steady state is found and each team’s rating changes by less than 1e-7.

Table Glossary

Last Updated: 2025-11-03 14:58:49