Barnstorming
Normalized Hitting Stat Leaders
Normalized stats are based on 154 games played. Released players are not included. Rate categories are based on a minimum of 31 PA.
Actual | Normalized
Batting Average
$count = 0;
echo '| AVG | AB | Player | Team |
| ' . number_format($row['AVG'], 3) . ' | ' . number_format($row['ABn'], 0) . ' | ' . $row['playername'] . ' | ' . substr($row['teamname'],0,30) . $dots . ' |
| [ Top 50 ] | |||
On Base Percentage
$count = 0;
echo '| OBP | AB | Player | Team |
| ' . number_format($row['OBP'], 3) . ' | ' . number_format($row['ABn'], 0) . ' | ' . $row['playername'] . ' | ' . substr($row['teamname'],0,30) . $dots . ' |
| [ Top 50 ] | |||
Slugging Percentage
$count = 0;
echo '| SLG | AB | Player | Team |
| ' . number_format($row['SLG'], 3) . ' | ' . number_format($row['ABn'], 0) . ' | ' . $row['playername'] . ' | ' . substr($row['teamname'],0,30) . $dots . ' |
| [ Top 50 ] | |||
On Base Plus Slugging
$count = 0;
echo '| OPS | AB | Player | Team |
| ' . number_format($row['OPS'], 3) . ' | ' . number_format($row['ABn'], 0) . ' | ' . $row['playername'] . ' | ' . substr($row['teamname'],0,30) . $dots . ' |
| [ Top 50 ] | |||
Hits
$count = 0;
echo '| H | AB | Player | Team |
| ' . number_format($row['Hn'], 0) . ' | ' . number_format($row['ABn'], 0) . ' | ' . $row['playername'] . ' | ' . substr($row['teamname'],0,30) . $dots . ' |
| [ Top 50 ] | |||
Singles
$count = 0;
echo '| 1B | AB | Player | Team |
| ' . number_format($row['1Bn'], 0) . ' | ' . number_format($row['ABn'], 0) . ' | ' . $row['playername'] . ' | ' . substr($row['teamname'],0,30) . $dots . ' |
| [ Top 50 ] | |||
Doubles
$count = 0;
echo '| 2B | AB | Player | Team |
| ' . number_format($row['2Bn'], 0) . ' | ' . number_format($row['ABn'], 0) . ' | ' . $row['playername'] . ' | ' . substr($row['teamname'],0,30) . $dots . ' |
| [ Top 50 ] | |||
Triples
$count = 0;
echo '| 3B | AB | Player | Team |
| ' . number_format($row['3Bn'], 0) . ' | ' . number_format($row['ABn'], 0) . ' | ' . $row['playername'] . ' | ' . substr($row['teamname'],0,30) . $dots . ' |
| [ Top 50 ] | |||
Home Runs
$count = 0;
echo '| HR | AB | Player | Team |
| ' . number_format($row['HRn'], 0) . ' | ' . number_format($row['ABn'], 0) . ' | ' . $row['playername'] . ' | ' . substr($row['teamname'],0,30) . $dots . ' |
| [ Top 50 ] | |||
Runs
$count = 0;
echo '| R | AB | Player | Team |
| ' . number_format($row['Rn'], 0) . ' | ' . number_format($row['ABn'], 0) . ' | ' . $row['playername'] . ' | ' . substr($row['teamname'],0,30) . $dots . ' |
| [ Top 50 ] | |||
Runs Batted In
$count = 0;
echo '| RBIs | AB | Player | Team |
| ' . number_format($row['RBIn'], 0) . ' | ' . number_format($row['ABn'], 0) . ' | ' . $row['playername'] . ' | ' . substr($row['teamname'],0,30) . $dots . ' |
| [ Top 50 ] | |||
Bases On Balls
$count = 0;
echo '| BB | AB | Player | Team |
| ' . number_format($row['BBn'], 0) . ' | ' . number_format($row['ABn'], 0) . ' | ' . $row['playername'] . ' | ' . substr($row['teamname'],0,30) . $dots . ' |
| [ Top 50 ] | |||
Strikeouts
$count = 0;
echo '| SO | AB | Player | Team |
| ' . number_format($row['SOn'], 0) . ' | ' . number_format($row['ABn'], 0) . ' | ' . $row['playername'] . ' | ' . substr($row['teamname'],0,30) . $dots . ' |
| [ Top 50 ] | |||
Hit By Pitches
$count = 0;
echo '| HBP | AB | Player | Team |
| ' . number_format($row['HBPn'], 0) . ' | ' . number_format($row['ABn'], 0) . ' | ' . $row['playername'] . ' | ' . substr($row['teamname'],0,30) . $dots . ' |
| [ Top 50 ] | |||
Can your team of stars, has-been's, and never-will-be's build a loyal fan base as they travel the country, taking on other people's ragtag teams?
Random Fact
Lead Belly died of Lou Gehrig's disease in 1949.
Loading...