Barnstorming
Normalized Pitching Stat Leaders
Normalized stats are based on 32 games started. Released players are not included. Rate categories are based on a minimum of 10 IP.
Actual | Normalized
Wins
$count = 0;
echo '| W | IP | Player | Team |
| ' . number_format($row['Wn'], 0) . '-' . number_format($row['Ln'], 0) . ' | ' . number_format($row['OUTSn']/3, 1) . ' | ' . $row['playername'] . ' | ' . substr($row['teamname'],0,30) . $dots . ' |
| [ Top 50 ] | |||
Losses
$count = 0;
echo '| L | IP | Player | Team |
| ' . number_format($row['Wn'], 0) . '-' . number_format($row['Ln'], 0) . ' | ' . number_format($row['OUTSn']/3, 1) . ' | ' . $row['playername'] . ' | ' . substr($row['teamname'],0,30) . $dots . ' |
| [ Top 50 ] | |||
Win Percentage
$count = 0;
echo '| Win % | IP | Player | Team |
| ' . number_format($row['WinPct'], 3) . ' | ' . number_format($row['OUTSn']/3, 1) . ' | ' . $row['playername'] . ' | ' . substr($row['teamname'],0,30) . $dots . ' |
| [ Top 50 ] | |||
ERA
$count = 0;
echo '| ERA | IP | Player | Team |
| ' . $row['ERA'] . ' | ' . number_format($row['OUTSn']/3, 1) . ' | ' . $row['playername'] . ' | ' . substr($row['teamname'],0,30) . $dots . ' |
| [ Top 50 ] | |||
WHIP
$count = 0;
echo '| WHIP | IP | Player | Team |
| ' . number_format($row['WHIP'], 3) . ' | ' . number_format($row['OUTSn']/3, 1) . ' | ' . $row['playername'] . ' | ' . substr($row['teamname'],0,30) . $dots . ' |
| [ Top 50 ] | |||
Strike Outs
$count = 0;
echo '| SO | IP | Player | Team |
| ' . number_format($row['SOn'], 0) . ' | ' . number_format($row['OUTSn']/3, 1) . ' | ' . $row['playername'] . ' | ' . substr($row['teamname'],0,30) . $dots . ' |
| [ Top 50 ] | |||
Walks
$count = 0;
echo '| BB | IP | Player | Team |
| ' . number_format($row['BBn'], 0) . ' | ' . number_format($row['OUTSn']/3, 1) . ' | ' . $row['playername'] . ' | ' . substr($row['teamname'],0,30) . $dots . ' |
| [ Top 50 ] | |||
Hit Batters
$count = 0;
echo '| HBP | IP | Player | Team |
| ' . number_format($row['HBPn'], 0) . ' | ' . number_format($row['OUTSn']/3, 1) . ' | ' . $row['playername'] . ' | ' . substr($row['teamname'],0,30) . $dots . ' |
| [ Top 50 ] | |||
Home Runs Allowed
$count = 0;
echo '| HR | IP | Player | Team |
| ' . number_format($row['HRn'], 0) . ' | ' . number_format($row['OUTSn']/3, 1) . ' | ' . $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
Brady Anderson was once hit by a pitch twice in the same inning. It is the only time that has ever occurred in the American League.
Loading...