[net.sport.football] NFL Quarterback ratings

gates@bdmrrr.UUCP (Al Gates) (10/09/85)

Does anybody out there in netland know how quarterback ratings are determined?
I have looked through several books and have been unable to find the OFFICIAL
NFL method for calculating these ratings.  For example, Dan Marino and Joe
Montana both had ratings over 100 points last year.  Where do these numbers
come from?

I am looking for the OFFICIAL rating method only.  Please respond using
electronic mail so that the newsgroup isn't cluttered up with repeated
responses.  I'll post anything that I find out in a follow up article.

Thanks,

-- 
  /\                                                    /\
 /  \/^\   /\              /\/\/\  /^\    /\          /^/\^\  /\
Al Gates\^/  \/\          /      \/   \/\/  \/\      /    ^ \/  \^^^\
BDM Corporation \/\ /^\  /      {seismo,rlgvax}!bdmrrr!gates \    /\ \
7915 Jones Branch Drive\/          \            \  /          \  /  \ \
McLean, Virginia  22102 \           \            \/            \/    \ \
                         \                        \                     \^^\

djvh@drutx.UUCP (VanHandelDJ) (10/23/85)

I tried sending this direct several times without success:  qumix not found

> Does anybody out there in netland know how quarterback ratings are determined?
> I have looked through several books and have been unable to find the OFFICIAL
> NFL method for calculating these ratings.  For example, Dan Marino and Joe
> Montana both had ratings over 100 points last year.  Where do these numbers
> come from?
> 
> I am looking for the OFFICIAL rating method only.  Please respond using
> electronic mail so that the newsgroup isn't cluttered up with repeated
> responses.  I'll post anything that I find out in a follow up article.
> 
	Good Luck.  I too have been looking for the official method to 
calculate QB ratings.  The NFL uses charts for this, which I have not been
able to find.  If you get them, please send me copies.

	The closest method I heard of (to the OFFICIAL method) appeared in
The Sporting News, in a fall 1980 issue.  The formula is:

		(5/6)*(CMP + 5*AVG + 4*TD + 2.5 - 5*INT)

CMP=Completion Pct   AVG=Yds/Att   TD=(TD/ATT)*100   INT=(INT/ATT)*100

So, for a QB with these stats:   ATT  CMP  YDS  TD  INT
				 365  202 2879  22  15

it's: (5/6)(202/365*100 + 5*2879/365 + 4*(22/365*100) + 2.5 - 5*(15/365*100))

			= 84.03

The rating must also be:    0 <= rating <= 150
 
					
							Dave Van Handel

stevev@tekchips.UUCP (Steve Vegdahl) (11/04/85)

> 
> > Does anybody out there in netland know how quarterback ratings are determined?
> > I have looked through several books and have been unable to find the OFFICIAL
> > NFL method for calculating these ratings.
> 
> 	The closest method I heard of (to the OFFICIAL method) appeared in
> The Sporting News, in a fall 1980 issue.  The formula is:
> 
> 		(5/6)*(CMP + 5*AVG + 4*TD + 2.5 - 5*INT)

> The rating must also be:    0 <= rating <= 150
>  
> 					
> 							Dave Van Handel

I also got some info from an article that appeared in The Sporting News
several years ago, and incorporated it into a computer program I wrote.
The following is based on the program, as I no longer have the original
article (I think it was fall of '78 or '79).

It is based on 4 factors mentioned above:
   - completion percentage (completions/attempts)
   - average gain per attempt (yardage/attempts)
   - touchdown percentage (touchdowns/attempts)
   - interception percentage (interceptions/attempts)

The formula (which is an extension of the one above) is
   5/6 *
	(2.5
	 + 100 * ((completions/attempts MIN .775) MAX .3)
	 + 5 * ((yardage/attempts MIN 12.5) MAX 3)
	 + 400 * (touchdowns/attempts MIN .119)
	 - 500 * (interceptions/attempts MIN .095))

The reason for the max's and min's may be account range of the NFL's
charts.  In addition, my experience was that it was necessary to round
the everything to the nearest tenth of a percent (or something similar)
in order to get the numbers to be consistent with the "official" ratings.
Again, this account for the NFL's using charts.

This formula was introduced a number of years ago (early seventies?).
Prior to that time, the quarterbacks were ranked according to several
criteria (I believe these same four), and their rankings were summed.
Thus, if Montana were ranked 2, 1, 5 and 3 in the categories respectively,
his "rating" would be 11 (2+1+5+3); obviously, the low score would win.
This had the blatant misfeature that two QB's who were ranked 1 and 2
in 1966, might be ranked 2 and 1 in 1977, even if each had identical
statistics to his previous year; the stats of other QBs would come
into play.

Because of the MIN's and MAX's, the highest possible rating is something
like 157.  I believe that some of the constants were chosen so that
the worst possible rating is exactly zero.  A rating of over 100 indicates
an exceptionally good year.  It is often the case that no QB has a ranking
over 100; I believe that it is not unusual for the highest ranked QB
in a conference to be in the 80's.

		Steve Vegdahl
		Computer Research Lab.
		Tektronix, Inc.
		Beaverton, Oregon

P.S.  If anyone has access to archives of The Sporting News, and are
interested in looking it up, I remember that this information was
in an article that was discussing the rankings of college QBs who, at
that time at least, were ranked only by completion percentage.
Steve Dils (of Stanford) had his picture somewhere near the article,
I believe because he at that time had the highest completion percentage
of major college QBs.  That would likely put it in Dils' senior year
(possibly junior year) which was sometime around 1978.  I'm sure that
it occured during the football season; my guess is around the beginning
of December.