View Full Version : Team Summary Screen Data?
Templar
02-05-2009, 11:05 PM
On the Team Summary Screen.
Those Data´s in the window near the center of the screen - listed under "Opponents - Team - Rank" were these data´s came from?
How are they made?
The average statistics of all the other 31 Teams?:confused:
gstelmack
02-06-2009, 08:17 AM
Pretty much. Compares your team's stats to the other 31 teams in the league to see where you rank.
TheMeat
02-06-2009, 04:38 PM
If you go to the "Team Statistics" screen under your almanac you'll see exactly what the other teams scored in every category and it'll show your rank among them, which is the same rank you see on the team summary screen.
rush_27
01-07-2016, 06:15 PM
Can somebody explain what the pass rush pct. and pass defense pct. relates to in the team summary screen please? I can't find an explanation anywhere
stevew
01-07-2016, 06:34 PM
Pash Rush % is the total amounts of Sacks, Blocks, and Hurries divided by the amount of pass plays(passes + sacks) your team faces in the season.
So if you have 100 of these things combined and faced 600 pass plays, you would have a PR% of 16.7.
No idea about Pass Def%
Ben E Lou
01-07-2016, 06:38 PM
$pdpct = 82.5 + (505 * $row['inter'] + 240 * $row['psdef'] - 135 * $row['psctch']) / $row['psplys'];
$tkpct = ($row['tkl'] + $row['ast'] + ($row['sk']/10)) / ($row['psplys'] + $row['runplys']) * 100;
$prpct = (($row['sk']/10) + $row['hur'] + $row['blk']) / $row['psplys'] * 100;
vBulletin v3.6.0, Copyright ©2000-2026, Jelsoft Enterprises Ltd.