echo "
",$t,"*";
echo "
";
$rlink = "PlayerStats.php?id=".$id."&ex=".$ex."&w0=".$w0."&w5=".$w5."&wl=".$wl."&ws=".$ws."&p0=".$p0."&p1=".$p1."&p2=".$p2;
echo "
(Regular Season)";
echo "
";
echo "
";
if(function_exists("Age"))
;
else
include("../Includes/Functions.inc");
include("../Includes/Colors.inc");
$rb = "\"border: solid 0; border-right-width:2px; padding-right:0.5ex;\"";
$qm = "SELECT min(Season), max(Season) FROM playerseasons0";
$qm0 = mysqli_query($cxn, $qm);
$r0 = mysqli_fetch_assoc($qm0);
$min = $minc;
$maxy = $r0['max(Season)'];
$query = "SELECT sum(Games_ps) FROM playerps WHERE RetroID = '$id'";
$q = mysqli_query($cxn, $query);
$r = mysqli_fetch_assoc($q);
$ps = $r['sum(Games_ps)'];
if($ps==0)
{
echo "No Postseason Player Won-Lost Records have been calculated for ";
echo $FName," ",$LName,".
";
echo "Player Won-Lost Records are only calculated for all seasons from ";
echo $minc," - ",$maxy,", and selected earlier
seasons.";
exit;
}
?>
| Basic Player Won-Lost Records |
| Season |
Team |
Games |
pWins |
pLosses |
pWin Pct. |
eWins |
eLosses |
eWin Pct. |
| ------ | ------ | ------ | ------ | ------ | ------ | ------ | ------ | ------ |
|
| | 0 | 0.0 | 0.0 | nan | 0.0 | 0.0 | nan |
| Basic Decomposition of eWins, eLosses |
|
|
Batting |
Baserunning |
Pitching |
Fielding |
| Season |
Team |
Wins |
Losses |
Wins |
Losses |
Wins |
Losses |
Wins |
Losses |
| ------ | ------ | ------ | ------ | ------ | ------ | ------ | ------ | ------ | ------ |
| CAREER | | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 |
| Contextual Adjustments |
|
|
Game Context Multipliers |
Win Adjustments |
| Season |
Team |
Inter-Game |
Intra-Game |
Combined |
Inter-Game |
Intra-Game |
| ------ | ------ | ------ | ------ | ------ | ------ | ------ |
| CAREER | | nan | nan | nan | nan | nan |