Skip to content

kool814/MLB-Player-Valuations

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

MLB Player Valuations

Analysis of Major League Baseball Player value through salary compensation

This project analyzes the most undervalued and overvalued MLB players by using metrics to determine the true value of a player when compared to their salary.

Theory

In Major League Baseball, statistics like Runs Batted In (RBI), Batting Average (BA), and Earned Run Average (ERA) are the most common metrics used to determine the overall value of a player and the player's impact to a team. Given these statistics, most major league teams offer salaries and contracts that are largely based on these metrics.

However these metrics are often relics of a pre-modern view of the game. Statisical analysis has proven that On-base percentage (OBP) and Slugging percentage (SLG) are better indicators of offensive success and with newer metrics like Wins Above Replacement (WAR) and Fielding Independent Pitching (FIP), teams can get a better indication of how much a player is truly worth to a team.

Outcome

Based on these newer metrics, we can recalculate a player's overall value and using their current salary, project which players are MLB's most undervalued and overvalued players.

Data

Data and statistics taken from www.fangraphs.com and www.baseball-reference.com.

Batter Performance = ((Hits + Walks)* TotalBases)/(AtBats + Walks) Pitcher Performance = ((ERA+*9 + WHIP)*StrikeOuts)/9

Go A's!!!

About

Analysis of Major League Baseball Player value through salary compensation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •