Miscellaneous League Stats

The player, team and league statlines are now dramatically different than when the site first launched, so a comprehensive list of the stats would take far longer and would likely be much less useful than previously. So we have implemented a tooltip solution that shows you a description of the statistic when you hold your mouse over the header abbreviation for the stat.

We also have implemented a sorting feature. When the header abbreviation is red (and this is true of all red text), you can click the header to sort by that column. In many cases the table contains partial-season (for a traded player) and full-season data. When this is the case, we hide the partial seasons in the sorted results, and provide another tooltip to bring the partial seasons back. Occasionally, there is a select box toggle that allows you to hide or show players who may not have met some minimum qualification such as 502 PAs for the batting title. This only comes into play when sorting on ratio stats like on-base percentage, but not counting stats like home runs.

The CSV and PRE tooltips provide a means to get comma-separated values suitable for loading into excel, and pre-formatted text that might work better in things like message boards and e-mails.

In some cases, a player's career may span seasons for which a stat like strikeouts or sacrifice flies are not available and seasons for which they are. In those cases we attempt to mark the statistic as shown 162. This means that this career total does not include all seasons the player played and therefore we do not know the exact number.

For the most common stats found in our leaderboards, we denote league leading stats with bold text and major league leading totals are further marked with italics. For career statistics, all-time leaders are marked with **'s and active leaders with italics.

When a stat is unavailable its season entry should be blank, rather than zero. This may not always be the case, but it is what we've tried to do.

Team Batting and Pitching Ages

The pitching team ages are a bit complicated to compute, so let's start with the batting ages. For batting, we used the weighted average of the ages of each player on the roster. The age was weighted by the player's at bats + games. This gives a bit of a boost to widely-used bench players.

For pitching age, we weighted the ages by 3 * GS + G + SV, so a starter's results will be weighted by 130 or so, a good reliever by 60 and a closer by 90 or so. We like the values this gives to various members of the pitching staff.

For further questions or comments, send us a note.