Sponsored (How to contextually Advertise)

Nerowoy nora tolad

Registered User
May 9, 2018
1,406
654
Gladstone, Australia
Note for the mods, please move this thread if you feel it is in the wrong forum, I am posting here as it is relevant to hockey history as well as statistics, but I feel the project is more relevant to discussing hockey history than what modern analytics are doing, so Im posting here.

The Scrap project is my personal work on creating useful hockey metrics for understanding hockey history in detail from before the 2005 lockout. The project is written entirely in python and can be found at

BruceJohnJennerLawso/scrap

The project needs several python packages to run (off the top of my head, matplotlib, numpy, scipy, pandas, seaborn, and the scraper uses python-requests and python-pygit2 is used somewhere in there too). The project is much easier to setup under linux, but it is possible to get it running under Windows as well, I can post step by step instructions to get the project running as well if theres enough interest. Im posting this thread because Im finally getting back to the project after a long break, and I want some feedback on what Ive done so far.

I could literally spend days describing how the project works, but in simplest terms, what the project does is gather data on NHL game scores, statistics, etc, saves them into csv files (similar to a spreadsheet), before loading those files up again to make calculations using the data. A set of executable files at the top level are designed to give specific outputs from different sets of calculations, including

teamSummary.py (prints detailed summary readouts for every team in a given season or era)
teamStatRanker.py (creates a stat ranking for a given stat for every team in a given season or era)
teamStatGraph.py (creates histograms and scatterplots for any two stats for every team in a given season or era)

etc, etc, etc.

The data collected currently covers every game played in the NHL from 1918 to 2017, and the WHA 1972-1979.

What Im looking for feedback on is my calculations of a single number stat that measures team performance and allows for apples to apples comparisons of teams across era. Ill discuss it in my next post
 
  • Like
Reactions: Bear of Bad News

Nerowoy nora tolad

Registered User
May 9, 2018
1,406
654
Gladstone, Australia
My attempt to produce a single number metric that measures team performance is what I call CPQI (Complete Play Quality Index). In simplest terms it is basically team goal differential (or team +/- if you want) adjusted for opponent offensive and defensive quality.

CPQI is basically the sum of offensive and defensive quality. In order to calculate offensive quality, we look at the number of goals scored by a team in a game, along with the opponents goals against average. For example looking at game 58 of the 1993 season for the Chicago Blackhawks, we see a 6-3 win over the Boston Bruins at home in the Chicago Stadium. The 93 Bruins were one of the best defensive teams in the NHL that year, allowing a third least 268 goals over an 84 game schedule for an average of 3.190 goals allowed per game. So for that game, we say that the Blackhawks scored 6-3.190 = 2.81 goals more in the game than the average Bruins opponent that season. If we repeat this process for every game in the 1993 Blackhawks' season, we get a list of 84 numbers which can be averaged to get an average goals scored above expectations of -0.277 for the 1993 Blackhawks (ie although the Blackhawks scored above expectations in that game against Boston, on average they usually scored slightly fewer goals than would be expected against their opponents defences, making them a slightly below average team in terms of offence.

The same process can be applied for defence, calculating the number of goals in a game saved below what their opponents offence normally scored, and averaging this to get average goals saved below expectations for the season. If these two numbers are added together, they produce CPQI. In the following tables I have listed CPQI stack ranked for NHL and WHA history:



NHL CPQI All time:
brucejohnjennerlawso said:
2.523 ['MTL', 'Montreal Canadiens', '1977', True]
2.272 ['BOS', 'Boston Bruins', '1971', True]
2.045 ['MTL', 'Montreal Canadiens', '1978', True]
2.000 ['MTL', 'Montreal Canadiens', '1944', True]
1.896 ['MTL', 'Montreal Canadiens', '1976', True]
1.743 ['NYI', 'New York Islanders', '1979', True]
1.721 ['MTL', 'Montreal Canadiens', '1973', True]
1.713 ['MTL', 'Montreal Canadiens', '1975', True]
1.712 ['MTL', 'Montreal Canadiens', '1945', True]
1.647 ['DET', 'Detroit Red Wings', '1996', True]
1.645 ['MTL', 'Montreal Canadiens', '1982', True]
1.616 ['PHI', 'Philadelphia Flyers', '1976', True]
1.605 ['NYI', 'New York Islanders', '1982', True]
1.583 ['OTS', 'Ottawa Senators', '1920', False]
1.570 ['BOS', 'Boston Bruins', '1930', True]
1.542 ['CGY', 'Calgary Flames', '1989', True]
1.541 ['BOS', 'Boston Bruins', '1974', True]
1.517 ['MTL', 'Montreal Canadiens', '1979', True]
1.491 ['BOS', 'Boston Bruins', '1972', True]
1.490 ['EDM', 'Edmonton Oilers', '1984', True]
1.479 ['NYR', 'New York Rangers', '1972', True]
1.468 ['NYI', 'New York Islanders', '1978', True]
1.389 ['BUF', 'Buffalo Sabres', '1980', True]
1.389 ['BOS', 'Boston Bruins', '1939', True]
1.380 ['MTL', 'Montreal Canadiens', '1928', True]
1.364 ['BOS', 'Boston Bruins', '1978', True]
1.339 ['BUF', 'Buffalo Sabres', '1975', True]
1.325 ['EDM', 'Edmonton Oilers', '1982', True]
1.310 ['PHI', 'Philadelphia Flyers', '1975', True]
1.290 ['PHI', 'Philadelphia Flyers', '1974', True]
1.268 ['PHI', 'Philadelphia Flyers', '1977', True]
1.267 ['CBH', 'Chicago Black Hawks', '1974', True]
1.253 ['NYI', 'New York Islanders', '1976', True]
1.250 ['BOS', 'Boston Bruins', '1940', True]
1.248 ['EDM', 'Edmonton Oilers', '1983', True]
1.244 ['EDM', 'Edmonton Oilers', '1986', True]
1.231 ['DET', 'Detroit Red Wings', '1995', True]
1.226 ['EDM', 'Edmonton Oilers', '1985', True]
1.209 ['PHI', 'Philadelphia Flyers', '1985', True]
1.207 ['MTL', 'Montreal Canadiens', '1972', True]
1.194 ['OTT', 'Ottawa Senators', '2006', True]
1.188 ['MTL', 'Montreal Canadiens', '1981', True]
1.183 ['PIT', 'Pittsburgh Penguins', '1993', True]
1.178 ['BUF', 'Buffalo Sabres', '1976', True]
1.172 ['BOS', 'Boston Bruins', '1975', True]
1.161 ['BOS', 'Boston Bruins', '1983', True]
1.146 ['PHI', 'Philadelphia Flyers', '1986', True]
1.146 ['BOS', 'Boston Bruins', '1941', True]
1.143 ['MTL', 'Montreal Canadiens', '1959', True]
1.137 ['MTL', 'Montreal Canadiens', '1989', True]
1.132 ['BOS', 'Boston Bruins', '1973', True]
1.128 ['NYI', 'New York Islanders', '1981', True]
1.118 ['PHI', 'Philadelphia Flyers', '1978', True]
1.117 ['NJD', 'New Jersey Devils', '2001', True]
1.115 ['NYI', 'New York Islanders', '1977', True]
1.109 ['DET', 'Detroit Red Wings', '1951', True]
1.101 ['CBH', 'Chicago Black Hawks', '1971', True]
1.082 ['CGY', 'Calgary Flames', '1988', True]
1.074 ['CBH', 'Chicago Black Hawks', '1967', True]
1.065 ['CBH', 'Chicago Black Hawks', '1972', True]
1.063 ['MTL', 'Montreal Canadiens', '1962', True]
1.061 ['NYR', 'New York Rangers', '1973', True]
1.058 ['QUE', 'Quebec Nordiques', '1984', True]
1.054 ['BOS', 'Boston Bruins', '1969', True]
1.051 ['MTL', 'Montreal Canadiens', '1958', True]
1.045 ['MTL', 'Montreal Canadiens', '1980', True]
1.045 ['EDM', 'Edmonton Oilers', '1987', True]
1.040 ['MTL', 'Montreal Canadiens', '1956', True]
1.038 ['STL', 'St. Louis Blues', '2000', True]
1.035 ['CBH', 'Chicago Black Hawks', '1970', True]
1.031 ['BOS', 'Boston Bruins', '1931', True]
1.027 ['CHI', 'Chicago Blackhawks', '2013', True]
1.024 ['NYR', 'New York Rangers', '1940', True]
1.020 ['LAK', 'Los Angeles Kings', '1991', True]
1.017 ['DET', 'Detroit Red Wings', '1953', True]
1.003 ['TOR', 'Toronto Maple Leafs', '1934', True]
1.001 ['QUE', 'Quebec Nordiques', '1995', True]
1.000 ['DET', 'Detroit Red Wings', '1993', True]
0.995 ['NJD', 'New Jersey Devils', '1994', True]
0.994 ['NYI', 'New York Islanders', '1984', True]
0.994 ['DET', 'Detroit Red Wings', '2006', True]
0.991 ['BUF', 'Buffalo Sabres', '1977', True]
0.991 ['NYR', 'New York Rangers', '1992', True]
0.988 ['MTL', 'Montreal Canadiens', '1968', True]
0.987 ['MTL', 'Montreal Canadiens', '1925', True]
0.983 ['CGY', 'Calgary Flames', '1990', True]
0.980 ['BOS', 'Boston Bruins', '1984', True]
0.970 ['NYR', 'New York Rangers', '1971', True]
0.964 ['CGY', 'Calgary Flames', '1991', True]
0.962 ['LAK', 'Los Angeles Kings', '1975', True]
0.955 ['PHI', 'Philadelphia Flyers', '1983', True]
0.946 ['BOS', 'Boston Bruins', '1938', True]
0.946 ['NYR', 'New York Rangers', '1938', True]
0.937 ['DET', 'Detroit Red Wings', '1952', True]
0.932 ['COL', 'Colorado Avalanche', '1996', True]
0.927 ['BOS', 'Boston Bruins', '1976', True]
0.926 ['WSH', 'Washington Capitals', '2010', True]
0.926 ['WSH', 'Washington Capitals', '1984', True]
0.923 ['WSH', 'Washington Capitals', '1985', True]
0.923 ['COL', 'Colorado Avalanche', '2001', True]
0.919 ['BOS', 'Boston Bruins', '2014', True]
0.914 ['BUF', 'Buffalo Sabres', '1981', True]
0.912 ['DET', 'Detroit Red Wings', '1945', True]
0.911 ['OTT', 'Ottawa Senators', '2003', True]
0.904 ['MTL', 'Montreal Canadiens', '1918', True]
0.903 ['PIT', 'Pittsburgh Penguins', '2013', True]
0.903 ['BOS', 'Boston Bruins', '1980', True]
0.901 ['MTL', 'Montreal Canadiens', '1969', True]
0.900 ['DAL', 'Dallas Stars', '2003', True]
0.898 ['BUF', 'Buffalo Sabres', '1978', True]
0.894 ['BOS', 'Boston Bruins', '2009', True]
0.891 ['EDM', 'Edmonton Oilers', '1988', True]
0.890 ['DET', 'Detroit Red Wings', '1994', True]
0.888 ['MTL', 'Montreal Canadiens', '1971', True]
0.883 ['PIT', 'Pittsburgh Penguins', '1996', True]
0.880 ['MTL', 'Montreal Canadiens', '1960', True]
0.879 ['DAL', 'Dallas Stars', '1998', True]
0.879 ['OTT', 'Ottawa Senators', '2004', True]
0.867 ['PHI', 'Philadelphia Flyers', '1980', True]
0.867 ['BOS', 'Boston Bruins', '1977', True]
0.862 ['PHI', 'Philadelphia Flyers', '1996', True]
0.847 ['VAN', 'Vancouver Canucks', '2011', True]
0.846 ['TOR', 'Toronto Maple Leafs', '1951', True]
0.843 ['STL', 'St. Louis Blues', '1981', True]
0.841 ['NYI', 'New York Islanders', '1983', True]
0.839 ['TOR', 'Toronto Maple Leafs', '1935', True]
0.838 ['CHI', 'Chicago Blackhawks', '1991', True]
0.836 ['STL', 'St. Louis Blues', '1995', True]
0.835 ['DET', 'Detroit Red Wings', '2000', True]
0.834 ['DET', 'Detroit Red Wings', '2008', True]
0.812 ['DET', 'Detroit Red Wings', '2003', True]
0.811 ['MTL', 'Montreal Canadiens', '1955', True]
0.811 ['BOS', 'Boston Bruins', '1970', True]
0.810 ['OTS', 'Ottawa Senators', '1926', True]
0.802 ['COL', 'Colorado Avalanche', '1997', True]
0.800 ['NYR', 'New York Rangers', '1994', True]
0.800 ['DET', 'Detroit Red Wings', '1955', True]
0.800 ['HAM', 'Hamilton Tigers', '1925', False]
0.799 ['TOR', 'Toronto Maple Leafs', '1941', True]
0.797 ['CHI', 'Chicago Blackhawks', '1995', True]
0.794 ['MTL', 'Montreal Canadiens', '1931', True]
0.792 ['DET', 'Detroit Red Wings', '2002', True]
0.788 ['BUF', 'Buffalo Sabres', '1984', True]
0.768 ['MTL', 'Montreal Canadiens', '1983', True]
0.764 ['OTT', 'Ottawa Senators', '2001', True]
0.764 ['NYR', 'New York Rangers', '1939', True]
0.764 ['NYR', 'New York Rangers', '1970', True]
0.761 ['DAL', 'Dallas Stars', '1999', True]
0.760 ['PHI', 'Philadelphia Flyers', '1981', True]
0.754 ['MTL', 'Montreal Canadiens', '1966', True]
0.754 ['MTL', 'Montreal Canadiens', '1961', True]
0.753 ['CGY', 'Calgary Flames', '1985', True]
0.753 ['BOS', 'Boston Bruins', '2012', True]
0.750 ['CBH', 'Chicago Black Hawks', '1983', True]
0.750 ['WSH', 'Washington Capitals', '1992', True]
0.743 ['DET', 'Detroit Red Wings', '1950', True]
0.736 ['CHI', 'Chicago Blackhawks', '2010', True]
0.734 ['DET', 'Detroit Red Wings', '1992', True]
0.733 ['PHI', 'Philadelphia Flyers', '1987', True]
0.729 ['BOS', 'Boston Bruins', '1942', True]
0.726 ['OTT', 'Ottawa Senators', '2007', True]
0.726 ['BUF', 'Buffalo Sabres', '2007', True]
0.720 ['DET', 'Detroit Red Wings', '1943', True]
0.720 ['OTT', 'Ottawa Senators', '1999', True]
0.716 ['PIT', 'Pittsburgh Penguins', '2012', True]
0.716 ['BOS', 'Boston Bruins', '1993', True]
0.716 ['COL', 'Colorado Avalanche', '2003', True]
0.713 ['DET', 'Detroit Red Wings', '2004', True]
0.709 ['BUF', 'Buffalo Sabres', '1994', True]
0.702 ['WSH', 'Washington Capitals', '2016', True]
0.702 ['MTL', 'Montreal Canadiens', '1988', True]
0.701 ['CBH', 'Chicago Black Hawks', '1973', True]
0.697 ['VAN', 'Vancouver Canucks', '2003', True]
0.695 ['STL', 'St. Louis Blues', '2014', True]
0.693 ['NYR', 'New York Rangers', '2015', True]
0.692 ['BOS', 'Boston Bruins', '1929', True]
0.691 ['STL', 'St. Louis Blues', '1991', True]
0.689 ['MNS', 'Minnesota North Stars', '1980', True]
0.685 ['BUF', 'Buffalo Sabres', '1985', True]
0.684 ['NYR', 'New York Rangers', '1968', True]
0.684 ['BOS', 'Boston Bruins', '1968', True]
0.680 ['MTL', 'Montreal Canadiens', '1947', True]
0.679 ['MTL', 'Montreal Canadiens', '1986', True]
0.676 ['NSH', 'Nashville Predators', '2007', True]
0.675 ['PHI', 'Philadelphia Flyers', '1984', True]
0.674 ['DET', 'Detroit Red Wings', '1954', True]
0.674 ['SJS', 'San Jose Sharks', '2007', True]
0.672 ['ANA', 'Anaheim Ducks', '2014', True]
0.668 ['PHI', 'Philadelphia Flyers', '1997', True]
0.668 ['ATF', 'Atlanta Flames', '1979', True]
0.667 ['DET', 'Detroit Red Wings', '1949', True]
0.663 ['TOR', 'Toronto Maple Leafs', '1961', True]
0.657 ['MTL', 'Montreal Canadiens', '1927', True]
0.656 ['BOS', 'Boston Bruins', '1933', True]
0.656 ['DET', 'Detroit Red Wings', '1997', True]
0.655 ['NJD', 'New Jersey Devils', '1998', True]
0.654 ['MTL', 'Montreal Canadiens', '1974', True]
0.653 ['DAL', 'Dallas Stars', '2001', True]
0.646 ['DET', 'Detroit Red Wings', '1970', True]
0.640 ['TOR', 'Toronto Maple Leafs', '1944', True]
0.640 ['STL', 'St. Louis Blues', '2001', True]
0.640 ['DAL', 'Dallas Stars', '1997', True]
0.639 ['OTS', 'Ottawa Senators', '1923', True]
0.639 ['DET', 'Detroit Red Wings', '1998', True]
0.633 ['STL', 'St. Louis Blues', '1998', True]
0.633 ['BOS', 'Boston Bruins', '1990', True]
0.630 ['VAN', 'Vancouver Canucks', '1993', True]
0.630 ['MTL', 'Montreal Canadiens', '1992', True]
0.629 ['QUE', 'Quebec Nordiques', '1985', True]
0.629 ['MTL', 'Montreal Canadiens', '1957', True]
0.624 ['TOR', 'Toronto Maple Leafs', '1943', True]
0.621 ['DET', 'Detroit Red Wings', '2007', True]
0.620 ['CHI', 'Chicago Blackhawks', '1996', True]
0.618 ['MTL', 'Montreal Canadiens', '1985', True]
0.617 ['MTL', 'Montreal Canadiens', '1954', True]
0.616 ['SJS', 'San Jose Sharks', '2010', True]
0.616 ['PHI', 'Philadelphia Flyers', '2000', True]
0.611 ['OTS', 'Ottawa Senators', '1921', True]
0.611 ['OTS', 'Ottawa Senators', '1922', True]
0.609 ['DET', 'Detroit Red Wings', '2009', True]
0.608 ['MTL', 'Montreal Canadiens', '1946', True]
0.606 ['NJD', 'New Jersey Devils', '1999', True]
0.606 ['CBH', 'Chicago Black Hawks', '1966', True]
0.600 ['DET', 'Detroit Red Wings', '2001', True]
0.599 ['MTL', 'Montreal Canadiens', '1970', False]
0.599 ['MTL', 'Montreal Canadiens', '1990', True]
0.594 ['TOR', 'Toronto Maple Leafs', '1962', True]
0.593 ['CHI', 'Chicago Blackhawks', '1993', True]
0.592 ['SJS', 'San Jose Sharks', '2009', True]
0.592 ['DET', 'Detroit Red Wings', '1944', True]
0.590 ['NYR', 'New York Rangers', '1942', True]
0.588 ['CHI', 'Chicago Blackhawks', '2009', True]
0.587 ['CHI', 'Chicago Blackhawks', '2014', True]
0.586 ['SJS', 'San Jose Sharks', '2014', True]
0.586 ['SJS', 'San Jose Sharks', '2002', True]
0.584 ['STL', 'St. Louis Blues', '2015', True]
0.584 ['MTL', 'Montreal Canadiens', '1929', True]
0.580 ['CBH', 'Chicago Black Hawks', '1931', True]
0.578 ['BOS', 'Boston Bruins', '1988', True]
0.578 ['QUE', 'Quebec Nordiques', '1986', True]
0.575 ['ANA', 'Anaheim Ducks', '2007', True]
0.574 ['NYR', 'New York Rangers', '1974', True]
0.573 ['BOS', 'Boston Bruins', '1979', True]
0.569 ['MTL', 'Montreal Canadiens', '1930', True]
0.568 ['NJD', 'New Jersey Devils', '1997', True]
0.568 ['TOR', 'Toronto Maple Leafs', '1968', False]
0.567 ['VAN', 'Vancouver Canucks', '2010', True]
0.567 ['BOS', 'Boston Bruins', '2011', True]
0.566 ['TBL', 'Tampa Bay Lightning', '2015', True]
0.565 ['MTM', 'Montreal Maroons', '1935', True]
0.564 ['NYI', 'New York Islanders', '1986', True]
0.564 ['WSH', 'Washington Capitals', '1986', True]
0.564 ['DAL', 'Dallas Stars', '2006', True]
0.564 ['LAK', 'Los Angeles Kings', '1989', True]
0.560 ['DET', 'Detroit Red Wings', '1965', True]
0.560 ['CBH', 'Chicago Black Hawks', '1964', True]
0.559 ['TBL', 'Tampa Bay Lightning', '2004', True]
0.558 ['VAN', 'Vancouver Canucks', '2012', True]
0.558 ['VAN', 'Vancouver Canucks', '2002', True]
0.558 ['LAK', 'Los Angeles Kings', '1981', True]
0.556 ['OTS', 'Ottawa Senators', '1924', True]
0.550 ['MTM', 'Montreal Maroons', '1930', True]
0.549 ['CBH', 'Chicago Black Hawks', '1965', True]
0.547 ['MNS', 'Minnesota North Stars', '1982', True]
0.547 ['CBH', 'Chicago Black Hawks', '1935', True]
0.546 ['MIN', 'Minnesota Wild', '2007', True]
0.546 ['NYR', 'New York Rangers', '1975', True]
0.545 ['COL', 'Colorado Avalanche', '2002', True]
0.537 ['TOR', 'Toronto Maple Leafs', '1974', True]
0.536 ['DET', 'Detroit Red Wings', '2012', True]
0.534 ['NJD', 'New Jersey Devils', '2004', True]
0.532 ['STL', 'St. Louis Blues', '2012', True]
0.531 ['BOS', 'Boston Bruins', '1982', True]
0.527 ['WSH', 'Washington Capitals', '1993', True]
0.525 ['NYI', 'New York Islanders', '1988', True]
0.524 ['NJD', 'New Jersey Devils', '2003', True]
0.524 ['NYI', 'New York Islanders', '1975', True]
0.523 ['PHI', 'Philadelphia Flyers', '1979', True]
0.523 ['BUF', 'Buffalo Sabres', '2006', True]
0.522 ['BOS', 'Boston Bruins', '1981', True]
0.522 ['NYI', 'New York Islanders', '1993', True]
0.522 ['PHI', 'Philadelphia Flyers', '1998', True]
0.520 ['VAN', 'Vancouver Canucks', '2004', True]
0.520 ['TOR', 'Toronto Maple Leafs', '1948', True]
0.520 ['DET', 'Detroit Red Wings', '1948', True]
0.510 ['NYR', 'New York Rangers', '1933', True]
0.507 ['STL', 'St. Louis Blues', '2002', True]
0.505 ['CHI', 'Chicago Blackhawks', '2015', True]
0.503 ['WSH', 'Washington Capitals', '1989', True]
0.500 ['PIT', 'Pittsburgh Penguins', '2016', True]
0.500 ['NYR', 'New York Rangers', '1969', True]
0.500 ['OTS', 'Ottawa Senators', '1919', True]
0.493 ['TOR', 'Toronto Maple Leafs', '1947', True]
0.493 ['NJD', 'New Jersey Devils', '2000', True]
0.492 ['PIT', 'Pittsburgh Penguins', '1992', True]
0.489 ['CBH', 'Chicago Black Hawks', '1969', False]
0.487 ['TOR', 'Toronto Maple Leafs', '1932', True]
0.486 ['BUF', 'Buffalo Sabres', '1982', True]
0.486 ['CGY', 'Calgary Flames', '1995', True]
0.484 ['CGY', 'Calgary Flames', '1994', True]
0.483 ['TOR', 'Toronto Maple Leafs', '2004', True]
0.480 ['MTL', 'Montreal Canadiens', '1963', True]
0.480 ['MTL', 'Montreal Canadiens', '1964', True]
0.477 ['TOR', 'Toronto Maple Leafs', '1993', True]
0.477 ['PIT', 'Pittsburgh Penguins', '1998', True]
0.476 ['COL', 'Colorado Avalanche', '2004', True]
0.475 ['PIT', 'Pittsburgh Penguins', '2014', True]
0.473 ['PHI', 'Philadelphia Flyers', '2004', True]
0.471 ['TOR', 'Toronto Maple Leafs', '2002', True]
0.469 ['DET', 'Detroit Red Wings', '1999', True]
0.469 ['TOR', 'Toronto Maple Leafs', '1963', True]
0.469 ['DET', 'Detroit Red Wings', '1957', True]
0.468 ['PHI', 'Philadelphia Flyers', '2003', True]
0.467 ['QUE', 'Quebec Nordiques', '1993', True]
0.467 ['MTL', 'Montreal Canadiens', '1993', True]
0.465 ['STL', 'St. Louis Blues', '1969', True]
0.464 ['DET', 'Detroit Red Wings', '1937', True]
0.464 ['NYR', 'New York Rangers', '2012', True]
0.462 ['BOS', 'Boston Bruins', '1995', True]
0.459 ['MTL', 'Montreal Canadiens', '2013', True]
0.458 ['PHI', 'Philadelphia Flyers', '1973', True]
0.458 ['OTS', 'Ottawa Senators', '1928', True]
0.457 ['BUF', 'Buffalo Sabres', '1973', True]
0.454 ['TOR', 'Toronto Maple Leafs', '1999', True]
0.454 ['HAR', 'Hartford Whalers', '1986', True]
0.453 ['OTS', 'Ottawa Senators', '1925', False]
0.451 ['NJD', 'New Jersey Devils', '1992', True]
0.451 ['DET', 'Detroit Red Wings', '1988', True]
0.444 ['MTL', 'Montreal Canadiens', '1920', False]
0.444 ['WSH', 'Washington Capitals', '2015', True]
0.444 ['DAL', 'Dallas Stars', '2016', True]
0.440 ['BOS', 'Boston Bruins', '2013', True]
0.438 ['PIT', 'Pittsburgh Penguins', '2011', True]
0.438 ['TOR', 'Toronto Maple Leafs', '1971', True]
0.437 ['PHI', 'Philadelphia Flyers', '2002', True]
0.437 ['MTL', 'Montreal Canadiens', '1987', True]
0.437 ['STL', 'St. Louis Blues', '1970', True]
0.436 ['DAL', 'Dallas Stars', '2008', True]
0.435 ['MTL', 'Montreal Canadiens', '2008', True]
0.433 ['PIT', 'Pittsburgh Penguins', '1995', True]
0.431 ['TOR', 'Toronto Maple Leafs', '1978', True]
0.430 ['ANA', 'Anaheim Ducks', '2013', True]
0.427 ['PIT', 'Pittsburgh Penguins', '1976', True]
0.426 ['SJS', 'San Jose Sharks', '2011', True]
0.423 ['NYR', 'New York Rangers', '1927', True]
0.423 ['WSH', 'Washington Capitals', '1988', True]
0.419 ['COL', 'Colorado Avalanche', '2000', True]
0.419 ['BUF', 'Buffalo Sabres', '1983', True]
0.419 ['BUF', 'Buffalo Sabres', '1990', True]
0.419 ['PIT', 'Pittsburgh Penguins', '1991', True]
0.418 ['MTM', 'Montreal Maroons', '1928', True]
0.418 ['PIT', 'Pittsburgh Penguins', '1975', True]
0.418 ['PHI', 'Philadelphia Flyers', '1999', True]
0.418 ['NYR', 'New York Rangers', '1996', True]
0.417 ['TOR', 'Toronto Maple Leafs', '1940', True]
0.417 ['MTM', 'Montreal Maroons', '1926', True]
0.417 ['BOS', 'Boston Bruins', '1989', True]
0.416 ['FLA', 'Florida Panthers', '2016', True]
0.414 ['CGY', 'Calgary Flames', '2007', True]
0.412 ['NYR', 'New York Rangers', '2006', True]
0.412 ['OTS', 'Ottawa Senators', '1930', True]
0.412 ['TOR', 'Toronto Maple Leafs', '1994', True]
0.410 ['PHI', 'Philadelphia Flyers', '2011', True]
0.409 ['EDM', 'Edmonton Oilers', '1990', True]
0.406 ['BUF', 'Buffalo Sabres', '1999', True]
0.404 ['NYI', 'New York Islanders', '1980', True]
0.401 ['BOS', 'Boston Bruins', '1994', True]
0.400 ['NYR', 'New York Rangers', '1979', True]
0.400 ['DET', 'Detroit Red Wings', '1956', True]
0.398 ['PHI', 'Philadelphia Flyers', '2012', True]
0.395 ['CHI', 'Chicago Blackhawks', '2011', True]
0.393 ['STL', 'St. Louis Blues', '2003', True]
0.393 ['COL', 'Colorado Avalanche', '2014', True]
0.393 ['SJS', 'San Jose Sharks', '2004', True]
0.391 ['LAK', 'Los Angeles Kings', '2014', True]
0.391 ['TOR', 'Toronto Maple Leafs', '1938', True]
0.390 ['BUF', 'Buffalo Sabres', '1993', True]
0.390 ['BOS', 'Boston Bruins', '1999', True]
0.389 ['OTT', 'Ottawa Senators', '2002', True]
0.388 ['NJD', 'New Jersey Devils', '2009', True]
0.387 ['MIN', 'Minnesota Wild', '2015', True]
0.387 ['DET', 'Detroit Red Wings', '1936', True]
0.384 ['NYR', 'New York Rangers', '2011', True]
0.382 ['TOR', 'Toronto Maple Leafs', '1931', True]
0.382 ['TOR', 'Toronto Maple Leafs', '1942', True]
0.381 ['NYR', 'New York Rangers', '1932', True]
0.381 ['CGY', 'Calgary Flames', '1987', True]
0.380 ['MTL', 'Montreal Canadiens', '1994', True]
0.378 ['CGY', 'Calgary Flames', '1986', True]
0.377 ['NYR', 'New York Rangers', '2013', True]
0.375 ['BOS', 'Boston Bruins', '1986', True]
0.373 ['WSH', 'Washington Capitals', '1996', True]
0.372 ['LAK', 'Los Angeles Kings', '1977', True]
0.371 ['BUF', 'Buffalo Sabres', '2001', True]
0.370 ['SJS', 'San Jose Sharks', '2008', True]
0.368 ['CGY', 'Calgary Flames', '1981', True]
0.366 ['BOS', 'Boston Bruins', '2002', True]
0.365 ['NYI', 'New York Islanders', '1985', True]
0.364 ['NYR', 'New York Rangers', '1931', True]
0.363 ['OTS', 'Ottawa Senators', '1927', True]
0.363 ['MTL', 'Montreal Canadiens', '2015', True]
0.362 ['DAL', 'Dallas Stars', '2000', True]
0.362 ['NYR', 'New York Rangers', '1991', True]
0.361 ['TRS', 'Toronto St. Patricks', '1920', False]
0.361 ['MTL', 'Montreal Canadiens', '1921', False]
0.360 ['PHI', 'Philadelphia Flyers', '1995', True]
0.360 ['WIN', 'Winnipeg Jets', '1985', True]
0.354 ['MTL', 'Montreal Canadiens', '1952', True]
0.354 ['CBH', 'Chicago Black Hawks', '1962', True]
0.354 ['TOR', 'Toronto Maple Leafs', '1965', True]
0.353 ['PHI', 'Philadelphia Flyers', '2001', True]
0.352 ['CBH', 'Chicago Black Hawks', '1946', True]
0.352 ['TOR', 'Toronto Maple Leafs', '1945', True]
0.348 ['TOR', 'Toronto Maple Leafs', '1929', True]
0.347 ['MTL', 'Montreal Canadiens', '1949', True]
0.343 ['DAL', 'Dallas Stars', '2007', True]
0.342 ['COL', 'Colorado Avalanche', '1999', True]
0.342 ['COL', 'Colorado Avalanche', '2006', True]
0.339 ['NJD', 'New Jersey Devils', '2010', True]
0.335 ['NYR', 'New York Rangers', '1997', True]
0.334 ['SJS', 'San Jose Sharks', '2001', True]
0.333 ['MTL', 'Montreal Canadiens', '1923', True]
0.332 ['MNS', 'Minnesota North Stars', '1981', True]
0.331 ['MTL', 'Montreal Canadiens', '1998', True]
0.331 ['BOS', 'Boston Bruins', '1998', True]
0.331 ['SJS', 'San Jose Sharks', '2016', True]
0.330 ['OTT', 'Ottawa Senators', '2000', True]
0.330 ['NSH', 'Nashville Predators', '2012', True]
0.329 ['BOS', 'Boston Bruins', '1991', True]
0.329 ['PIT', 'Pittsburgh Penguins', '2008', True]
0.328 ['DET', 'Detroit Red Wings', '1933', True]
0.328 ['CGY', 'Calgary Flames', '2004', True]
0.326 ['WSH', 'Washington Capitals', '1995', True]
0.325 ['VAN', 'Vancouver Canucks', '1992', True]
0.325 ['LAK', 'Los Angeles Kings', '2016', True]
0.325 ['TOR', 'Toronto Maple Leafs', '1936', True]
0.324 ['CAR', 'Carolina Hurricanes', '2006', True]
0.322 ['MDA', 'Mighty Ducks of Anaheim', '2006', True]
0.320 ['NSH', 'Nashville Predators', '2015', True]
0.318 ['CHI', 'Chicago Blackhawks', '2016', True]
0.316 ['EDM', 'Edmonton Oilers', '1989', True]
0.316 ['STL', 'St. Louis Blues', '2013', True]
0.314 ['ATF', 'Atlanta Flames', '1976', True]
0.313 ['BOS', 'Boston Bruins', '1987', True]
0.313 ['NYR', 'New York Rangers', '1941', True]
0.312 ['BUF', 'Buffalo Sabres', '1997', True]
0.311 ['FLA', 'Florida Panthers', '2000', True]
0.311 ['MNS', 'Minnesota North Stars', '1983', True]
0.311 ['LAK', 'Los Angeles Kings', '2002', True]
0.311 ['SJS', 'San Jose Sharks', '2006', True]
0.310 ['BOS', 'Boston Bruins', '1935', True]
0.309 ['WSH', 'Washington Capitals', '2000', True]
0.309 ['DET', 'Detroit Red Wings', '1966', True]
0.307 ['EDM', 'Edmonton Oilers', '2002', False]
0.306 ['MTL', 'Montreal Canadiens', '1924', True]
0.304 ['PIT', 'Pittsburgh Penguins', '2007', True]
0.304 ['BOS', 'Boston Bruins', '1943', True]
0.303 ['WSH', 'Washington Capitals', '2013', True]
0.303 ['NJD', 'New Jersey Devils', '1995', True]
0.302 ['PHX', 'Phoenix Coyotes', '2010', True]
0.300 ['DET', 'Detroit Red Wings', '1969', False]
0.298 ['EDM', 'Edmonton Oilers', '2001', True]
0.298 ['LAK', 'Los Angeles Kings', '2001', True]
0.297 ['MTL', 'Montreal Canadiens', '1965', True]
0.296 ['TBL', 'Tampa Bay Lightning', '2016', True]
0.296 ['MTL', 'Montreal Canadiens', '1932', True]
0.295 ['STL', 'St. Louis Blues', '1999', True]
0.294 ['NSH', 'Nashville Predators', '2011', True]
0.293 ['BUF', 'Buffalo Sabres', '1998', True]
0.293 ['VAN', 'Vancouver Canucks', '2007', True]
0.293 ['TOR', 'Toronto Maple Leafs', '2003', True]
0.293 ['COL', 'Colorado Avalanche', '2007', False]
0.293 ['BUF', 'Buffalo Sabres', '2010', True]
0.292 ['BOS', 'Boston Bruins', '2004', True]
0.292 ['MTM', 'Montreal Maroons', '1933', True]
0.290 ['LAK', 'Los Angeles Kings', '2013', True]
0.290 ['PIT', 'Pittsburgh Penguins', '2009', True]
0.290 ['NYI', 'New York Islanders', '2004', True]
0.289 ['NSH', 'Nashville Predators', '2006', True]
0.288 ['TOR', 'Toronto Maple Leafs', '1969', True]
0.288 ['LAK', 'Los Angeles Kings', '2010', True]
0.287 ['MNS', 'Minnesota North Stars', '1973', True]
0.286 ['MIN', 'Minnesota Wild', '2003', True]
0.286 ['WSH', 'Washington Capitals', '2011', True]
0.286 ['VAN', 'Vancouver Canucks', '2009', True]
0.285 ['NYR', 'New York Rangers', '1980', True]
0.283 ['STL', 'St. Louis Blues', '2016', True]
0.283 ['ATF', 'Atlanta Flames', '1978', True]
0.282 ['PHI', 'Philadelphia Flyers', '2009', True]
0.280 ['CGY', 'Calgary Flames', '1993', True]
0.280 ['WPG', 'Winnipeg Jets', '2015', True]
0.278 ['MTL', 'Montreal Canadiens', '1919', True]
0.278 ['PTP', 'Pittsburgh Pirates', '1926', True]
0.278 ['TOR', 'Toronto Maple Leafs', '2000', True]
0.277 ['CBH', 'Chicago Black Hawks', '1975', True]
0.276 ['WSH', 'Washington Capitals', '2009', True]
0.274 ['LAK', 'Los Angeles Kings', '2011', True]
0.273 ['DET', 'Detroit Red Wings', '1934', True]
0.271 ['COL', 'Colorado Avalanche', '1998', True]
0.270 ['TOR', 'Toronto Maple Leafs', '2001', True]
0.270 ['ANA', 'Anaheim Ducks', '2016', True]
0.269 ['BOS', 'Boston Bruins', '1985', True]
0.269 ['TOR', 'Toronto Maple Leafs', '1976', True]
0.267 ['NYR', 'New York Rangers', '2014', True]
0.266 ['TOR', 'Toronto Maple Leafs', '2013', True]
0.266 ['OTT', 'Ottawa Senators', '2013', True]
0.265 ['DET', 'Detroit Red Wings', '1973', False]
0.265 ['MTM', 'Montreal Maroons', '1937', True]
0.265 ['NYI', 'New York Islanders', '2015', True]
0.258 ['DET', 'Detroit Red Wings', '2011', True]
0.257 ['LAK', 'Los Angeles Kings', '2000', True]
0.255 ['FLA', 'Florida Panthers', '1996', True]
0.254 ['PIT', 'Pittsburgh Penguins', '2001', True]
0.254 ['CGY', 'Calgary Flames', '2006', True]
0.254 ['PHX', 'Phoenix Coyotes', '2002', True]
0.254 ['TBL', 'Tampa Bay Lightning', '2014', True]
0.252 ['CGY', 'Calgary Flames', '2015', True]
0.251 ['MTL', 'Montreal Canadiens', '1950', True]
0.251 ['NYR', 'New York Rangers', '1988', False]
0.249 ['NYR', 'New York Rangers', '2007', True]
0.249 ['NYR', 'New York Rangers', '1928', True]
0.249 ['MNS', 'Minnesota North Stars', '1972', True]
0.246 ['OTT', 'Ottawa Senators', '2015', True]
0.246 ['FLA', 'Florida Panthers', '1997', True]
0.240 ['NYI', 'New York Islanders', '1994', True]
0.240 ['BOS', 'Boston Bruins', '1957', True]
0.240 ['TOR', 'Toronto Maple Leafs', '1966', True]
0.240 ['TOR', 'Toronto Maple Leafs', '1954', True]
0.237 ['NJD', 'New Jersey Devils', '2012', True]
0.237 ['NYR', 'New York Rangers', '2016', True]
0.237 ['DET', 'Detroit Red Wings', '1935', False]
0.237 ['WSH', 'Washington Capitals', '1983', True]
0.234 ['MTL', 'Montreal Canadiens', '2004', True]
0.232 ['MIN', 'Minnesota Wild', '2006', False]
0.229 ['PHI', 'Philadelphia Flyers', '1989', True]
0.229 ['TOR', 'Toronto Maple Leafs', '1964', True]
0.228 ['CHI', 'Chicago Blackhawks', '1990', True]
0.228 ['QUE', 'Quebec Nordiques', '1982', True]
0.226 ['NJD', 'New Jersey Devils', '1993', True]
0.225 ['TOR', 'Toronto Maple Leafs', '1977', True]
0.223 ['HAR', 'Hartford Whalers', '1987', True]
0.222 ['PHI', 'Philadelphia Flyers', '1982', True]
0.217 ['CHI', 'Chicago Blackhawks', '1992', True]
0.217 ['DAL', 'Dallas Stars', '2004', True]
0.216 ['BUF', 'Buffalo Sabres', '1979', True]
0.213 ['LAK', 'Los Angeles Kings', '1985', True]
0.213 ['SJS', 'San Jose Sharks', '2012', True]
0.208 ['DAL', 'Dallas Stars', '1994', True]
0.206 ['CBH', 'Chicago Black Hawks', '1961', True]
0.205 ['MIN', 'Minnesota Wild', '2009', False]
0.205 ['ANA', 'Anaheim Ducks', '2008', True]
0.205 ['MTL', 'Montreal Canadiens', '1991', True]
0.204 ['PIT', 'Pittsburgh Penguins', '2010', True]
0.204 ['NYR', 'New York Rangers', '1937', True]
0.204 ['EDM', 'Edmonton Oilers', '2004', False]
0.202 ['TOR', 'Toronto Maple Leafs', '1979', True]
0.202 ['DET', 'Detroit Red Wings', '2010', True]
0.200 ['BOS', 'Boston Bruins', '1949', True]
0.200 ['BOS', 'Boston Bruins', '1947', True]
0.200 ['PIT', 'Pittsburgh Penguins', '1999', True]
0.200 ['DET', 'Detroit Red Wings', '2013', True]
0.199 ['NYR', 'New York Rangers', '1982', True]
0.194 ['VAN', 'Vancouver Canucks', '2015', True]
0.194 ['BUF', 'Buffalo Sabres', '1995', True]
0.191 ['NYR', 'New York Rangers', '1983', True]
0.191 ['SJS', 'San Jose Sharks', '2000', True]
0.189 ['NYI', 'New York Islanders', '2016', True]
0.189 ['NYI', 'New York Islanders', '2002', True]
0.188 ['NJD', 'New Jersey Devils', '1996', False]
0.188 ['MTL', 'Montreal Canadiens', '1996', True]
0.188 ['WSH', 'Washington Capitals', '1994', True]
0.187 ['LAK', 'Los Angeles Kings', '2012', True]
0.187 ['BOS', 'Boston Bruins', '1937', True]
0.186 ['BUF', 'Buffalo Sabres', '2009', False]
0.185 ['WSH', 'Washington Capitals', '2001', True]
0.184 ['NJD', 'New Jersey Devils', '2002', True]
0.183 ['CBH', 'Chicago Black Hawks', '1963', True]
0.179 ['BOS', 'Boston Bruins', '1936', True]
0.178 ['STL', 'St. Louis Blues', '1971', True]
0.176 ['CHI', 'Chicago Blackhawks', '1997', True]
0.176 ['BOS', 'Boston Bruins', '1946', True]
0.175 ['EDM', 'Edmonton Oilers', '2000', True]
0.174 ['DET', 'Detroit Red Wings', '1941', True]
0.173 ['BUF', 'Buffalo Sabres', '1986', False]
0.171 ['SJS', 'San Jose Sharks', '2013', True]
0.171 ['WSH', 'Washington Capitals', '1998', True]
0.169 ['PHI', 'Philadelphia Flyers', '1993', False]
0.168 ['BUF', 'Buffalo Sabres', '2011', True]
0.165 ['PIT', 'Pittsburgh Penguins', '1986', False]
0.164 ['NSH', 'Nashville Predators', '2016', True]
0.162 ['ATF', 'Atlanta Flames', '1975', False]
0.162 ['BOS', 'Boston Bruins', '1926', False]
0.162 ['CBJ', 'Columbus Blue Jackets', '2014', True]
0.161 ['VAN', 'Vancouver Canucks', '1975', True]
0.160 ['STL', 'St. Louis Blues', '1990', True]
0.160 ['MTL', 'Montreal Canadiens', '1967', True]
0.160 ['TRS', 'Toronto St. Patricks', '1925', True]
0.159 ['STL', 'St. Louis Blues', '1992', True]
0.159 ['PIT', 'Pittsburgh Penguins', '1994', True]
0.157 ['CHI', 'Chicago Blackhawks', '1994', True]
0.156 ['LAK', 'Los Angeles Kings', '2015', False]
0.156 ['BOS', 'Boston Bruins', '1996', True]
0.154 ['ATF', 'Atlanta Flames', '1980', True]
0.152 ['PHI', 'Philadelphia Flyers', '2008', True]
0.152 ['MDA', 'Mighty Ducks of Anaheim', '2003', True]
0.151 ['CHI', 'Chicago Blackhawks', '2002', True]
0.151 ['PHX', 'Phoenix Coyotes', '2012', True]
0.150 ['COL', 'Colorado Avalanche', '2008', True]
0.149 ['OTT', 'Ottawa Senators', '2008', True]
0.147 ['HAR', 'Hartford Whalers', '1989', True]
0.146 ['TOR', 'Toronto Maple Leafs', '1933', True]
0.145 ['WIN', 'Winnipeg Jets', '1987', True]
0.143 ['DTC', 'Detroit Cougars', '1929', True]
0.141 ['DET', 'Detroit Red Wings', '2015', True]
0.141 ['NYR', 'New York Rangers', '2008', True]
0.139 ['WIN', 'Winnipeg Jets', '1990', True]
0.139 ['TRS', 'Toronto St. Patricks', '1921', True]
0.138 ['BUF', 'Buffalo Sabres', '2008', False]
0.137 ['TOR', 'Toronto Maple Leafs', '1955', True]
0.133 ['CHI', 'Chicago Blackhawks', '2012', True]
0.131 ['DTC', 'Detroit Cougars', '1928', False]
0.129 ['MIN', 'Minnesota Wild', '2016', True]
0.128 ['NJD', 'New Jersey Devils', '2007', True]
0.128 ['BOS', 'Boston Bruins', '1927', True]
0.128 ['NYR', 'New York Rangers', '1934', True]
0.127 ['DAL', 'Dallas Stars', '2014', True]
0.126 ['QUE', 'Quebec Nordiques', '1983', True]
0.126 ['TOR', 'Toronto Maple Leafs', '1952', True]
0.126 ['CBH', 'Chicago Black Hawks', '1960', True]
0.125 ['PIT', 'Pittsburgh Penguins', '2015', True]
0.124 ['CGY', 'Calgary Flames', '2011', False]
0.124 ['BUF', 'Buffalo Sabres', '2002', False]
0.122 ['TOR', 'Toronto Maple Leafs', '1939', True]
0.121 ['COL', 'Colorado Avalanche', '2010', True]
0.121 ['MDA', 'Mighty Ducks of Anaheim', '1997', True]
0.120 ['NYR', 'New York Rangers', '1990', True]
0.120 ['CAR', 'Carolina Hurricanes', '2009', True]
0.119 ['NYR', 'New York Rangers', '1986', True]
0.116 ['MTM', 'Montreal Maroons', '1936', True]
0.111 ['EDM', 'Edmonton Oilers', '2006', True]
0.110 ['PHX', 'Phoenix Coyotes', '2000', True]
0.110 ['TRA', 'Toronto Arenas', '1918', True]
0.108 ['MDA', 'Mighty Ducks of Anaheim', '1999', True]
0.107 ['PHI', 'Philadelphia Flyers', '2010', True]
0.105 ['NYR', 'New York Rangers', '1984', True]
0.103 ['NYR', 'New York Rangers', '1929', True]
0.103 ['BOS', 'Boston Bruins', '2016', False]
0.101 ['OTT', 'Ottawa Senators', '2012', True]
0.100 ['PHX', 'Phoenix Coyotes', '2011', True]
0.100 ['MNS', 'Minnesota North Stars', '1986', True]
0.098 ['CBH', 'Chicago Black Hawks', '1930', True]
0.096 ['ANA', 'Anaheim Ducks', '2015', True]
0.094 ['NYR', 'New York Rangers', '1995', True]
0.094 ['STL', 'St. Louis Blues', '2011', False]
0.093 ['NJD', 'New Jersey Devils', '2006', True]
0.093 ['BUF', 'Buffalo Sabres', '1991', True]
0.092 ['BOS', 'Boston Bruins', '1928', True]
0.092 ['PIT', 'Pittsburgh Penguins', '1988', False]
0.091 ['CBH', 'Chicago Black Hawks', '1934', True]
0.089 ['PHX', 'Phoenix Coyotes', '1999', True]
0.089 ['MTL', 'Montreal Canadiens', '2014', True]
0.088 ['LAK', 'Los Angeles Kings', '1979', True]
0.088 ['NJD', 'New Jersey Devils', '1991', True]
0.088 ['MTM', 'Montreal Maroons', '1927', True]
0.086 ['NJD', 'New Jersey Devils', '2008', True]
0.086 ['BOS', 'Boston Bruins', '1932', False]
0.086 ['WSH', 'Washington Capitals', '1990', True]
0.084 ['CAR', 'Carolina Hurricanes', '1999', True]
0.084 ['EDM', 'Edmonton Oilers', '2003', True]
0.080 ['NYR', 'New York Rangers', '1958', True]
0.080 ['MTL', 'Montreal Canadiens', '1953', True]
0.080 ['VAN', 'Vancouver Canucks', '1989', True]
0.079 ['ANA', 'Anaheim Ducks', '2011', True]
0.078 ['DAL', 'Dallas Stars', '1995', True]
0.078 ['STL', 'St. Louis Blues', '1993', True]
0.078 ['ANA', 'Anaheim Ducks', '2009', True]
0.075 ['CHI', 'Chicago Blackhawks', '2008', False]
0.073 ['MTM', 'Montreal Maroons', '1929', False]
0.073 ['MIN', 'Minnesota Wild', '2008', True]
0.071 ['WSH', 'Washington Capitals', '1987', True]
0.071 ['PIT', 'Pittsburgh Penguins', '1987', False]
0.071 ['MIN', 'Minnesota Wild', '2004', False]
0.070 ['HAR', 'Hartford Whalers', '1990', True]
0.069 ['DET', 'Detroit Red Wings', '1963', True]
0.067 ['CGY', 'Calgary Flames', '1983', True]
0.067 ['VAN', 'Vancouver Canucks', '2006', False]
0.065 ['TOR', 'Toronto Maple Leafs', '1928', False]
0.065 ['CBH', 'Chicago Black Hawks', '1968', True]
0.065 ['MTL', 'Montreal Canadiens', '2011', True]
0.064 ['VAN', 'Vancouver Canucks', '2013', True]
0.063 ['NYR', 'New York Rangers', '1993', False]
0.063 ['NJD', 'New Jersey Devils', '1990', True]
0.060 ['LAK', 'Los Angeles Kings', '1990', True]
0.060 ['CGY', 'Calgary Flames', '2009', True]
0.059 ['CHI', 'Chicago Blackhawks', '2000', False]
0.059 ['DAL', 'Dallas Stars', '2015', False]
0.058 ['VAN', 'Vancouver Canucks', '2001', True]
0.058 ['PHI', 'Philadelphia Flyers', '1988', True]
0.057 ['MIN', 'Minnesota Wild', '2014', True]
0.057 ['BOS', 'Boston Bruins', '1958', True]
0.057 ['DAL', 'Dallas Stars', '2002', False]
0.056 ['VAN', 'Vancouver Canucks', '1995', True]
0.056 ['TOR', 'Toronto Maple Leafs', '1937', True]
0.056 ['MTL', 'Montreal Canadiens', '1937', True]
0.055 ['TBL', 'Tampa Bay Lightning', '2011', True]
0.053 ['MTM', 'Montreal Maroons', '1932', True]
0.052 ['EDM', 'Edmonton Oilers', '1991', True]
0.051 ['NYI', 'New York Islanders', '2007', True]
0.050 ['BOS', 'Boston Bruins', '2003', True]
0.049 ['STL', 'St. Louis Blues', '2010', False]
0.049 ['CBH', 'Chicago Black Hawks', '1978', True]
0.049 ['NYA', 'New York Americans', '1931', False]
0.048 ['PHX', 'Phoenix Coyotes', '2001', False]
0.047 ['SJS', 'San Jose Sharks', '1999', True]
0.046 ['NJD', 'New Jersey Devils', '1988', True]
0.046 ['TOR', 'Toronto Maple Leafs', '1960', True]
0.044 ['BUF', 'Buffalo Sabres', '2000', True]
0.043 ['STL', 'St. Louis Blues', '2009', True]
0.043 ['PIT', 'Pittsburgh Penguins', '1979', True]
0.042 ['BOS', 'Boston Bruins', '2010', True]
0.042 ['NSH', 'Nashville Predators', '2008', True]
0.042 ['PIT', 'Pittsburgh Penguins', '1997', True]
0.042 ['DET', 'Detroit Red Wings', '1968', False]
0.040 ['CBH', 'Chicago Black Hawks', '1936', True]
0.040 ['CGY', 'Calgary Flames', '2008', True]
0.039 ['WSH', 'Washington Capitals', '2008', True]
0.038 ['PHI', 'Philadelphia Flyers', '2006', True]
0.035 ['MTL', 'Montreal Canadiens', '1984', True]
0.034 ['NYR', 'New York Rangers', '2010', False]
0.034 ['TOR', 'Toronto Maple Leafs', '1950', True]
0.034 ['NYA', 'New York Americans', '1929', True]
0.032 ['CBJ', 'Columbus Blue Jackets', '2013', False]
0.031 ['LAK', 'Los Angeles Kings', '1974', True]
0.031 ['NSH', 'Nashville Predators', '2010', True]
0.030 ['NYI', 'New York Islanders', '2013', True]
0.029 ['NYR', 'New York Rangers', '1978', True]
0.029 ['EDM', 'Edmonton Oilers', '1997', True]
0.028 ['MTL', 'Montreal Canadiens', '2009', True]
0.028 ['TRS', 'Toronto St. Patricks', '1922', True]
0.026 ['EDM', 'Edmonton Oilers', '1999', True]
0.025 ['BUF', 'Buffalo Sabres', '2004', False]
0.022 ['TBL', 'Tampa Bay Lightning', '2003', True]
0.020 ['NYI', 'New York Islanders', '1992', False]
0.017 ['MTL', 'Montreal Canadiens', '2006', True]
0.016 ['FLA', 'Florida Panthers', '1994', False]
0.016 ['ATL', 'Atlanta Thrashers', '2006', False]
0.015 ['BOS', 'Boston Bruins', '2015', False]
0.012 ['NYR', 'New York Rangers', '1989', True]
0.012 ['VAN', 'Vancouver Canucks', '1994', True]
0.012 ['EDM', 'Edmonton Oilers', '1981', True]
0.012 ['TOR', 'Toronto Maple Leafs', '1972', True]
0.011 ['NYR', 'New York Rangers', '1956', True]
0.006 ['PIT', 'Pittsburgh Penguins', '2000', True]
0.005 ['FLA', 'Florida Panthers', '2009', False]
0.003 ['PHX', 'Phoenix Coyotes', '1998', True]
0.002 ['PHI', 'Philadelphia Flyers', '2014', True]
-0.003 ['VAN', 'Vancouver Canucks', '1982', True]
-0.003 ['WSH', 'Washington Capitals', '1991', True]
-0.004 ['VAN', 'Vancouver Canucks', '2008', False]
-0.005 ['ATF', 'Atlanta Flames', '1977', True]
-0.006 ['WIN', 'Winnipeg Jets', '1992', True]
-0.008 ['LAK', 'Los Angeles Kings', '1998', True]
-0.010 ['MTM', 'Montreal Maroons', '1931', True]
-0.011 ['NYR', 'New York Rangers', '1967', True]
-0.012 ['DET', 'Detroit Red Wings', '1972', False]
-0.012 ['LAK', 'Los Angeles Kings', '1976', True]
-0.013 ['STL', 'St. Louis Blues', '1975', True]
-0.013 ['BOS', 'Boston Bruins', '1948', True]
-0.014 ['LAK', 'Los Angeles Kings', '1978', True]
-0.016 ['CBH', 'Chicago Black Hawks', '1943', False]
-0.018 ['STL', 'St. Louis Blues', '1985', True]
-0.020 ['CBJ', 'Columbus Blue Jackets', '2009', True]
-0.021 ['MDA', 'Mighty Ducks of Anaheim', '2000', False]
-0.022 ['PHX', 'Phoenix Coyotes', '1997', True]
-0.024 ['STL', 'St. Louis Blues', '1986', True]
-0.027 ['MTL', 'Montreal Canadiens', '2000', False]
-0.028 ['STL', 'St. Louis Blues', '1997', True]
-0.029 ['CBH', 'Chicago Black Hawks', '1985', True]
-0.029 ['CGY', 'Calgary Flames', '1984', True]
-0.030 ['WSH', 'Washington Capitals', '2003', True]
-0.032 ['NYI', 'New York Islanders', '1987', True]
-0.033 ['PHI', 'Philadelphia Flyers', '2016', True]
-0.033 ['CGY', 'Calgary Flames', '1996', True]
-0.036 ['NYR', 'New York Rangers', '1935', True]
-0.036 ['MTL', 'Montreal Canadiens', '1934', True]
-0.039 ['DAL', 'Dallas Stars', '2011', False]
-0.040 ['DET', 'Detroit Red Wings', '1947', True]
-0.040 ['COL', 'Colorado Avalanche', '2015', False]
-0.043 ['NYA', 'New York Americans', '1938', True]
-0.044 ['VAN', 'Vancouver Canucks', '1996', True]
-0.045 ['BUF', 'Buffalo Sabres', '1989', True]
-0.045 ['PIT', 'Pittsburgh Penguins', '1989', True]
-0.046 ['VAN', 'Vancouver Canucks', '1983', True]
-0.046 ['BOS', 'Boston Bruins', '1954', True]
-0.048 ['QUE', 'Quebec Nordiques', '1981', True]
-0.049 ['CBH', 'Chicago Black Hawks', '1927', True]
-0.049 ['VAN', 'Vancouver Canucks', '2000', False]
-0.049 ['CAR', 'Carolina Hurricanes', '2008', False]
-0.052 ['NSH', 'Nashville Predators', '2004', True]
-0.054 ['ATL', 'Atlanta Thrashers', '2007', True]
-0.056 ['CAR', 'Carolina Hurricanes', '2002', True]
-0.056 ['TOR', 'Toronto Maple Leafs', '1996', True]
-0.059 ['NYR', 'New York Rangers', '1981', True]
-0.060 ['CHI', 'Chicago Blackhawks', '1998', False]
-0.061 ['CAR', 'Carolina Hurricanes', '2011', False]
-0.061 ['CAR', 'Carolina Hurricanes', '2000', False]
-0.062 ['OTT', 'Ottawa Senators', '1998', True]
-0.064 ['NYR', 'New York Rangers', '1936', False]
-0.066 ['CGY', 'Calgary Flames', '2010', False]
-0.068 ['MTL', 'Montreal Canadiens', '2002', True]
-0.068 ['DTF', 'Detroit Falcons', '1931', False]
-0.069 ['CBH', 'Chicago Black Hawks', '1953', True]
-0.069 ['QUE', 'Quebec Nordiques', '1987', True]
-0.075 ['WPG', 'Winnipeg Jets', '2014', False]
-0.076 ['SJS', 'San Jose Sharks', '2015', False]
-0.076 ['WSH', 'Washington Capitals', '2014', False]
-0.080 ['VAN', 'Vancouver Canucks', '1976', True]
-0.080 ['TOR', 'Toronto Maple Leafs', '1967', True]
-0.081 ['LAK', 'Los Angeles Kings', '1993', True]
-0.082 ['BOS', 'Boston Bruins', '1992', True]
-0.082 ['TBL', 'Tampa Bay Lightning', '1996', True]
-0.082 ['TOR', 'Toronto Maple Leafs', '2006', False]
-0.083 ['NYR', 'New York Rangers', '1999', False]
-0.091 ['MTM', 'Montreal Maroons', '1934', True]
-0.092 ['STL', 'St. Louis Blues', '2004', True]
-0.093 ['PHX', 'Phoenix Coyotes', '2013', False]
-0.093 ['NYR', 'New York Rangers', '2009', True]
-0.096 ['MNS', 'Minnesota North Stars', '1991', True]
-0.097 ['PHI', 'Philadelphia Flyers', '1990', False]
-0.097 ['NYI', 'New York Islanders', '1990', True]
-0.098 ['MNS', 'Minnesota North Stars', '1990', True]
-0.101 ['SJS', 'San Jose Sharks', '1998', True]
-0.102 ['NYI', 'New York Islanders', '1997', False]
-0.105 ['ANA', 'Anaheim Ducks', '2010', False]
-0.107 ['CBH', 'Chicago Black Hawks', '1980', True]
-0.107 ['HAR', 'Hartford Whalers', '1980', True]
-0.107 ['EDM', 'Edmonton Oilers', '1992', True]
-0.108 ['MTL', 'Montreal Canadiens', '2010', True]
-0.110 ['PIT', 'Pittsburgh Penguins', '1973', False]
-0.111 ['OTT', 'Ottawa Senators', '1997', True]
-0.111 ['BUF', 'Buffalo Sabres', '1974', False]
-0.112 ['DAL', 'Dallas Stars', '2012', False]
-0.113 ['MTL', 'Montreal Canadiens', '1938', True]
-0.114 ['PIT', 'Pittsburgh Penguins', '1977', True]
-0.114 ['BOS', 'Boston Bruins', '1959', True]
-0.115 ['BOS', 'Boston Bruins', '2008', True]
-0.117 ['TBL', 'Tampa Bay Lightning', '2013', False]
-0.118 ['MNS', 'Minnesota North Stars', '1984', True]
-0.121 ['WSH', 'Washington Capitals', '2012', True]
-0.121 ['TOR', 'Toronto Maple Leafs', '2007', False]
-0.121 ['MTL', 'Montreal Canadiens', '2007', False]
-0.122 ['DET', 'Detroit Red Wings', '1942', True]
-0.122 ['NYI', 'New York Islanders', '2003', True]
-0.125 ['CBH', 'Chicago Black Hawks', '1986', True]
-0.126 ['MTL', 'Montreal Canadiens', '1951', True]
-0.126 ['CBH', 'Chicago Black Hawks', '1959', True]
-0.126 ['TOR', 'Toronto Maple Leafs', '1953', False]
-0.126 ['DET', 'Detroit Red Wings', '1960', True]
-0.126 ['EDM', 'Edmonton Oilers', '1998', True]
-0.127 ['WSH', 'Washington Capitals', '1982', False]
-0.128 ['OTT', 'Ottawa Senators', '2016', False]
-0.131 ['CBH', 'Chicago Black Hawks', '1981', True]
-0.131 ['DET', 'Detroit Red Wings', '2014', True]
-0.134 ['NSH', 'Nashville Predators', '2001', False]
-0.135 ['PHI', 'Philadelphia Flyers', '2013', False]
-0.136 ['PHX', 'Phoenix Coyotes', '2008', False]
-0.137 ['NYR', 'New York Rangers', '1962', True]
-0.137 ['TOR', 'Toronto Maple Leafs', '1959', True]
-0.137 ['TOR', 'Toronto Maple Leafs', '1930', False]
-0.138 ['TBL', 'Tampa Bay Lightning', '2006', True]
-0.139 ['CBH', 'Chicago Black Hawks', '1940', True]
-0.139 ['HAM', 'Hamilton Tigers', '1924', False]
-0.139 ['COL', 'Colorado Avalanche', '2012', False]
-0.143 ['VAN', 'Vancouver Canucks', '1981', True]
-0.143 ['STL', 'St. Louis Blues', '1980', True]
-0.143 ['BUF', 'Buffalo Sabres', '2012', False]
-0.143 ['TOR', 'Toronto Maple Leafs', '1970', False]
-0.144 ['CBH', 'Chicago Black Hawks', '1944', True]
-0.145 ['NJD', 'New Jersey Devils', '2014', False]
-0.146 ['DAL', 'Dallas Stars', '2010', False]
-0.147 ['STL', 'St. Louis Blues', '1994', True]
-0.148 ['NYA', 'New York Americans', '1927', False]
-0.149 ['DET', 'Detroit Red Wings', '1964', True]
-0.149 ['CBH', 'Chicago Black Hawks', '1976', True]
-0.149 ['LAK', 'Los Angeles Kings', '2004', False]
-0.152 ['NYI', 'New York Islanders', '1998', False]
-0.152 ['BUF', 'Buffalo Sabres', '1992', True]
-0.152 ['DET', 'Detroit Red Wings', '1978', True]
-0.153 ['TBL', 'Tampa Bay Lightning', '2007', True]
-0.153 ['PHI', 'Philadelphia Flyers', '1992', False]
-0.154 ['DET', 'Detroit Red Wings', '1989', True]
-0.156 ['WIN', 'Winnipeg Jets', '1988', True]
-0.157 ['NYR', 'New York Rangers', '1930', True]
-0.158 ['MIN', 'Minnesota Wild', '2013', True]
-0.158 ['EDM', 'Edmonton Oilers', '2008', False]
-0.159 ['MTL', 'Montreal Canadiens', '2012', False]
-0.159 ['DET', 'Detroit Red Wings', '2016', True]
-0.160 ['MTL', 'Montreal Canadiens', '1943', True]
-0.160 ['BOS', 'Boston Bruins', '1952', True]
-0.160 ['CBJ', 'Columbus Blue Jackets', '2015', False]
-0.163 ['QUE', 'Quebec Nordiques', '1994', False]
-0.163 ['BUF', 'Buffalo Sabres', '1996', False]
-0.165 ['PHX', 'Phoenix Coyotes', '2014', False]
-0.165 ['SJS', 'San Jose Sharks', '1994', True]
-0.165 ['WSH', 'Washington Capitals', '1997', False]
-0.166 ['LAK', 'Los Angeles Kings', '2003', False]
-0.166 ['EDM', 'Edmonton Oilers', '2009', False]
-0.167 ['TRS', 'Toronto St. Patricks', '1923', False]
-0.167 ['MTL', 'Montreal Canadiens', '1922', False]
-0.167 ['WIN', 'Winnipeg Jets', '1996', True]
-0.169 ['LAK', 'Los Angeles Kings', '1973', False]
-0.171 ['CGY', 'Calgary Flames', '1982', True]
-0.174 ['CBH', 'Chicago Black Hawks', '1942', True]
-0.174 ['PHI', 'Philadelphia Flyers', '1991', False]
-0.174 ['CGY', 'Calgary Flames', '1992', False]
-0.175 ['LAK', 'Los Angeles Kings', '1992', True]
-0.175 ['FLA', 'Florida Panthers', '2007', False]
-0.176 ['HAR', 'Hartford Whalers', '1988', True]
-0.176 ['TOR', 'Toronto Maple Leafs', '1946', False]
-0.177 ['WIN', 'Winnipeg Jets', '1993', True]
-0.178 ['MDA', 'Mighty Ducks of Anaheim', '1996', False]
-0.179 ['MTL', 'Montreal Canadiens', '2016', False]
-0.181 ['CHI', 'Chicago Blackhawks', '2003', False]
-0.182 ['TOR', 'Toronto Maple Leafs', '1995', True]
-0.183 ['NYR', 'New York Rangers', '1959', False]
-0.184 ['LAK', 'Los Angeles Kings', '2006', False]
-0.185 ['MNS', 'Minnesota North Stars', '1993', False]
-0.185 ['CGY', 'Calgary Flames', '2002', False]
-0.187 ['TOR', 'Toronto Maple Leafs', '1949', True]
-0.187 ['OTT', 'Ottawa Senators', '2010', True]
-0.187 ['OTS', 'Ottawa Senators', '1918', False]
-0.191 ['NYR', 'New York Rangers', '1987', True]
-0.192 ['PHI', 'Philadelphia Flyers', '1994', False]
-0.192 ['FLA', 'Florida Panthers', '2008', False]
-0.196 ['NSH', 'Nashville Predators', '2009', False]
-0.196 ['CAR', 'Carolina Hurricanes', '1998', False]
-0.197 ['CAR', 'Carolina Hurricanes', '2007', False]
-0.201 ['DAL', 'Dallas Stars', '2013', False]
-0.202 ['VAN', 'Vancouver Canucks', '1997', False]
-0.204 ['NSH', 'Nashville Predators', '2003', False]
-0.204 ['LAK', 'Los Angeles Kings', '1987', True]
-0.206 ['TOR', 'Toronto Maple Leafs', '1957', False]
-0.208 ['DET', 'Detroit Red Wings', '1946', True]
-0.210 ['STL', 'St. Louis Blues', '1973', True]
-0.211 ['STL', 'St. Louis Blues', '1987', True]
-0.212 ['CAR', 'Carolina Hurricanes', '2001', True]
-0.213 ['PHI', 'Philadelphia Flyers', '1971', True]
-0.215 ['WSH', 'Washington Capitals', '2002', False]
-0.215 ['WSH', 'Washington Capitals', '1999', False]
-0.217 ['PIT', 'Pittsburgh Penguins', '1982', True]
-0.217 ['NYR', 'New York Rangers', '1950', True]
-0.217 ['BOS', 'Boston Bruins', '1951', True]
-0.217 ['BOS', 'Boston Bruins', '1955', True]
-0.217 ['FLA', 'Florida Panthers', '1999', False]
-0.218 ['EDM', 'Edmonton Oilers', '2013', False]
-0.221 ['OTT', 'Ottawa Senators', '2009', False]
-0.221 ['BUF', 'Buffalo Sabres', '1988', True]
-0.221 ['OTS', 'Ottawa Senators', '1929', False]
-0.222 ['PTP', 'Pittsburgh Pirates', '1928', True]
-0.223 ['FLA', 'Florida Panthers', '2015', False]
-0.224 ['HAR', 'Hartford Whalers', '1984', False]
-0.225 ['PIT', 'Pittsburgh Penguins', '1971', False]
-0.226 ['WIN', 'Winnipeg Jets', '1983', True]
-0.226 ['HAR', 'Hartford Whalers', '1996', False]
-0.227 ['DTF', 'Detroit Falcons', '1932', True]
-0.228 ['PHX', 'Phoenix Coyotes', '2006', False]
-0.229 ['DET', 'Detroit Red Wings', '1961', True]
-0.229 ['BOS', 'Boston Bruins', '1953', True]
-0.229 ['PHI', 'Philadelphia Flyers', '2015', False]
-0.233 ['STL', 'St. Louis Blues', '1989', True]
-0.233 ['DET', 'Detroit Red Wings', '1987', True]
-0.235 ['BOS', 'Boston Bruins', '2001', False]
-0.236 ['MDA', 'Mighty Ducks of Anaheim', '2002', False]
-0.237 ['CBH', 'Chicago Black Hawks', '1933', False]
-0.238 ['FLA', 'Florida Panthers', '2006', False]
-0.240 ['BOS', 'Boston Bruins', '1960', False]
-0.240 ['NYR', 'New York Rangers', '1954', False]
-0.240 ['SJS', 'San Jose Sharks', '2003', False]
-0.243 ['VAN', 'Vancouver Canucks', '1984', True]
-0.244 ['CBJ', 'Columbus Blue Jackets', '2008', False]
-0.248 ['NYA', 'New York Americans', '1936', True]
-0.249 ['EDM', 'Edmonton Oilers', '1980', True]
-0.251 ['NYR', 'New York Rangers', '1963', False]
-0.251 ['BUF', 'Buffalo Sabres', '2016', False]
-0.252 ['PHI', 'Philadelphia Flyers', '1968', True]
-0.253 ['NYR', 'New York Rangers', '1947', False]
-0.255 ['NSH', 'Nashville Predators', '2014', False]
-0.256 ['TOR', 'Toronto Maple Leafs', '1990', True]
-0.256 ['FLA', 'Florida Panthers', '1995', False]
-0.258 ['CGS', 'California Golden Seals', '1976', False]
-0.259 ['MDA', 'Mighty Ducks of Anaheim', '1994', False]
-0.261 ['TBL', 'Tampa Bay Lightning', '1994', False]
-0.261 ['CBH', 'Chicago Black Hawks', '1932', True]
-0.262 ['WPG', 'Winnipeg Jets', '2016', False]
-0.263 ['WIN', 'Winnipeg Jets', '1982', True]
-0.263 ['WIN', 'Winnipeg Jets', '1991', False]
-0.263 ['COL', 'Colorado Avalanche', '2016', False]
-0.264 ['MTL', 'Montreal Canadiens', '1999', False]
-0.265 ['DET', 'Detroit Red Wings', '1991', True]
-0.265 ['TOR', 'Toronto Maple Leafs', '1927', False]
-0.269 ['PHX', 'Phoenix Coyotes', '2003', False]
-0.270 ['HAR', 'Hartford Whalers', '1995', False]
-0.273 ['TOR', 'Toronto Maple Leafs', '1980', True]
-0.273 ['LAK', 'Los Angeles Kings', '1980', True]
-0.275 ['ATF', 'Atlanta Flames', '1974', True]
-0.278 ['MNS', 'Minnesota North Stars', '1987', False]
-0.279 ['NJD', 'New Jersey Devils', '2016', False]
-0.280 ['CAR', 'Carolina Hurricanes', '2014', False]
-0.283 ['BUF', 'Buffalo Sabres', '1987', False]
-0.284 ['CGY', 'Calgary Flames', '1997', False]
-0.286 ['ATL', 'Atlanta Thrashers', '2009', False]
-0.289 ['WPG', 'Winnipeg Jets', '2012', False]
-0.289 ['CGY', 'Calgary Flames', '2012', False]
-0.292 ['MIN', 'Minnesota Wild', '2010', False]
-0.292 ['ATL', 'Atlanta Thrashers', '2010', False]
-0.293 ['MTL', 'Montreal Canadiens', '1948', False]
-0.296 ['LAK', 'Los Angeles Kings', '2009', False]
-0.297 ['VAN', 'Vancouver Canucks', '1980', True]
-0.297 ['CGY', 'Calgary Flames', '1999', False]
-0.297 ['NYR', 'New York Rangers', '2003', False]
-0.298 ['ANA', 'Anaheim Ducks', '2012', False]
-0.301 ['CHI', 'Chicago Blackhawks', '1987', True]
-0.302 ['VAN', 'Vancouver Canucks', '2014', False]
-0.302 ['BUF', 'Buffalo Sabres', '2013', False]
-0.305 ['DAL', 'Dallas Stars', '2009', False]
-0.305 ['VAN', 'Vancouver Canucks', '1987', False]
-0.309 ['NYR', 'New York Rangers', '1952', False]
-0.310 ['MIN', 'Minnesota Wild', '2011', False]
-0.311 ['NJD', 'New Jersey Devils', '2013', False]
-0.314 ['CAR', 'Carolina Hurricanes', '2016', False]
-0.314 ['TOR', 'Toronto Maple Leafs', '1975', True]
-0.319 ['FLA', 'Florida Panthers', '2012', True]
-0.320 ['TOR', 'Toronto Maple Leafs', '1956', True]
-0.321 ['STL', 'St. Louis Blues', '2008', False]
-0.323 ['WIN', 'Winnipeg Jets', '1995', False]
-0.323 ['EDM', 'Edmonton Oilers', '2012', False]
-0.324 ['TBL', 'Tampa Bay Lightning', '1997', False]
-0.324 ['TOR', 'Toronto Maple Leafs', '2008', False]
-0.325 ['STL', 'St. Louis Blues', '1988', True]
-0.326 ['MTL', 'Montreal Canadiens', '2001', False]
-0.330 ['LAK', 'Los Angeles Kings', '1994', False]
-0.331 ['DET', 'Detroit Red Wings', '1967', False]
-0.333 ['TOR', 'Toronto Maple Leafs', '2014', False]
-0.333 ['NYR', 'New York Rangers', '1948', True]
-0.334 ['DTC', 'Detroit Cougars', '1930', False]
-0.334 ['LAK', 'Los Angeles Kings', '2008', False]
-0.336 ['BOS', 'Boston Bruins', '2006', False]
-0.336 ['CAR', 'Carolina Hurricanes', '2010', False]
-0.337 ['MTL', 'Montreal Canadiens', '1997', True]
-0.340 ['MDA', 'Mighty Ducks of Anaheim', '2004', False]
-0.343 ['BOS', 'Boston Bruins', '1950', False]
-0.343 ['STL', 'St. Louis Blues', '1996', True]
-0.345 ['MNS', 'Minnesota North Stars', '1989', True]
-0.346 ['STL', 'St. Louis Blues', '1968', True]
-0.346 ['NSH', 'Nashville Predators', '2002', False]
-0.346 ['BOS', 'Boston Bruins', '1934', False]
-0.349 ['NYR', 'New York Rangers', '2000', False]
-0.354 ['MTL', 'Montreal Canadiens', '2003', False]
-0.354 ['DET', 'Detroit Red Wings', '1958', True]
-0.358 ['MNS', 'Minnesota North Stars', '1992', True]
-0.360 ['CGY', 'Calgary Flames', '2016', False]
-0.360 ['CGY', 'Calgary Flames', '2014', False]
-0.361 ['BUF', 'Buffalo Sabres', '2003', False]
-0.362 ['WPG', 'Winnipeg Jets', '2013', False]
-0.362 ['OTT', 'Ottawa Senators', '2014', False]
-0.363 ['LAK', 'Los Angeles Kings', '1999', False]
-0.365 ['DET', 'Detroit Red Wings', '1939', True]
-0.365 ['PIT', 'Pittsburgh Penguins', '1974', False]
-0.366 ['NYR', 'New York Rangers', '1951', False]
-0.367 ['QUE', 'Quebec Nordiques', '1988', False]
-0.368 ['HAR', 'Hartford Whalers', '1997', False]
-0.368 ['WSH', 'Washington Capitals', '1981', False]
-0.374 ['TOR', 'Toronto Maple Leafs', '2012', False]
-0.374 ['TOR', 'Toronto Maple Leafs', '1973', False]
-0.375 ['CBJ', 'Columbus Blue Jackets', '2016', False]
-0.375 ['ATL', 'Atlanta Thrashers', '2004', False]
-0.377 ['CAR', 'Carolina Hurricanes', '2012', False]
-0.377 ['CHI', 'Chicago Blackhawks', '2001', False]
-0.378 ['WIN', 'Winnipeg Jets', '1984', True]
-0.379 ['MNS', 'Minnesota North Stars', '1971', True]
-0.380 ['WSH', 'Washington Capitals', '1980', False]
-0.386 ['STL', 'St. Louis Blues', '1983', True]
-0.388 ['TOR', 'Toronto Maple Leafs', '2011', False]
-0.388 ['STL', 'St. Louis Blues', '1984', True]
-0.388 ['NJD', 'New Jersey Devils', '2011', False]
-0.389 ['TOR', 'Toronto Maple Leafs', '1958', False]
-0.390 ['CGY', 'Calgary Flames', '2001', False]
-0.392 ['NSH', 'Nashville Predators', '2000', False]
-0.392 ['MNS', 'Minnesota North Stars', '1979', False]
-0.395 ['NYR', 'New York Rangers', '2002', False]
-0.400 ['NJD', 'New Jersey Devils', '2015', False]
-0.400 ['DET', 'Detroit Red Wings', '1962', False]
-0.400 ['CBH', 'Chicago Black Hawks', '1948', False]
-0.401 ['NYI', 'New York Islanders', '2011', False]
-0.406 ['CGY', 'Calgary Flames', '2003', False]
-0.408 ['FLA', 'Florida Panthers', '2011', False]
-0.410 ['DET', 'Detroit Red Wings', '1984', True]
-0.412 ['NYR', 'New York Rangers', '1998', False]
-0.413 ['FLA', 'Florida Panthers', '2004', False]
-0.413 ['DET', 'Detroit Red Wings', '1990', False]
-0.414 ['LAK', 'Los Angeles Kings', '1988', True]
-0.417 ['MTL', 'Montreal Canadiens', '1995', False]
-0.419 ['MTL', 'Montreal Canadiens', '1933', True]
-0.420 ['CGY', 'Calgary Flames', '1998', False]
-0.422 ['PHI', 'Philadelphia Flyers', '1970', False]
-0.424 ['NYR', 'New York Rangers', '1977', False]
-0.424 ['STL', 'St. Louis Blues', '2007', False]
-0.426 ['PHI', 'Philadelphia Flyers', '1972', False]
-0.427 ['PIT', 'Pittsburgh Penguins', '1968', False]
-0.428 ['ARI', 'Arizona Coyotes', '2016', False]
-0.434 ['FLA', 'Florida Panthers', '2010', False]
-0.434 ['BOS', 'Boston Bruins', '1956', False]
-0.436 ['CAR', 'Carolina Hurricanes', '2015', False]
-0.446 ['CBH', 'Chicago Black Hawks', '1958', False]
-0.446 ['MIN', 'Minnesota Wild', '2002', False]
-0.446 ['HAR', 'Hartford Whalers', '1992', True]
-0.447 ['MIN', 'Minnesota Wild', '2001', False]
-0.447 ['TOR', 'Toronto Maple Leafs', '1987', True]
-0.448 ['CBJ', 'Columbus Blue Jackets', '2010', False]
-0.450 ['PIT', 'Pittsburgh Penguins', '1972', True]
-0.451 ['CGY', 'Calgary Flames', '2000', False]
-0.451 ['DET', 'Detroit Red Wings', '1980', False]
-0.451 ['MTL', 'Montreal Canadiens', '1941', True]
-0.454 ['TOR', 'Toronto Maple Leafs', '1983', True]
-0.455 ['TOR', 'Toronto Maple Leafs', '1998', False]
-0.457 ['CAR', 'Carolina Hurricanes', '2004', False]
-0.459 ['CBJ', 'Columbus Blue Jackets', '2011', False]
-0.462 ['STL', 'St. Louis Blues', '1972', True]
-0.462 ['LAK', 'Los Angeles Kings', '1968', True]
-0.463 ['DET', 'Detroit Red Wings', '1979', False]
-0.465 ['CBJ', 'Columbus Blue Jackets', '2001', False]
-0.465 ['OAK', 'Oakland Seals', '1969', True]
-0.468 ['CBH', 'Chicago Black Hawks', '1982', True]
-0.469 ['CBH', 'Chicago Black Hawks', '1950', False]
-0.469 ['CBH', 'Chicago Black Hawks', '1941', True]
-0.472 ['HAM', 'Hamilton Tigers', '1922', False]
-0.473 ['HAR', 'Hartford Whalers', '1985', False]
-0.474 ['TOR', 'Toronto Maple Leafs', '1997', False]
-0.480 ['BOS', 'Boston Bruins', '1964', False]
-0.481 ['TOR', 'Toronto Maple Leafs', '2009', False]
-0.481 ['MNS', 'Minnesota North Stars', '1970', True]
-0.483 ['BOS', 'Boston Bruins', '2000', False]
-0.485 ['PIT', 'Pittsburgh Penguins', '1990', False]
-0.486 ['MNS', 'Minnesota North Stars', '1974', False]
-0.486 ['NYA', 'New York Americans', '1926', False]
-0.490 ['NSH', 'Nashville Predators', '2013', False]
-0.490 ['TBL', 'Tampa Bay Lightning', '1995', False]
-0.491 ['NYR', 'New York Rangers', '1957', True]
-0.492 ['NYA', 'New York Americans', '1933', False]
-0.492 ['HAR', 'Hartford Whalers', '1991', True]
-0.493 ['VAN', 'Vancouver Canucks', '1988', False]
-0.495 ['NYI', 'New York Islanders', '2010', False]
-0.497 ['STL', 'St. Louis Blues', '1977', True]
-0.498 ['NYR', 'New York Rangers', '2001', False]
-0.500 ['NYI', 'New York Islanders', '2014', False]
-0.502 ['STL', 'St. Louis Blues', '1982', True]
-0.503 ['NYR', 'New York Rangers', '1961', False]
-0.504 ['NYR', 'New York Rangers', '2004', False]
-0.507 ['CBH', 'Chicago Black Hawks', '1949', False]
-0.509 ['EDM', 'Edmonton Oilers', '2016', False]
-0.509 ['PHX', 'Phoenix Coyotes', '2009', False]
-0.509 ['TRS', 'Toronto St. Patricks', '1926', False]
-0.510 ['OTS', 'Ottawa Senators', '1934', False]
-0.510 ['NYA', 'New York Americans', '1934', False]
-0.511 ['PIT', 'Pittsburgh Penguins', '1981', True]
-0.511 ['EDM', 'Edmonton Oilers', '1994', False]
-0.511 ['CBH', 'Chicago Black Hawks', '1984', True]
-0.512 ['CBJ', 'Columbus Blue Jackets', '2007', False]
-0.515 ['STL', 'St. Louis Blues', '1974', False]
-0.516 ['WIN', 'Winnipeg Jets', '1989', False]
-0.520 ['NYR', 'New York Rangers', '1949', False]
-0.520 ['TBL', 'Tampa Bay Lightning', '2010', False]
-0.521 ['EDM', 'Edmonton Oilers', '2007', False]
-0.524 ['NJD', 'New Jersey Devils', '1989', False]
-0.533 ['MTM', 'Montreal Maroons', '1925', False]
-0.534 ['TOR', 'Toronto Maple Leafs', '1981', True]
-0.536 ['CBH', 'Chicago Black Hawks', '1979', True]
-0.538 ['MTL', 'Montreal Canadiens', '1939', True]
-0.540 ['CBJ', 'Columbus Blue Jackets', '2003', False]
-0.542 ['STL', 'St. Louis Blues', '1976', True]
-0.543 ['CHI', 'Chicago Blackhawks', '1999', False]
-0.543 ['CBH', 'Chicago Black Hawks', '1937', False]
-0.544 ['CLE', 'Cleveland Barons', '1977', False]
-0.545 ['TBL', 'Tampa Bay Lightning', '2002', False]
-0.548 ['CHI', 'Chicago Blackhawks', '1989', True]
-0.551 ['ATL', 'Atlanta Thrashers', '2011', False]
-0.552 ['NYI', 'New York Islanders', '2008', False]
-0.553 ['NYI', 'New York Islanders', '1999', False]
-0.555 ['TOR', 'Toronto Maple Leafs', '2016', False]
-0.564 ['TBL', 'Tampa Bay Lightning', '2012', False]
-0.564 ['DET', 'Detroit Red Wings', '1938', False]
-0.565 ['ATF', 'Atlanta Flames', '1973', False]
-0.567 ['TBL', 'Tampa Bay Lightning', '2008', False]
-0.572 ['NYI', 'New York Islanders', '2012', False]
-0.572 ['FLA', 'Florida Panthers', '2001', False]
-0.576 ['VAN', 'Vancouver Canucks', '1998', False]
-0.578 ['NYI', 'New York Islanders', '2006', False]
-0.579 ['LAK', 'Los Angeles Kings', '1996', False]
-0.581 ['MIN', 'Minnesota Wild', '2012', False]
-0.582 ['DAL', 'Dallas Stars', '1996', False]
-0.582 ['NYR', 'New York Rangers', '1985', True]
-0.583 ['DET', 'Detroit Red Wings', '1959', False]
-0.590 ['NYA', 'New York Americans', '1940', True]
-0.591 ['MNS', 'Minnesota North Stars', '1968', True]
-0.592 ['LAK', 'Los Angeles Kings', '2007', False]
-0.598 ['PTP', 'Pittsburgh Pirates', '1927', False]
-0.598 ['DTC', 'Detroit Cougars', '1927', False]
-0.600 ['TOR', 'Toronto Maple Leafs', '2015', False]
-0.611 ['FLA', 'Florida Panthers', '1998', False]
-0.611 ['CHI', 'Chicago Blackhawks', '2007', False]
-0.613 ['VAN', 'Vancouver Canucks', '2016', False]
-0.617 ['LAK', 'Los Angeles Kings', '1997', False]
-0.618 ['PIT', 'Pittsburgh Penguins', '1980', True]
-0.619 ['MDA', 'Mighty Ducks of Anaheim', '2001', False]
-0.619 ['LAK', 'Los Angeles Kings', '1983', False]
-0.622 ['CLR', 'Colorado Rockies', '1978', True]
-0.622 ['PIT', 'Pittsburgh Penguins', '2002', False]
-0.625 ['DET', 'Detroit Red Wings', '1940', True]
-0.626 ['WSH', 'Washington Capitals', '2007', False]
-0.627 ['NYI', 'New York Islanders', '1995', False]
-0.635 ['VAN', 'Vancouver Canucks', '1986', True]
-0.636 ['DET', 'Detroit Red Wings', '1985', True]
-0.637 ['VAN', 'Vancouver Canucks', '1990', False]
-0.638 ['MTL', 'Montreal Canadiens', '1935', True]
-0.639 ['TOR', 'Toronto Maple Leafs', '2010', False]
-0.640 ['NYR', 'New York Rangers', '1964', False]
-0.640 ['BOS', 'Boston Bruins', '1945', True]
-0.640 ['CBH', 'Chicago Black Hawks', '1957', False]
-0.640 ['CHI', 'Chicago Blackhawks', '1988', True]
-0.643 ['CAR', 'Carolina Hurricanes', '2013', False]
-0.644 ['CGY', 'Calgary Flames', '2013', False]
-0.650 ['LAK', 'Los Angeles Kings', '1995', False]
-0.651 ['CBJ', 'Columbus Blue Jackets', '2012', False]
-0.658 ['PHX', 'Phoenix Coyotes', '2004', False]
-0.660 ['NYA', 'New York Americans', '1939', True]
-0.660 ['SJS', 'San Jose Sharks', '1995', True]
-0.662 ['MDA', 'Mighty Ducks of Anaheim', '1998', False]
-0.664 ['COL', 'Colorado Avalanche', '2009', False]
-0.666 ['LAK', 'Los Angeles Kings', '1982', True]
-0.670 ['OTT', 'Ottawa Senators', '2011', False]
-0.671 ['MTL', 'Montreal Canadiens', '1926', False]
-0.674 ['NYR', 'New York Rangers', '1953', False]
-0.675 ['TOR', 'Toronto Maple Leafs', '1992', False]
-0.677 ['MTL', 'Montreal Canadiens', '1942', True]
-0.679 ['CBJ', 'Columbus Blue Jackets', '2006', False]
-0.686 ['NYR', 'New York Rangers', '1960', False]
-0.686 ['NYR', 'New York Rangers', '1955', False]
-0.686 ['HAR', 'Hartford Whalers', '1994', False]
-0.689 ['PHI', 'Philadelphia Flyers', '1969', True]
-0.690 ['NYA', 'New York Americans', '1937', False]
-0.697 ['CBH', 'Chicago Black Hawks', '1956', False]
-0.699 ['ATL', 'Atlanta Thrashers', '2008', False]
-0.701 ['PTP', 'Pittsburgh Pirates', '1929', False]
-0.703 ['CBH', 'Chicago Black Hawks', '1938', True]
-0.706 ['NYI', 'New York Islanders', '1989', False]
-0.707 ['COL', 'Colorado Avalanche', '2011', False]
-0.711 ['WSH', 'Washington Capitals', '1979', False]
-0.712 ['CBJ', 'Columbus Blue Jackets', '2004', False]
-0.712 ['CBH', 'Chicago Black Hawks', '1939', False]
-0.720 ['BOS', 'Boston Bruins', '1944', False]
-0.722 ['TRS', 'Toronto St. Patricks', '1924', False]
-0.724 ['PHX', 'Phoenix Coyotes', '2007', False]
-0.727 ['COL', 'Colorado Avalanche', '2013', False]
-0.729 ['BRO', 'Brooklyn Americans', '1942', False]
-0.734 ['MTL', 'Montreal Canadiens', '1936', False]
-0.736 ['FLA', 'Florida Panthers', '2003', False]
-0.738 ['ATL', 'Atlanta Thrashers', '2003', False]
-0.738 ['MNS', 'Minnesota North Stars', '1985', True]
-0.740 ['CBH', 'Chicago Black Hawks', '1977', True]
-0.740 ['DET', 'Detroit Red Wings', '1974', False]
-0.749 ['LAK', 'Los Angeles Kings', '1984', False]
-0.751 ['QUE', 'Quebec Nordiques', '1992', False]
-0.752 ['VAN', 'Vancouver Canucks', '1977', False]
-0.752 ['NYR', 'New York Rangers', '1946', False]
-0.752 ['PIT', 'Pittsburgh Penguins', '1970', True]
-0.754 ['NYR', 'New York Rangers', '1966', False]
-0.757 ['VAN', 'Vancouver Canucks', '1999', False]
-0.757 ['LAK', 'Los Angeles Kings', '1971', False]
-0.758 ['EDM', 'Edmonton Oilers', '2014', False]
-0.758 ['VAN', 'Vancouver Canucks', '1991', True]
-0.758 ['MDA', 'Mighty Ducks of Anaheim', '1995', False]
-0.765 ['PIT', 'Pittsburgh Penguins', '1978', False]
-0.766 ['NYA', 'New York Americans', '1935', False]
-0.766 ['NYR', 'New York Rangers', '1965', False]
-0.767 ['NYI', 'New York Islanders', '1991', False]
-0.768 ['EDM', 'Edmonton Oilers', '1996', False]
-0.770 ['NJD', 'New Jersey Devils', '1986', False]
-0.771 ['BOS', 'Boston Bruins', '2007', False]
-0.772 ['QUE', 'Quebec Nordiques', '1980', False]
-0.776 ['NYI', 'New York Islanders', '1974', False]
-0.776 ['QUE', 'Quebec Nordiques', '1989', False]
-0.778 ['TRA', 'Toronto Arenas', '1919', False]
-0.779 ['SJS', 'San Jose Sharks', '1997', False]
-0.780 ['BOS', 'Boston Bruins', '1997', False]
-0.784 ['OTS', 'Ottawa Senators', '1933', False]
-0.789 ['EDM', 'Edmonton Oilers', '2010', False]
-0.793 ['NYR', 'New York Rangers', '1976', False]
-0.793 ['VAN', 'Vancouver Canucks', '1971', False]
-0.795 ['WSH', 'Washington Capitals', '2004', False]
-0.800 ['TBL', 'Tampa Bay Lightning', '2009', False]
-0.805 ['PIT', 'Pittsburgh Penguins', '2003', False]
-0.806 ['HAM', 'Hamilton Tigers', '1923', False]
-0.810 ['WSH', 'Washington Capitals', '2006', False]
-0.811 ['BOS', 'Boston Bruins', '1967', False]
-0.815 ['NYA', 'New York Americans', '1932', False]
-0.830 ['PIT', 'Pittsburgh Penguins', '1969', False]
-0.837 ['NSH', 'Nashville Predators', '1999', False]
-0.842 ['CHI', 'Chicago Blackhawks', '2004', False]
-0.842 ['PIT', 'Pittsburgh Penguins', '2006', False]
-0.845 ['DET', 'Detroit Red Wings', '1976', False]
-0.846 ['CBH', 'Chicago Black Hawks', '1955', False]
-0.848 ['CBH', 'Chicago Black Hawks', '1945', False]
-0.850 ['TOR', 'Toronto Maple Leafs', '1991', False]
-0.852 ['CGS', 'California Golden Seals', '1972', False]
-0.855 ['FLA', 'Florida Panthers', '2014', False]
-0.859 ['MTM', 'Montreal Maroons', '1938', False]
-0.861 ['CAR', 'Carolina Hurricanes', '2003', False]
-0.864 ['NJD', 'New Jersey Devils', '1987', False]
-0.868 ['VAN', 'Vancouver Canucks', '1974', False]
-0.875 ['HAR', 'Hartford Whalers', '1982', False]
-0.876 ['BUF', 'Buffalo Sabres', '1971', False]
-0.877 ['CHI', 'Chicago Blackhawks', '2006', False]
-0.879 ['MNS', 'Minnesota North Stars', '1977', True]
-0.879 ['CLR', 'Colorado Rockies', '1980', False]
-0.882 ['EDM', 'Edmonton Oilers', '2011', False]
-0.884 ['FLA', 'Florida Panthers', '2002', False]
-0.888 ['DET', 'Detroit Red Wings', '1975', False]
-0.891 ['BOS', 'Boston Bruins', '1961', False]
-0.893 ['NYI', 'New York Islanders', '2009', False]
-0.911 ['EDM', 'Edmonton Oilers', '1995', False]
-0.923 ['NYA', 'New York Americans', '1930', False]
-0.927 ['WIN', 'Winnipeg Jets', '1986', True]
-0.934 ['HAR', 'Hartford Whalers', '1993', False]
-0.939 ['TBL', 'Tampa Bay Lightning', '1993', False]
-0.943 ['NYI', 'New York Islanders', '1996', False]
-0.946 ['TBL', 'Tampa Bay Lightning', '2001', False]
-0.947 ['NJD', 'New Jersey Devils', '1985', False]
-0.949 ['BOS', 'Boston Bruins', '1963', False]
-0.949 ['CBH', 'Chicago Black Hawks', '1952', False]
-0.949 ['DET', 'Detroit Red Wings', '1983', False]
-0.950 ['HAR', 'Hartford Whalers', '1981', False]
-0.953 ['OAK', 'Oakland Seals', '1968', False]
-0.955 ['TOR', 'Toronto Maple Leafs', '1988', True]
-0.960 ['ATL', 'Atlanta Thrashers', '2001', False]
-0.964 ['OAK', 'Oakland Seals', '1970', True]
-0.969 ['WSH', 'Washington Capitals', '1977', False]
-0.971 ['LAK', 'Los Angeles Kings', '1969', True]
-0.983 ['NYI', 'New York Islanders', '2000', False]
-0.986 ['NYI', 'New York Islanders', '2001', False]
-0.991 ['TOR', 'Toronto Maple Leafs', '1986', True]
-0.992 ['OTS', 'Ottawa Senators', '1931', False]
-0.994 ['BOS', 'Boston Bruins', '1965', False]
-0.999 ['CBJ', 'Columbus Blue Jackets', '2002', False]
-1.004 ['VAN', 'Vancouver Canucks', '1978', False]
-1.006 ['CLR', 'Colorado Rockies', '1977', False]
-1.006 ['EDM', 'Edmonton Oilers', '2015', False]
-1.016 ['PHI', 'Philadelphia Flyers', '2007', False]
-1.018 ['BUF', 'Buffalo Sabres', '1972', False]
-1.021 ['CLR', 'Colorado Rockies', '1981', False]
-1.033 ['DET', 'Detroit Red Wings', '1981', False]
-1.038 ['DET', 'Detroit Red Wings', '1982', False]
-1.042 ['VAN', 'Vancouver Canucks', '1979', True]
-1.042 ['MNS', 'Minnesota North Stars', '1969', False]
-1.049 ['CLE', 'Cleveland Barons', '1978', False]
-1.050 ['TOR', 'Toronto Maple Leafs', '1982', False]
-1.054 ['TOR', 'Toronto Maple Leafs', '1989', False]
-1.055 ['CBH', 'Chicago Black Hawks', '1929', False]
-1.057 ['STE', 'St. Louis Eagles', '1935', False]
-1.074 ['TOR', 'Toronto Maple Leafs', '1984', False]
-1.078 ['BUF', 'Buffalo Sabres', '2014', False]
-1.080 ['CBH', 'Chicago Black Hawks', '1947', False]
-1.108 ['STL', 'St. Louis Blues', '2006', False]
-1.111 ['HAM', 'Hamilton Tigers', '1921', False]
-1.112 ['OTT', 'Ottawa Senators', '1995', False]
-1.112 ['VAN', 'Vancouver Canucks', '1972', False]
-1.115 ['WIN', 'Winnipeg Jets', '1994', False]
-1.124 ['OTT', 'Ottawa Senators', '1996', False]
-1.143 ['EDM', 'Edmonton Oilers', '1993', False]
-1.154 ['BOS', 'Boston Bruins', '1966', False]
-1.171 ['CGS', 'California Golden Seals', '1975', False]
-1.172 ['DET', 'Detroit Red Wings', '1971', False]
-1.172 ['LAK', 'Los Angeles Kings', '1972', False]
-1.174 ['FLA', 'Florida Panthers', '2013', False]
-1.187 ['WIN', 'Winnipeg Jets', '1980', False]
-1.201 ['ARI', 'Arizona Coyotes', '2015', False]
-1.230 ['NYA', 'New York Americans', '1928', False]
-1.231 ['SJS', 'San Jose Sharks', '1996', False]
-1.232 ['ATL', 'Atlanta Thrashers', '2002', False]
-1.242 ['LAK', 'Los Angeles Kings', '1986', False]
-1.246 ['CBH', 'Chicago Black Hawks', '1951', False]
-1.246 ['CBH', 'Chicago Black Hawks', '1954', False]
-1.249 ['VAN', 'Vancouver Canucks', '1985', False]
-1.250 ['VAN', 'Vancouver Canucks', '1973', False]
-1.255 ['PIT', 'Pittsburgh Penguins', '1985', False]
-1.258 ['NJD', 'New Jersey Devils', '1983', False]
-1.279 ['STL', 'St. Louis Blues', '1979', False]
-1.286 ['TBL', 'Tampa Bay Lightning', '1999', False]
-1.300 ['PIT', 'Pittsburgh Penguins', '2004', False]
-1.304 ['MNS', 'Minnesota North Stars', '1978', False]
-1.306 ['TBL', 'Tampa Bay Lightning', '2000', False]
-1.317 ['CGS', 'California Golden Seals', '1973', False]
-1.317 ['MNS', 'Minnesota North Stars', '1976', False]
-1.319 ['BUF', 'Buffalo Sabres', '2015', False]
-1.323 ['TOR', 'Toronto Maple Leafs', '1985', False]
-1.327 ['STL', 'St. Louis Blues', '1978', False]
-1.337 ['MTL', 'Montreal Canadiens', '1940', False]
-1.341 ['CBH', 'Chicago Black Hawks', '1928', False]
-1.349 ['MNS', 'Minnesota North Stars', '1988', False]
-1.363 ['TBL', 'Tampa Bay Lightning', '1998', False]
-1.367 ['NJD', 'New Jersey Devils', '1984', False]
-1.392 ['QUE', 'Quebec Nordiques', '1991', False]
-1.409 ['CLR', 'Colorado Rockies', '1982', False]
-1.423 ['MNS', 'Minnesota North Stars', '1975', False]
-1.432 ['DET', 'Detroit Red Wings', '1977', False]
-1.432 ['CGS', 'California Golden Seals', '1971', False]
-1.447 ['WSH', 'Washington Capitals', '1978', False]
-1.472 ['NYR', 'New York Rangers', '1943', False]
-1.474 ['BOS', 'Boston Bruins', '1962', False]
-1.488 ['NYR', 'New York Rangers', '1945', False]
-1.510 ['NYA', 'New York Americans', '1941', False]
-1.529 ['LAK', 'Los Angeles Kings', '1970', False]
-1.549 ['CLR', 'Colorado Rockies', '1979', False]
-1.550 ['HAR', 'Hartford Whalers', '1983', False]
-1.561 ['PIT', 'Pittsburgh Penguins', '1984', False]
-1.588 ['PIT', 'Pittsburgh Penguins', '1983', False]
-1.649 ['PTP', 'Pittsburgh Pirates', '1930', False]
-1.690 ['SJS', 'San Jose Sharks', '1992', False]
-1.701 ['KCS', 'Kansas City Scouts', '1975', False]
-1.708 ['ATL', 'Atlanta Thrashers', '2000', False]
-1.760 ['CGS', 'California Golden Seals', '1974', False]
-1.824 ['DET', 'Detroit Red Wings', '1986', False]
-1.829 ['WIN', 'Winnipeg Jets', '1981', False]
-1.867 ['BOS', 'Boston Bruins', '1925', False]
-1.887 ['QUE', 'Quebec Nordiques', '1990', False]
-1.930 ['KCS', 'Kansas City Scouts', '1976', False]
-1.955 ['WSH', 'Washington Capitals', '1976', False]
-2.087 ['NYI', 'New York Islanders', '1973', False]
-2.094 ['OTT', 'Ottawa Senators', '1993', False]
-2.129 ['PHQ', 'Philadelphia Quakers', '1931', False]
-2.218 ['OTT', 'Ottawa Senators', '1994', False]
-2.233 ['SJS', 'San Jose Sharks', '1993', False]
-2.368 ['NYR', 'New York Rangers', '1944', False]
-2.389 ['QBC', 'Quebec Athletic Club/Bulldogs', '1920', False]
-3.030 ['MTW', 'Montreal Wanderers', '1918', False]
-3.074 ['WSH', 'Washington Capitals', '1975', False]



WHA CPQI All time:
brucejohnjennerlawso said:
1.444 ['HSA', 'Houston Aeros', '1975', True]
1.308 ['SVT', 'Soviet All-Stars', '1979', False]
1.201 ['WNJ', 'Winnipeg Jets', '1978', True]
1.092 ['HSA', 'Houston Aeros', '1974', True]
0.952 ['WNJ', 'Winnipeg Jets', '1976', True]
0.881 ['HSA', 'Houston Aeros', '1976', True]
0.811 ['HSA', 'Houston Aeros', '1977', True]
0.761 ['WNJ', 'Winnipeg Jets', '1977', True]
0.734 ['EDO', 'Edmonton Oilers', '1979', True]
0.716 ['NEW', 'New England Whalers', '1978', True]
0.686 ['SDM', 'San Diego Mariners', '1975', True]
0.659 ['QBN', 'Quebec Nordiques', '1977', True]
0.642 ['MFS', 'Minnesota Fighting Saints', '1974', True]
0.621 ['NEW', 'New England Whalers', '1973', True]
0.583 ['CNS', 'Cincinnati Stingers', '1977', True]
0.549 ['QBN', 'Quebec Nordiques', '1976', True]
0.545 ['CLC', 'Cleveland Crusaders', '1973', True]
0.533 ['TRT', 'Toronto Toros', '1975', True]
0.420 ['WNJ', 'Winnipeg Jets', '1973', True]
0.414 ['PHR', 'Phoenix Roadrunners', '1975', True]
0.391 ['TRT', 'Toronto Toros', '1974', True]
0.379 ['QBN', 'Quebec Nordiques', '1975', True]
0.356 ['NEW', 'New England Whalers', '1974', True]
0.343 ['MFS', 'Minnesota Fighting Saints', '1975', True]
0.343 ['WNJ', 'Winnipeg Jets', '1975', False]
0.324 ['QBN', 'Quebec Nordiques', '1974', False]
0.278 ['CGC', 'Calgary Cowboys', '1976', True]
0.268 ['QBN', 'Quebec Nordiques', '1979', True]
0.213 ['SDM', 'San Diego Mariners', '1976', True]
0.189 ['PHR', 'Phoenix Roadrunners', '1976', True]
0.177 ['HSA', 'Houston Aeros', '1973', True]
0.163 ['ALO', 'Alberta Oilers', '1973', True]
0.150 ['MNF', 'Minnesota Fighting Saints', '1977', False]
0.133 ['NEW', 'New England Whalers', '1979', True]
0.110 ['LAS', 'Los Angeles Sharks', '1973', True]
0.056 ['CLC', 'Cleveland Crusaders', '1974', True]
0.043 ['EDO', 'Edmonton Oilers', '1978', True]
0.036 ['QBN', 'Quebec Nordiques', '1978', True]
0.027 ['MFS', 'Minnesota Fighting Saints', '1976', False]
0.000 ['EDO', 'Edmonton Oilers', '1975', False]
-0.019 ['CHC', 'Chicago Cougars', '1974', True]
-0.046 ['SDM', 'San Diego Mariners', '1977', True]
-0.048 ['EDO', 'Edmonton Oilers', '1974', True]
-0.049 ['WNJ', 'Winnipeg Jets', '1979', True]
-0.059 ['NEW', 'New England Whalers', '1975', True]
-0.065 ['HSA', 'Houston Aeros', '1978', True]
-0.083 ['CNS', 'Cincinnati Stingers', '1979', True]
-0.111 ['INR', 'Indianapolis Racers', '1976', True]
-0.124 ['NEW', 'New England Whalers', '1977', True]
-0.151 ['CLC', 'Cleveland Crusaders', '1976', True]
-0.166 ['VNB', 'Vancouver Blazers', '1975', False]
-0.181 ['PHB', 'Philadelphia Blazers', '1973', True]
-0.189 ['BRB', 'Birmingham Bulls', '1977', False]
-0.224 ['BRB', 'Birmingham Bulls', '1979', False]
-0.234 ['MFS', 'Minnesota Fighting Saints', '1973', True]
-0.260 ['CLC', 'Cleveland Crusaders', '1975', True]
-0.267 ['OTN', 'Ottawa Nationals', '1973', True]
-0.275 ['INR', 'Indianapolis Racers', '1977', True]
-0.288 ['BRB', 'Birmingham Bulls', '1978', True]
-0.340 ['NYW', 'New York Raiders', '1973', False]
-0.376 ['CNS', 'Cincinnati Stingers', '1978', False]
-0.383 ['WNJ', 'Winnipeg Jets', '1974', True]
-0.434 ['QBN', 'Quebec Nordiques', '1973', False]
-0.450 ['NEW', 'New England Whalers', '1976', True]
-0.473 ['CGC', 'Calgary Cowboys', '1977', False]
-0.493 ['NYJ', 'New York Golden Blades/New Jersey Knights', '1974', False]
-0.578 ['TRT', 'Toronto Toros', '1976', False]
-0.580 ['CHC', 'Chicago Cougars', '1973', False]
-0.604 ['CHC', 'Chicago Cougars', '1975', False]
-0.652 ['EDO', 'Edmonton Oilers', '1977', True]
-0.678 ['CNS', 'Cincinnati Stingers', '1976', False]
-0.719 ['EDO', 'Edmonton Oilers', '1976', True]
-0.779 ['DOT', 'Denver Spurs/Ottawa Civics', '1976', False]
-0.786 ['VNB', 'Vancouver Blazers', '1974', False]
-0.928 ['INR', 'Indianapolis Racers', '1978', False]
-1.081 ['SVT', 'Soviet All-Stars', '1978', False]
-1.127 ['PHR', 'Phoenix Roadrunners', '1977', False]
-1.132 ['LAS', 'Los Angeles Sharks', '1974', False]
-1.444 ['INR', 'Indianapolis Racers', '1975', False]
-1.609 ['MIB', 'Michigan Stags/Baltimore Blades', '1975', False]
-1.959 ['INR', 'Indianapolis Racers', '1979', False]
-2.331 ['CZC', 'Czechoslovakia', '1978', False]
-3.025 ['CZC', 'Czechoslovakia', '1979', False]
-3.075 ['FNL', 'Finland', '1979', False]
 
  • Like
Reactions: Bear of Bad News

Nerowoy nora tolad

Registered User
May 9, 2018
1,406
654
Gladstone, Australia
The two advantages of this method in comparing teams across eras IMO are that it:

-effectively adjusts results for schedule strength while still closely correlating with the most basic performance indicators that matter, scoring goals and preventing goals against.

-adjusts team performance to a per game basis, in order to compare teams across eras. This has to be taken with a grain of salt, as the confidence intervals on team stats calculated from shorter seasons ultimately will be wider than those of teams who played full 82 or 84 game schedules, but most of hockey history since the start of the O6 era is reasonably comparable at 70-80ish games. Using this method allows us to clearly differentiate the better team in all time discussions such as the 1996 Red Wings vs the 1977 Canadiens. Where previous debates always had to note that while the 96 Wings look comparable at 62 wins to the 77 Habs 60 because of regular season overtime in 1996, the difference in CPQI shows the Canadiens as the much better team in terms of scoring and preventing goals against quality teams

-allows comparison between different sports, possibly allowing more interesting ATD with cross-sports comparisons


Im interested in hearing some criticisms and thoughts on my current method
 
  • Like
Reactions: Bear of Bad News

Killion

Registered User
Feb 19, 2010
36,763
3,215
... I think you might want to take this over to the BY THE NUMBERS Board which does in fact discuss the history of the game & its players statistically, metrically, mathematically.... Quite a few regular Posters & Moderators also fully engaged on this Board as well but in looking at your work.... BTN a better fit, illicit a lot more interest, discussion..... @Bear of Bad News
 

Ad

Upcoming events

Ad

Ad

-->