Author Archive

The Outcome Machine: Predicting At Bats Before They Happen

A player comes up to the plate. He’s a very good hitter; he’s hitting .300 on the year and has 40 home runs. On the mound stands a pitcher, also very good. The pitcher is a Cy Young candidate, and his ERA sits barely over 2.00. He leads the league in strikeouts and issues very few walks.

After a 10-pitch battle, the pitcher is the one to crack and the batter slaps a hanging curveball into the gap for a double. The batter has won. His batting average for the at bat is a very nice 1.000. Same for his OBP. His slugging percentage? 2.000. Fantastic. If he did this every time, he’d be MVP, no question, every year. The pitcher, meanwhile, has a WHIP for the at bat of #DIV/0!. Hasn’t even recorded a single out. His ERA is the same. He’s not doing too great. But let’s be fair. We’ll give him the benefit of the doubt, since we know he’s a good pitcher – we’ll pretend he recorded one out before this happened. Now his WHIP is 3.000. Yeesh – ugly. If he keeps pitching like this, his ERA will climb, too, since double after double after double is sure to drive every previous runner home.

Now, obviously, this is a bit ridiculous. Not every at bat is the same. The hitter won’t double every single at bat, and the pitcher won’t allow a double every time either. Baseball is a game of random variation, skill, luck, quality of opponents and teammates, and a whole bunch of other elements. In our scenario, all those elements came together to result in a two-bagger. But, like we said, you can’t expect that to happen every single time just because it happens once.

So… how do we predict what will happen in an at bat? Any person well-versed in baseball research knows that past performance against a specific batter or pitcher means little in terms of how the next at bat will turn out, at least not until you get a meaningful number of plate appearances – and even then it’s not the best tool.

Of course, if we knew the result of every at bat before it happened, it would take most of the fun out of watching. But we’re never going to be able to do that, and so we might as well try to predict as best we can. And so I have come up with a methodology for doing so that I think is very accurate and reliable, and this post is meant to present it to you.

To claim full credit for the inspiration behind this idea would be wrong; FanGraphs author and baseball-statistics aficionado Steve Staude wrote an article back in June 2013 aiming to predict the probability of a strikeout given both the batter’s and the pitcher’s strikeout rates, which led me to this topic. In that article he found a very consistent (and good) model that predicted strikeouts:

Expected Matchup K% = B x P / (0.84 x B x P + 0.16)
Where B = the batter’s historical K% against the handedness of the pitcher; and P = the pitcher’s historical K% against the handedness of the batter

He then followed that up with another article that provided an interactive tool that you could play around with to get the expected K% for a matchup of your choosing and introduced a few new formulas (mostly suggested in the comments of his first article) to provide different perspectives. It’s all very interesting stuff.

But all that gets us is K%. Which, you know, is great, and strikeouts are probably one of the most important and indicative raw numbers to know for a matchup. But that doesn’t tell us about any other stats. So as a means of following up on what he’s done (something he mentioned in the article but I have not seen any evidence of) and also as a way to find the probability of each outcome for every type of matchup (a daunting task), I did my own research.

My methodology was very similar. I took all players and plate appearances from 2003-2013 (Steve’s dataset was 2002-2012; also, I got the data all from retrosheet.org via baseballheatmaps.com – both truly indispensable resources) and for each player found their K%, BB%, 1B%, 2B%, 3B%, HR%, HBP%, and BABIP during that time. This means that a player like, say, Derek Jeter will only have his 2003-2013 stats included, not any from before 2003. I further refined that by separating each player’s numbers into vs. righty and vs. lefty numbers (Steve, in another article, proved that handedness matchups were important). I did this for both batters and pitchers. Then, for each statistic, I grouped the numbers for the batters and the numbers for the pitchers, and found the percentage of plate appearances involving a batter and a pitcher with the two grouped numbers that ended in the result in question. That’s kind of a mouthful, so let me provide an example:

1

These are my results for strikeout percentage (numbers here are expressed as decimals out of 1, not percentages out of 100). Total means the total proportion of plate appearances with those parameters that ended in a strikeout, while batter and pitcher mean the K% of the batter and pitcher, respectively. Count(*) measures exactly how many instances of that exact matchup there were in my data. Another important point to note – this is by no means all of the combinations that exist; in fact, for strikeouts, there were over 2,000, far more than the 20 shown here. I did have to remove many of those since there were too few observations to make meaningful assumptions…

2

…but I was still left with a good amount of data to work with (strikeout percentage gave me just over 400 groupings, which was plenty for my task). I went through this process for each of the rate stats that I laid out above.

My next step was to come up with a model that fit these data – in other words, estimate the total K% from the batter and pitcher K%. I did this by running a multiple regression in R, but I encountered some problems with the linearity of the data. For example, here are the results of my regression for BB% plotted against the real values for BB%:

3

It looks pretty good – and the r^2 of the regression line was .9653, which is excellent – but it appears to be a little bit curved. To counter that I ran a regression with the dependent variable being the natural logarithm of the total BB%, and the independent variables being the natural logarithms of the batter’s and pitcher’s BB%. After running the regression, here is what I got:

4

The scatterplot is much more linear, and the r^2 increased to .988. This means that ln(total) = ln(bat)*coefficient + ln(pitch)*coefficient + intercept. So if we raise both sides from the e, we get total = e^(ln(bat)*coefficient + ln(pit)*coefficient + intercept). This formula, obviously with different coefficients and intercepts, fits each of K%, BB%, 1B%, 3B%, HR%, and HBP% remarkably well; for some reason, both 2B% and BABIP did not need to be “linearized” like this and were fitted better by a simple regression without any logarithm doctoring.

Here are the regression equations, along with the r^2, for each of the stats:

Stat Regression equation r^2
K% e^(.9427*ln(bat) + .9254*ln(pit) + 1.5268) 0.9887
BB% e^(.906*ln(bat) + .8644*ln(pit) + 1.9975) 0.9880
1B% e^(1.01*ln(bat) + 1.017*ln(pit) + 1.943) 0.9312
2B% .9206*bat + .95779*pit – .03968 0.7315
3B% e^(.8435*ln(bat) + .8698*ln(pit) + 3.8809) 0.7739
HR% e^(.9576*ln(bat) + .9268*ln(pit) + 3.2129) 0.8474
HBP% e^(.8761*ln(bat) + .7623*ln(pit) + 2.995) 0.8963
BABIP 1.0403*bat + .9135*pit – .2573 0.9655

The first thing that should jump out to you (or at least one of the first) is the extremely high correlation for BABIP. It totally blew my mind to think that you can find the probability, with 96% accuracy, that a batted ball will fall for a hit, given the batter’s BABIP and pitcher’s BABIP.

Another immediate observation: K%, BB%, and HBP% generally have higher correlations than 1B%, 2B%, 3B%, and HR%. This is likely due to the increased luck and randomness that a batted ball is subjected to; for example, a triple needs to have two things happen to become a triple (being put in play and falling in an area where the batter will get exactly three bases), whereas a strikeout only needs one thing to happen – the batter needs to strike out. Overall, I was very satisfied with these results, since the correlations were overall higher than I expected.

Now comes the good part – putting it all together. We have all the inputs we need to calculate many commonly-used batting stats: AVG, OBP, SLG, OPS, and wOBA. So once we input the batter and pitcher numbers, we should be able to calculate those stats with high accuracy. I developed a tool to do just that:

For a full explanation of the tool and how to use it, head over to to my (new and shiny!) blog. I encourage you to go play around with this to see the different results.

One last thing: it is important to note that I made one big assumption in doing this research that isn’t exactly true and may throw the results off a little bit. The regressions I ran were based off of results for players over their whole career (or at least the part between 2003-2013), which isn’t a great reflector of true talent level. In the long run, I think the results still will hold because there were so many data points, but in using the interactive spreadsheet, your inputs should be whatever you think is the correct reflection of a player’s true talent level (which is why I would suggest using projection systems; I think those are the best determinations of talent), and that will almost certainly not be career numbers.


O Xander, Where Art Thou?

Coming into this season, the Boston Red Sox had high hopes. Obviously, they were coming off a World Series title, and they had every reason to expect that they could contend again. Jarrod Saltalamacchia was gone, but he could be replaced by A.J. Pierzynski; the drop-off there wouldn’t be too large. Ryan Dempster was gone, but the Red Sox’s rotation of Jon Lester, John Lackey, Clay Buchholz, Jake Peavy, and Felix Doubront was what they had gone with during last year’s stretch run anyways. Jacoby Ellsbury was gone, but Jackie Bradley Jr. (and Grady Sizemore!) should have been able to play well enough to make his departure bearable. And Stephen Drew was gone, but uber-prospect Xander Bogaerts was ready to take over the Red Sox’s shortstop position and dominate the league.

Needless to say, none of those really worked out like the Red Sox and their fans had hoped or planned. Boston currently resides in the AL East cellar, all but certain to go from first to worst just the year after they had done the very opposite. And perhaps no individual part of that failure this season has been a bigger disappointment than Bogaerts. Instead of being the hitter he was supposed to be, he has struggled mightily at the plate, to the tune of a .223/.293/.333 slash line — good for a 74 wRC+ (as of September 1) and a major contributor to his negative WAR.

Where do we start in trying to assess the reasons for Bogaerts’s struggles? Well, time-wise, we can place a pretty neat cutoff point at June 4: That is when Bogaerts started to slump (I think I cursed him). For the first two months of the season, actually, Xander was quite good: he had a 140 wRC+ through April and May, and that figure would have been higher if not for a mini-slump that came towards the very beginning of the season. He was drawing walks roughly 11% of the time (above average) and striking out at a clip a shade below 22% (not much below average). And then came June. It started out OK — he went 4-for-13 in his first 3 June games. But after that, for the rest of the month, he recorded a mere 9 hits and 3 walks in 88 plate appearances. July was better, but not good: Bogaerts managed just a .228/.253/.342 line, and now through most of August he has been even worse than he was the previous two months, with a paltry .123/.195/.164 triple slash.

His wRC+, by month:

March/April 120
May 151
June 11
July 60
August -3

Yeesh. Not the way you want to be trending. So what happened? Well, the easy answer is to point to BABIP:

March/April 0.364
May 0.421
June 0.149
July 0.286
August 0.170

This looks right, right? His best month by wRC+ was his best month by BABIP. His worst month by wRC+ was his worst month by BABIP. And the same can be said for every month in between. But that, of course, doesn’t tell the whole story. Why is his BABIP from the first two months so much higher? What can he do to fix it? Will he fix it? Can he? Let’s explore.

A .364 BABIP like Bogaerts had in April is unsustainable. The .421 BABIP he had the following month is way too high for even the best players to keep up. So naturally, we would expect some regression from him. But his batted ball profile did suggest a decent BABIP – high line drive rate and low popup rate. The only thing overly suspect was his 17.1% infield hit rate in June. Nothing there would suggest such an outrageously high BABIP for the first two months, but nothing would suggest the low BABIPs that were to come later either. So something must have changed. What was it?

It wasn’t Bogaerts’s average flyball distance; that stayed more or less intact. But he did start hitting many fewer line drives…

March/April 22.4%
May 24.4%
June 15.7%
July 19.0%
August 14.6%

…and started striking out more, which didn’t affect his BABIP directly but did have an impact on his overall hitting (somewhat astonishingly and coincidentally, his K% has been the exact same – to one decimal – each of the past 3 months):

March/April 21.7%
May 22.0%
June 26.5%
July 26.5%
August 26.5%

And in the same vein, he walked much less, which helped contribute to his very low wRC+ as well:

March/April 12.3%
May 10.2%
June 2.9%
July 3.6%
August 7.2%

So while it may be easy to ascribe Bogaerts’s recent struggles to his abnormally low BABIPs, there is more to the story. He simply isn’t hitting anywhere near as well as he did earlier in the season. I can think of a few potential reasons for this:

1. Pitchers are pitching to him differently, and he will have to adjust

2. He is in a prolonged slump, and will snap out of it eventually

3. He isn’t actually that good, and his first few months were just very lucky

4. He was playing third base

I think we can ignore the last two. Bogaerts, after all, was ranked a top-5 prospect coming into the season by almost anyone worth listening to, and he has hit very well in the majors before; he’s almost certainly not actually bad at hitting. As for the last one — that was a theory many people floated out when Bogaerts stopped hitting well at almost the exact same time as Stephen Drew returned and kicked Bogaerts over to third. The argument was that since short was Bogaerts’s natural position, and he felt most comfortable there and could focus on his hitting, he would do better when playing there.

And that theory holds some water: this season, his wRC+ as a third baseman is 37 (in 180 PA), and as a shortstop it is 95 (in 312). That is too large of a difference to dismiss offhandedly. But here’s the problem: when Drew was traded, and Bogaerts returned to shortstop, he continued to hit poorly. In fact, throughout the entire month of August, Bogaerts played shortstop, and he had a -3 wRC+. I am going to say that that theory, while compelling, doesn’t really explain Bogaerts’s struggles at all. He’d tell you that himself.

So what does? Pitchers pitching him differently? Yes, to an extent. Here is how Bogaerts has done all season long against certain pitches:

Pitch RAA BABIP Contact%
Fourseam 5.0 0.342 82.8%
Cutter 2.5 0.150 83.0%
Changeup 0.3 0.324 69.6%
Curveball -0.2 0.200 70.9%
Sinker -4.6 0.290 79.6%
Slider -12.2 0.205 57.9%

And here is how he has been pitched:

Bogaerts pitches

The pitches in that gif are ordered by how many runs above average Bogaerts has been against them, descending. You can see that from June 4 (the date of the start of Bogaerts’s extended slump) on, he has seen many fewer fastballs and many more sinkers and sliders than before. That could be the cause of his BABIP, strikeout, and general hitting struggles since he excels against fastballs and cannot hit sliders or sinkers (sliders more so).

But there’s only one issue: the problem isn’t that Bogaerts is getting fewer pitches he can hit, it’s that he’s not hitting the pitches he used to. Here’s Bogaerts against four-seam fastballs (from Brooks Baseball; BIP means balls in play):

Time Count Foul/Swing Whiff/Swing GB/BIP LD/BIP FB/BIP PU/BIP
March 31 – June 3 404 44.8% 18.8% 30.3% 27.3% 37.9% 4.6%
June 4 – September 1 292 41.4% 15.0% 24.1% 13.8% 46.6% 15.5%

He’s cut down a bit on his swings and misses, but everything else looks bad. He’s drastically decreased his line drive rate and drastically increased his popup rate. His groundball rate has gone down a bit, which can be good or bad (in this case I don’t think it’s had a huge effect on anything), and his flyball rate has gone up a lot — which could be good, but Bogaerts is averaging a mere 266.75 feet on his fly balls — 230th out of 284 qualified hitters. So how has this changed his results? Again, Bogaerts against fastballs:

Time Count AVG SLG ISO BABIP wOBA
March 31 – June 3 404 .386 .590 .205 .469 .471
June 4 – September 1 292 .179 .328 .149 .189 .253

Wow. That is quite the drop in production. League average wOBA against four-seamers this year is .416 (which makes you question why they are thrown so much, but that’s a different article) and so Bogaerts’s wRC+ relative to other fastballs went from a 113 to a 61 in those two timeframes (park-unadjusted).

And look where Bogaerts is hitting balls, too. The following charts aren’t only fastballs — it’s all balls put in play by him. In the beginning of the year, he was sending line drives to all fields, getting grounders through the infield, and pulling balls deep. In the second part, you see lots of shallow line drives and fly balls — in fact, in the three months covered in the second half of the gif, there are all of TWO ground balls that make it through the infield, and only one opposite-field line drive that makes it to the outfield. There are more popups, too, and the fly balls seem to be shallower generally.

Bogaerts BIP

Now, some of the things you’re seeing here could be a result of teams shifting on him more as the year goes on, which is why no ground balls are getting to the outfield. But more likely it is Bogaerts making weaker contact and allowing fielders to get to his ground balls; in addition, he isn’t hitting many ground balls up the middle, where you’re more likely to get hits.

Bogaerts hits

Take a look at the gif above. What you’re seeing is the same thing as the last one, only with the at bat result instead of the batted ball type. In the first part of the year, you see Bogaerts getting lots of hits to all parts of the outfields, including deep balls that end up in home runs or doubles. Then, many more balls end up in the infield and most of his hits are shallow balls to the outfield.

This doesn’t look good, especially since it’s been going on for so long. I’m no expert in swing mechanics, so I can’t tell you why Bogaerts has suddenly stopped hitting everything, fastballs especially. My guess is that it’s just a long, long slump that is happening because he’s only 21 years old. I don’t think this means that we should give up on him. He has already proven that he can hit, albeit in a very small sample.

Take a look at the list of all the players who had a wRC+ below 100 in a year where they were listed as top-10 prospects by Baseball America (since 1997):

Name wRC+ PA WAR Rank Year Age
Brandon Phillips 44 393 -0.7 7 2003 22
Todd Walker 62 171 0.2 7 1997 24
Paul Konerko 63 239 -0.4 2 1998 22
Hank Blalock 64 172 -0.3 3 2002 21
Aramis Ramirez 70 275 -1 5 1998 20
Xander Bogaerts 74 485 -0.2 2 2014 21
Lastings Milledge 74 185 -0.5 9 2006 21
Adrian Beltre 75 214 0.2 3 1998 19
Jurickson Profar 75 324 -0.4 1 2013 20
Sean Burroughs 77 206 0 4 2002 21
Miguel Tejada 78 407 -0.5 10 1998 24
Mike Moustakas 84 365 0.2 9 2011 22
Jeremy Hermida 84 348 -0.8 4 2006 22
Alex Gordon 87 601 2 2 2007 23
Alex Rios 87 460 2 6 2004 23
Colby Rasmus 89 520 2.6 3 2009 22
Cameron Maybin 89 199 0.9 8 2009 22
Delmon Young 89 681 0 3 2007 21
Jesus Montero 90 553 -0.4 6 2012 22
B.J. Upton 91 177 0.1 2 2004 19
Rickie Weeks 92 414 -0.3 8 2005 22
Ruben Mateo 94 222 0.8 6 2000 22
Eric Chavez 94 402 1.2 3 1999 21
Rocco Baldelli 94 684 1.7 2 2003 21
Matt Wieters 95 385 1.3 1 2009 23
J.D. Drew 95 430 2.5 1 1999 23
Andruw Jones 96 467 3.7 1 1997 20
Travis Snider 96 276 -0.3 6 2009 21
Michael Barrett 96 469 0 6 1999 22
Jay Bruce 97 452 0.7 1 2008 21

There are a lot of really good players on that list. Bogaerts is one of the worst there in terms of wRC+ that year, but he’s also younger and higher-ranked than most. That doesn’t concern me. What concerns me is that almost all of the ones on that list from the past few years haven’t succeeded: all of the ones that have are from 2009 or earlier. This is consistent with semi-recent findings by Jeff Zimmerman that the aging curve is changing: hitters don’t improve with age anymore. Further research by Brian Henry shows that players who start in the big leagues at 21 tend to stay steady with their production for a while, then decline at around 30. This does not bode well for the young Red Sox shortstop.

But who knows? If I had to guess, I would say that Bogaerts regains his stroke and starts driving the ball more. He’s too good of a hitter to be so bad against fastballs. After all, he is only 21 years old. Plus… I mean, look at that swing. Number two prospects go far. All the prospects on the list above ranked first or second had some degree of success in the majors, with the exception of Rocco Baldelli, who was good until injuries ruined his career. (Brandon Wood didn’t have enough plate appearances to qualify for the list.) If he was playing a little over his head in April and May, he’s been playing well below his feet for the past three months, and those kinds of things tend to right themselves in time.

Note: This was written before Bogaerts played today, Monday 9/1. He went 1 for 4 with a double and two strikeouts.


Estimating Plate-Discipline Stats for Earlier Players

The plate discipline stats at FanGraphs are fantastic. Lots of stuff can be drawn from them – and the articles I’ve linked to are only scratching the surface both of what’s already been done and what we can still do with them. So many things are great about them: they’re very stable, they’re good indicators of other statistics that might be less stable, and they’re  completely isolated to the batter and pitcher. The problem is, they only go back to 2002 (for the BIS ones) or 2007 (for the Pitchf/x ones). So what if we want plate discipline numbers for players from before then? How do we know how often Babe Ruth or Willy Mays or Hank Aaron swung at pitches inside the zone, or how often they made contact on pitches outside the zone?

Regressions, that’s how.

Using the Baseball Info Solutions plate discipline data (only because it goes back farther, and also has the SwStr% and F-Strike% stats), I ran a multivariate regression with R to find all the plate discipline numbers provided on FanGraphs: O-Swing%, Z-Swing%, Swing%, O-Contact%, Z-Contact%, Contact%, Zone%, F-Strike%, and SwStr%. I used the following stats as variables in the regression: BB% and K% (for obvious reasons), ISO (I figured maybe power hitters were more prone to different types of numbers), BABIP (same goes for hitters who could maintain higher BABIPs), HR% (same thinking as ISO), and OBP (combining hitting ability and plate discipline, even if somewhat crudely). My dataset was every qualified hitting season from 2002 until now. I couldn’t use any batted ball data (GB%, FB%, etc.) as a variable because we don’t have that prior to 2002 either. So that was what I had.

Some stats worked better than others – for example, the r^2 for Contact% was an excellent 0.8089, while for Zone% it was a measly 0.1551. And of course, it’s possible that the coefficients would be different for prior eras than they are now. But, hey, what can you do. Here, first, are the r^2s for each statistic, so you know how much to trust each number:

Statistic r^2
O-Swing% 0.3615
Z-Swing% 0.2450
Swing% 0.5222
O-Contact% 0.3956
Z-Contact% 0.7328
Contact% 0.8089
Zone% 0.1551
F-Strike% 0.4374
SwStr% 0.7072

And now for the actual coefficients:

Statistic Intercept BB% K% ISO BABIP HR% OBP
O-Swing% 0.32183 -0.99231 0.09971 -0.18619 0.50728 1.96589 -0.54037
Z-Swing% 0.64669 -0.66798 -0.03129 0.16784 0.23244 1.43928 -0.15409
Swing% 0.4852 -1.15845 0.03932 0.08247 0.14074 1.05097 -0.05289
O-Contact% 1.0226 1.1915 -1.5965 -0.5266 1.4718 1.3388 -1.8966
Z-Contact% 1.0124 0.02288 -0.66107 0.05412 0.02545 -0.8396 -0.04233
Contact% 1.0084 0.40198 -0.95703 -0.01352 0.25118 -0.77417 -0.36001
Zone% 0.48603 -0.72667 0.01344 0.22752 -0.53755 -1.59305 0.71355
F-Strike% 0.61752 -0.66725 0.14433 0.01348 0.04169 -0.2285 -0.02461
SwStr% 0.000416 -0.433719 0.449711 0.014265 -0.125661 0.493577 0.204283

(If you can’t see the whole table, here)

Note that for all the percentages – including the plate discipline numbers – I turned them into decimals: for example,  a BB% of 12.5% will be turned into 0.125, and  an O-Swing% of 20.7 will be 0.207, so if you’re calculating these on your own, keep that in mind.

There are some strange things in that table that I wouldn’t really expect. Here’s one: a higher O-Contact% leads to a much lower OBP, or maybe vice-versa*. The only logical explanation that I can offer is that balls out of the zone that are hit fall for hits less often, so BABIP and therefore OBP will each be lower. League average BABIP on balls out of the zone in 2013 (based on a quick search I did at Baseball Savant) was .243, well below the league average of .297. But that -1.89 coefficient still seems like too much. Some more explainable ones: HR% and Zone% are strongly inversely correlated (the more dangerous a hitter’s power, the fewer pitches they’ll see in the zone), BB% and O-Swing% are strongly inversely correlated (the fewer pitches you swing out of the zone, the more you’ll walk), and K% and SwStr% are fairly strongly correlated (the more you swing and miss, the more you’ll strike out).

To first examine these stats a little bit more, let’s take a look at the regressed numbers for players who have played since 2002 and compare them to their real numbers. Here’s Barry Bonds’s 2002 (the asterisk means it is the regressed, not real, numbers)

O-Swing% Z-Swing% Swing% O-Contact% Z-Contact% Contact% Zone% F-Strike% SwStr%
11.5% 70.1% 36.7% 39.6% 89.8% 80.8% 43.1% 45.1% 6.5%
O-Swing%* Z-Swing* Swing%* O-Contact%* Z-Contact%* Contact%* Zone%* F-Strike%* SwStr%*
-7.1% 59.5% 24.3% 54.2% 91.3% 87.4% 46.7% 40% 1.5%

Hmmm… not off to the greatest start. Z-Contact, Zone, F-Strike, and Contact percentages were pretty good, but the rest were waaaay off. O-Swing gave out a negative number. As good as Barry Bonds might have been, that just isn’t possible. SwStr% is also pretty off – only pure contact hitter Marco Scutaro has ever posted a swinging strike percentage that low since the BIS data started being recorded, and nobody has every been lower. (Scutaro had 1.5% in 2013). Not terrible, though. How about Miguel Cabrera’s 2013 MVP season?

O-Swing% Z-Swing% Swing% O-Contact% Z-Contact% Contact% Zone% F-Strike% SwStr%
34.1% 77.5% 52.1% 69.6% 87.6% 80.8% 41.5% 60.3% 9.6%
O-Swing%* Z-Swing* Swing%* O-Contact%* Z-Contact%* Contact%* Zone%* F-Strike%* SwStr%*
22% 71% 45.2% 58.1% 87% 80% 47% 53.9% 8.8%

Hey, not bad! The O-Swing is pretty off, and the O-Contact is a little too low, but other than that they’re all fairly close to the real values. I think we’re getting somewhere here.

Now let’s look at some seasons for which we don’t have the real numbers. Ever wondered how Babe Ruth’s plate discipline was in 1927?

O-Swing%* Z-Swing* Swing%* O-Contact%* Z-Contact%* Contact%* Zone%* F-Strike%* SwStr%*
14% 70.9% 40.8% 52.5% 86.9% 80.2% 46.6% 49.2% 7.8%

Not bad. We obviously can’t verify this (at least not without a lot of painstaking effort, and likely not at all) but that seems reasonable enough. Average contact rates in the zone, good swinging strike percentage, not very many swings outside the zone. How about the king of plate discipline, Ted Williams? Here are his numbers from his 1957 season, in which he had a 223 wRC+ and nearly 10 WAR:

O-Swing%* Z-Swing* Swing%* O-Contact%* Z-Contact%* Contact%* Zone%* F-Strike%* SwStr%*
8.8% 66.1% 36.1% 61.1% 91.2% 86.5% 47.4% 47.5% 4.1%

Wow. Really, really good. That’s a crazy low O-Swing% and yet a fairly middle-of-the-pack Swing% overall, which goes exactly with what we would expect from a man with a famed, disciplined plate approach. He rarely swung and missed, making contact on nine out of ten swings and only whiffing on one out of every twenty five pitches he saw.

I could really go on and on, but I think I’ll end by showing you the (supposed) single worst season by these regressed plate discipline numbers between 1903 and 2001. See if you can guess who it is:

O-Swing%* Z-Swing* Swing%* O-Contact%* Z-Contact%* Contact%* Zone%* F-Strike%* SwStr%*
34.4% 75.1% 53.5% 43.3% 78% 67.1% 46.4% 60.8% 16.2%

This will shock you, I’m sure, but… It’s Dave Kingman.

 

* Most likely, high O-Contact% causes low OBP and not vice-versa. This brings us into dangerous territory, however, because we don’t want to assume that everyone with low OBP has high O-Contact%. There are other factors that go into low OBP as well, and somebody could very easily have a low O-Contact% and a low OBP. It is like this with each of the regressed stats. But this is the best I could really do.


Pitcher Runs

Pitching statistics are mostly based on rates. Sure, we have innings pitched, and if you want to annoy me, you can talk about wins and losses, and of course there are the “three true outcomes” of strikeouts, walks, and home runs, plus WAR. But nobody ever looks at how many runs a pitcher was above or below average. Runs allowed isn’t all that common of a statistic; you’re more likely to see ERA or RA9. Even strikeouts and walks are often expressed as a percentage of all plate appearances, or as an amount per nine innings. The defense-independent ERA estimators like FIP and its spinoffs are rates, just like ERA. Where batters have regressed plus-minus or counting stats like wRAA and wRC, pitchers have nothing.

However, there has got to be some value in counting stats for pitchers. If we want to know how many more or fewer runs a team would allow by putting in an average pitcher instead of any given pitcher, that statistic would be able to tell us. So I’m going to present here three basic different numbers, one based off of FIP, one based off of straight runs allowed, and the third based off of linear weights. Each will be in two forms – raw runs allowed and runs allowed above or below average. I’ll call them FIP-Runs and FIP-Runs Above Average (FIPRAA), wRC-Runs and wRC-Runs Above Average (wRCRAA), and, obviously Runs and Runs Above Average (RAA). Kind of long, yeah, but I didn’t want to call the FIP one FRAA because that already exists.

All data was obtained from FanGraphs except for the singles, doubles, triples, home runs, walks, and HBP against used to calculate wRC; FanGraphs does not have some of those so I used Baseball-Reference.

FIP-Runs

This should be pretty simple. Take a pitcher’s FIP. FIP is scaled like ERA, but we want to scale it to RA9 because we want to scale it to all the runs a pitcher allows, not just the earned runs. To do this, multiply it by a constant that changes yearly – for 2013, it was 1.08. This is the league RA9 divided by the league ERA.

Take that figure, multiply it by the number of innings they pitched, and divide by nine to get the number of runs that FIP says a pitcher should have allowed. That’s their FIP-Runs. Great. But now how do we get that to express how many runs above average they were worth?

Well, we already have FIP-, which tells us how much better a pitcher’s FIP was than league average – and it’s already park- and league-adjusted, to boot. So what I did was subtract each pitcher’s FIP- from 200 to get the inverse of their FIP- (so if a pitcher had a 90 FIP-, the inverse would be 110) and multiplied that by their FIP-Runs. That gave me the number of runs (adjusted to the park and league) that an average pitcher would give up in the same number of innings. Just subtract the pitcher’s FIP-Runs, and you have your FIPRAA. And while I was at it, I did the same thing for xFIP. You can find the numbers at the end of the article. But first, the next part:

Runs

I didn’t have to calculate these like I did with FIP-Runs because the numbers are already there – it’s just the total number of runs a pitcher allowed. I did, however, have to calculate RAA, for which I used the same method as I did with FIP-Runs: find the RA9- (this was not park- or league-adjusted because I calculated it myself), take the inverse, multiply it by the runs, and subtract the runs from that. Piece of cake. Now for the last, and hardest, part of this:

wRC-Runs

These were tricky. I had to calculate each pitcher’s wRC against by first finding their wOBA against with the raw number of singles, doubles, triples, etc. they gave up and converting that into wRC. (I’ve actually already put this in a community post in a different form). But from there, I could follow the same instructions as before: use the wRC against as runs allowed, find the wRC/9- (if you didn’t read the article I linked to earlier, wRC/9 is just wRC against scaled like RA/9), and from those two find the wRCRAA (quite a mouthful, I know).

So, without further ado, here are the numbers (sorted by FIPRAA):

Name Team IP FIP-Runs FIPRAA xFIP-Runs xFIPRAA wRC-Runs wRCRAA Runs RAA
Clayton Kershaw Dodgers 236 67.7 23.0 81.6 19.6 40.5 25.1 55 27.4
Max Scherzer Tigers 214.1 70.5 22.6 81.3 16.3 55.4 23.7 73 19.5
Adam Wainwright Cardinals 241.2 74.0 22.2 81.2 21.1 76.2 23.0 83 21.6
Felix Hernandez Mariners 204.1 64.0 21.8 65.2 21.5 69.9 16.9 74 16.3
Anibal Sanchez Tigers 182 52.2 21.4 63.6 16.5 57.8 17.1 56 18.9
Cliff Lee Phillies 222.2 75.4 19.6 74.3 19.3 69.6 21.4 77 19.7
Matt Harvey Mets 178.1 42.8 19.3 56.3 16.9 32.9 19.4 46 20.5
Chris Sale White Sox 214.1 81.5 18.8 75.9 19.0 72.8 18.0 81 15.1
Yu Darvish Rangers 209.2 82.5 18.2 71.5 20.0 66.4 19.8 68 20.5
Jhoulys Chacin Rockies 197.1 82.2 16.4 94.0 -4.7 8.1 7.4 82 8.6
Justin Verlander Tigers 218.1 85.9 16.3 96.2 7.7 95.7 2.7 94 6.9
Jose Fernandez Marlins 172.2 56.6 15.8 63.8 11.5 4.8 4.5 47 19.5
Derek Holland Rangers 213 87.9 15.8 94.1 6.6 95.7 0.4 90 8.1
Doug Fister Tigers 208.2 81.6 15.5 85.6 12.0 96.2 -2.1 91 5.6
A.J. Burnett Pirates 191 64.2 15.4 66.9 15.4 68.2 14.2 79 8.6
Mat Latos Reds 210.2 78.4 14.9 90.0 4.5 79.9 12.7 82 13.3
David Price Rays 186.2 67.9 13.6 73.2 13.2 67.3 13.5 78 7.8
James Shields Royals 228.2 95.2 13.3 102.1 6.1 21.9 17.3 82 18.7
Cole Hamels Phillies 220 86.1 12.0 90.8 8.2 89.2 9.0 94 7.5
Jon Lester Red Sox 213.1 91.9 11.9 99.8 2.0 46.8 24.0 94 4.8
Bartolo Colon Athletics 190.1 73.8 11.8 90.2 0.0 69.1 13.5 60 19.3
Hisashi Iwakuma Mariners 219.2 90.7 11.8 86.5 14.7 66.5 21.9 69 22.3
Clay Buchholz Red Sox 108.1 36.1 11.6 44.3 6.2 24.5 12.2 23 12.5
Francisco Liriano Pirates 161 56.4 11.3 60.3 10.2 53.3 14.2 54 15.0
Patrick Corbin Diamondbacks 208.1 85.8 11.1 87.0 7.0 81.2 11.1 81 13.2
Homer Bailey Reds 209 83.0 10.8 83.8 9.2 76.4 14.5 85 10.6
Stephen Strasburg Nationals 183 70.5 10.6 69.2 11.1 52.3 19.2 71 11.7
Hiroki Kuroda Yankees 201.1 86.0 10.3 87.0 7.8 79.8 9.7 79 12.3
Madison Bumgarner Giants 201.1 73.7 10.3 80.2 9.6 49.2 22.5 68 18.5
Jorge de la Rosa Rockies 167.2 75.7 9.8 82.1 -6.6 75.4 0.2 70 7.1
Rick Porcello Tigers 177 75.0 9.7 67.8 12.9 77.2 2.5 87 -5.1
Jordan Zimmermann Nationals 213.1 86.0 9.5 89.1 7.1 13.3 11.5 81 14.8
Justin Masterson Indians 193 77.6 9.3 77.1 12.3 69.6 14.0 75 12.2
Drew Smyly Tigers 76 21.1 9.1 27.3 6.5 21.2 8.1 20 8.7
Nate Jones White Sox 78 24.7 8.9 25.9 7.8 28.1 5.6 40 -4.2
Koji Uehara Red Sox 74.1 14.4 8.8 18.6 8.7 -0.4 -0.4 10 7.1
Ivan Nova Yankees 139.1 58.0 8.7 61.5 4.3 58.9 3.7 49 11.9
Gerrit Cole Pirates 117.1 41.0 8.6 44.2 7.5 40.0 9.8 43 9.1
Trevor Rosenthal Cardinals 75.1 17.3 8.3 21.2 8.0 24.0 7.0 25 7.1
Mike Minor Braves 204.2 82.8 8.3 89.4 2.7 71.2 16.3 79 13.3
Kenley Jansen Dodgers 76.2 18.3 8.2 19.0 8.7 12.6 8.0 16 8.8
Joe Nathan Rangers 64.2 17.5 8.1 25.4 4.3 0.8 0.8 10 6.7
Adam Ottavino Rockies 78.1 29.6 8.0 33.3 2.0 29.3 5.0 27 7.0
Ricky Nolasco – – – 199.1 79.9 8.0 85.6 4.3 83.6 5.9 90 2.5
Brandon Kintzler Brewers 77 23.5 8.0 27.1 6.0 17.5 8.7 26 7.1
Matt Belisle Rockies 73 26.5 8.0 26.2 5.5 30.6 2.1 37 -3.4
Lance Lynn Cardinals 201.2 79.4 7.9 88.6 2.7 90.4 0.6 92 1.6
Mark Melancon Pirates 71 14.0 7.8 17.5 8.0 12.0 7.5 15 8.2
Corey Kluber Indians 147.1 58.3 7.6 54.8 12.1 69.1 -2.8 67 1.4
Ubaldo Jimenez Indians 182.2 75.2 7.5 79.4 7.1 79.5 2.8 75 8.7
David Robertson Yankees 66.1 20.8 7.5 20.7 7.0 17.3 7.3 15 7.7
Hyun-Jin Ryu Dodgers 192 74.6 7.5 79.7 6.4 69.4 13.8 67 16.7
Craig Kimbrel Braves 67 15.5 7.4 15.7 7.7 9.4 6.5 10 6.8
Andy Pettitte Yankees 185.1 82.3 7.4 86.3 1.7 89.0 -5.7 85 1.1
Tyler Chatwood Rockies 111.1 48.9 7.3 53.4 -3.2 50.7 -0.5 44 6.6
Greg Holland Royals 67 10.9 7.2 13.5 7.7 8.1 5.9 11 7.1
Gio Gonzalez Nationals 195.2 80.1 7.2 82.4 5.8 77.8 9.2 79 10.3
Steve Cishek Marlins 69.2 21.1 7.2 24.9 5.2 2.4 2.2 19 7.8
Alex Wood Braves 77.2 24.7 7.2 29.6 4.7 30.4 4.0 29 5.7
C.J. Wilson Angels 212.1 89.4 7.2 100.1 1.0 92.7 3.0 93 5.3
Neal Cotts Rangers 57 14.8 7.1 19.3 5.6 8.5 5.7 8 5.6
Glen Perkins Twins 62.2 18.7 6.9 19.6 6.7 14.5 7.1 16 7.2
Craig Stammen Nationals 81.2 27.6 6.9 30.2 5.4 31.1 4.8 30 6.3
Zack Greinke Dodgers 177.2 68.9 6.9 73.6 6.6 60.8 14.7 54 18.7
Aroldis Chapman Reds 63.2 18.9 6.8 15.8 7.1 15.9 7.1 18 7.0
Joaquin Benoit Tigers 67 23.1 6.7 25.4 5.1 8.0 5.9 15 7.8
Danny Farquhar Mariners 55.2 12.4 6.6 16.0 6.3 14.2 6.2 29 -3.5
Sean Doolittle Athletics 69 22.4 6.5 30.5 2.1 16.0 7.8 24 6.0
Luke Hochevar Royals 70.1 25.0 6.5 24.5 6.6 12.4 7.6 15 8.1
Anthony Swarzak Twins 96 37.8 6.4 43.9 1.8 33.1 7.8 33 8.6
Ryan Cook Athletics 67.1 22.1 6.4 30.0 1.8 23.9 5.1 22 6.5
Jose Quintana White Sox 200 91.7 6.4 92.6 2.8 5.1 4.8 83 8.8
Alex Cobb Rays 143.1 57.8 6.4 51.9 12.5 49.1 11.8 46 14.2
Steve Delabar Blue Jays 58.2 19.1 6.3 23.6 3.5 14.6 6.5 25 2.1
Henderson Alvarez Marlins 102.2 39.2 6.3 48.9 -2.4 35.5 8.3 42 5.0
Addison Reed White Sox 71.1 27.1 6.2 32.3 1.6 20.3 7.5 31 2.0
Sonny Gray Athletics 64 20.7 6.2 22.4 5.8 17.0 7.0 22 5.7
Alex Torres Rays 58 16.1 6.1 23.0 3.9 7.5 5.3 12 6.7
Brett Cecil Blue Jays 60.2 21.0 6.1 21.8 5.2 16.5 6.6 20 5.8
Rex Brothers Rockies 67.1 27.1 6.0 28.2 2.0 23.1 5.5 16 7.8
Felix Doubront Red Sox 162.1 73.6 5.9 80.6 -3.2 81.9 -9.7 84 -9.6
Mariano Rivera Yankees 64 23.4 5.9 23.7 5.2 18.1 6.8 16 7.4
Wilton Lopez Rockies 75.1 32.3 5.8 33.4 0.7 37.3 -3.7 35 0.0
Junichi Tazawa Red Sox 68.1 26.4 5.8 24.8 5.7 31.3 -0.5 25 5.3
Robbie Ross Rangers 62.1 23.8 5.7 25.4 3.6 26.9 1.1 21 5.8
Fernando Rodney Rays 66.2 22.7 5.7 24.9 5.2 24.4 4.6 27 3.5
Tanner Roark Nationals 53.2 15.5 5.6 20.2 3.4 6.2 4.6 11 6.1
Jason Grilli Pirates 50 11.8 5.6 13.3 5.6 13.2 5.5 15 5.3
Casey Janssen Blue Jays 52.2 17.3 5.5 19.5 4.3 12.0 5.9 17 5.2
Dane de la Rosa Angels 72.1 26.0 5.5 30.3 3.6 18.7 8.0 25 6.4
Luke Gregerson Padres 66.1 21.5 5.4 26.8 3.0 15.8 7.5 24 5.3
David Carpenter Braves 65.2 22.3 5.4 24.5 4.2 13.9 7.4 13 7.5
Scott Kazmir Indians 158 66.5 5.3 63.7 9.6 77.8 -7.2 76 -2.7
Cody Allen Indians 70.1 25.2 5.3 27.6 4.7 27.7 3.5 22 7.2
Tyson Ross Padres 125 48.0 5.3 51.5 4.6 40.4 11.4 51 6.2
Matt Lindstrom White Sox 60.2 22.9 5.3 28.2 0.6 26.2 1.1 23 4.2
Josh Outman Rockies 54 21.1 5.3 23.5 0.9 14.5 5.9 27 -2.1
John Lackey Red Sox 189.1 87.7 5.3 79.3 9.5 4.8 4.6 80 7.2
Charlie Furbush Mariners 65 23.9 5.3 26.3 3.9 13.0 7.2 33 -3.1
Bryan Shaw Indians 75 27.6 5.2 32.2 3.2 21.6 7.8 31 3.4
Jean Machi Giants 53 14.6 5.2 17.7 4.6 8.3 5.4 15 5.9
Will Harris Diamondbacks 52.2 17.3 5.2 19.7 3.4 19.8 3.3 17 5.2
Brian Matusz Orioles 51 17.8 5.2 22.0 2.0 15.6 5.0 21 2.4
Bobby Parnell Mets 50 14.0 5.0 18.3 3.5 9.5 5.5 17 4.6
Aaron Loup Blue Jays 69.1 27.6 5.0 27.5 4.4 24.7 5.2 23 6.6
Kris Medlen Braves 197 82.3 4.9 83.9 5.0 85.4 3.3 77 12.2
Nick Vincent Padres 46.1 11.5 4.9 16.1 3.7 7.0 4.6 11 5.4
Andrew Cashner Padres 175 70.4 4.9 76.0 3.0 58.2 15.3 68 11.1
Sam LeCure Reds 61 21.7 4.8 24.3 2.9 -0.1 -0.1 18 6.6
Tyler Thornburg Brewers 66.2 24.9 4.7 35.4 -6.4 17.9 7.3 17 7.7
Casey Fien Twins 62 23.5 4.7 20.2 6.5 17.2 6.6 28 0.8
A.J. Ramos Marlins 80 31.1 4.7 39.1 -3.1 25.7 7.4 32 4.4
Josh Collmenter Diamondbacks 92 38.3 4.6 44.8 -3.6 27.1 9.4 34 6.9
Mike Dunn Marlins 67.2 25.3 4.6 30.0 0.6 18.7 7.3 21 7.0
Jesse Chavez Athletics 57.1 20.7 4.6 26.4 0.8 20.0 4.5 27 -0.4
Michael Wacha Cardinals 64.2 22.7 4.5 26.1 2.9 75.2 -118.8 20 6.7
Jonathan Papelbon Phillies 61.2 22.6 4.5 26.0 1.8 20.3 5.5 23 4.5
Jamey Wright Rays 70 26.3 4.5 29.2 3.5 -0.4 -0.4 25 5.8
Jim Johnson Orioles 70.1 29.1 4.4 28.5 4.3 19.7 7.5 26 5.3
Dan Otero Athletics 39 9.9 4.4 14.9 3.0 11.8 3.9 7 4.3
J.P. Howell Dodgers 62 21.5 4.3 25.9 2.1 13.3 7.0 15 7.2
Brian Duensing Twins 61 23.7 4.3 27.2 1.6 30.5 -3.3 28 0.3
Jesse Crain White Sox 36.2 6.7 4.2 12.9 3.4 17.2 -0.7 6 3.9
Blake Parker Cubs 46.1 16.1 4.2 19.7 1.2 15.8 3.9 17 3.6
Sergio Romo Giants 60.1 20.6 4.1 23.2 3.5 17.2 6.3 20 5.7
Kevin Siegrist Cardinals 39.2 10.9 4.0 14.3 3.0 3.6 2.9 2 1.8
Jason Frasor Rangers 49 19.8 4.0 21.3 1.9 83.2 -229.7 15 5.1
Jake Diekman Phillies 38.1 11.5 3.9 13.2 3.2 36.2 -39.6 15 2.4
LaTroy Hawkins Mets 70.2 25.9 3.9 26.5 4.5 23.8 6.0 27 4.8
Brad Ziegler Diamondbacks 73 29.8 3.9 29.1 3.5 18.5 8.1 20 8.2
Tim Hudson Braves 131.1 54.5 3.8 56.1 2.8 47.6 9.3 60 1.0
Tommy Hunter Orioles 86.1 38.1 3.8 37.6 3.0 6.7 5.6 28 8.4
Jordan Walden Braves 47 15.8 3.8 19.8 1.4 89.2 -285.9 19 2.5
Dan Jennings Marlins 40.2 13.1 3.8 17.6 0.7 17.6 0.7 17 1.7
Tanner Scheppers Rangers 76.2 34.4 3.8 35.7 0.7 22.1 8.0 21 8.6
Oliver Perez Mariners 53 20.7 3.7 21.4 3.2 25.6 -1.8 23 1.5
Javier Lopez Giants 39.1 11.4 3.6 13.8 3.2 78.9 -271.9 10 4.5
Matt Garza – – – 155.1 72.3 3.6 69.5 2.8 67.9 2.1 73 -0.9
Tony Watson Pirates 71.2 27.5 3.6 32.0 0.3 14.5 8.0 19 8.2
Louis Coleman Royals 29.2 7.3 3.6 9.6 3.1 3.7 2.7 2 1.7
Tim Collins Royals 53.1 21.8 3.5 27.5 -2.2 23.1 0.9 26 -1.3
Roy Oswalt Rockies 32.1 12.0 3.5 13.2 1.3 25.7 -19.5 31 -33.0
Manny Parra Reds 46 16.9 3.4 15.4 4.0 18.4 2.1 18 2.8
Danny Salazar Indians 52 19.7 3.4 17.2 5.1 19.0 3.6 18 4.6
Craig Breslow Red Sox 59.2 25.8 3.4 31.3 -3.1 20.4 5.0 16 6.8
Randy Choate Cardinals 35.1 10.9 3.3 14.0 1.7 7.8 4.0 9 4.1
Antonio Bastardo Phillies 42.2 15.4 3.2 20.9 -1.9 14.9 3.4 12 4.7
Darren O’Day Orioles 62 26.6 3.2 26.7 2.4 18.9 6.1 16 7.1
Yusmeiro Petit Giants 48 16.5 3.1 20.0 1.6 17.3 3.5 19 2.8
Luis Avilan Braves 65 25.6 3.1 31.4 -2.2 9.1 6.3 12 7.2
Sergio Santos Blue Jays 25.2 5.7 3.1 8.0 2.7 -1.1 -1.2 5 2.9
Brandon McCarthy Diamondbacks 135 60.8 3.0 61.1 0.0 68.9 -9.0 71 -9.4
Ervin Santana Royals 211 99.5 3.0 93.4 6.5 79.9 12.9 85 11.3
Chad Qualls Marlins 62 24.7 3.0 24.2 3.4 19.5 5.9 18 6.7
Pedro Strop – – – 57.1 24.4 2.9 22.7 3.4 22.4 3.0 30 -3.8
Vin Mazzaro Pirates 73.2 29.3 2.9 35.4 -2.1 23.8 6.8 23 7.5
Andrew Miller Red Sox 30.2 11.2 2.9 9.0 3.4 12.2 1.4 12 1.9
Brandon Workman Red Sox 41.2 17.2 2.9 15.9 3.2 21.1 -2.6 23 -4.3
Jeff Samardzija Cubs 213.2 96.7 2.9 88.5 7.1 21.1 16.5 109 -10.7
Scott Downs – – – 43.1 16.1 2.9 17.2 2.7 19.0 0.6 13 4.6
Rafael Betancourt Rockies 28.2 11.1 2.9 14.5 -1.7 10.2 2.1 15 -1.9
Paco Rodriguez Dodgers 54.1 20.1 2.8 19.0 4.4 7.5 5.2 15 6.1
Brandon Cumpton Pirates 30.2 9.6 2.8 12.5 1.3 6.3 3.4 8 3.5
Jake Peavy – – – 144.2 68.7 2.7 70.0 -1.4 14.5 11.3 70 -2.9
Bruce Rondon Tigers 28.2 10.4 2.7 11.0 2.1 13.4 -0.5 11 1.9
Caleb Thielbar Twins 46 18.8 2.6 22.9 -0.9 6.2 4.3 11 5.3
Jenrry Mejia Mets 27.1 8.1 2.6 7.6 3.0 106.3 -810.8 9 2.6
Jared Burton Twins 66 28.6 2.6 31.2 0.3 24.3 4.5 29 1.6
Alex Wilson Red Sox 27.2 10.2 2.6 16.0 -3.4 18.1 -8.1 16 -3.9
Shawn Kelley Yankees 53.1 23.2 2.6 20.7 3.7 25.0 -0.9 28 -3.7
Garrett Richards Angels 145 63.7 2.5 62.3 6.2 61.8 3.4 73 -6.1
Jose Mijares Giants 49 17.9 2.5 22.9 -0.9 31.8 -14.0 24 -1.3
J.J. Hoover Reds 66 27.5 2.5 31.4 -1.6 20.7 6.3 21 6.6
Bud Norris – – – 176.2 81.8 2.5 89.5 -5.4 101.3 -27.4 89 -7.5
Jose Veras – – – 62.2 27.2 2.5 29.7 0.0 11.5 6.8 23 4.8
Edwin Jackson Cubs 175.1 79.7 2.4 81.2 -1.6 95.6 -20.0 110 -38.6
Gonzalez Germen Mets 34.1 11.9 2.4 17.1 -1.7 14.6 0.8 15 0.9
David Phelps Yankees 86.2 39.6 2.4 41.9 -0.8 45.7 -7.8 50 -12.1
Ryan Pressly Twins 76.2 33.8 2.4 39.5 -3.2 30.4 3.7 37 -1.4
Grant Balfour Athletics 62.2 26.2 2.4 25.7 3.6 19.7 6.0 20 6.3
Matt Reynolds Diamondbacks 27.1 9.7 2.3 10.9 1.3 9.0 2.4 7 3.1
Chad Gaudin Giants 97 38.9 2.3 46.6 -2.8 34.2 7.5 34 8.3
Jake McGee Rays 62.2 25.6 2.3 23.4 5.1 -0.4 -0.4 28 1.1
Nathan Eovaldi Marlins 106.1 45.8 2.3 53.0 -5.3 42.8 4.6 44 4.8
Brett Oberholtzer Astros 71.2 31.4 2.2 36.7 -2.9 26.0 5.1 26 5.7
Anthony Varvaro Braves 73.1 30.5 2.1 36.9 -4.1 25.8 5.7 25 6.6
Michael Roth Angels 20 5.8 2.1 8.7 0.7 2.4 1.8 16 -11.6
Burke Badenhop Brewers 62.1 26.4 2.1 25.4 2.5 22.2 4.7 32 -3.4
Matt Albers Indians 63 26.4 2.1 28.9 1.2 20.3 5.8 25 3.6
Justin Wilson Pirates 73.2 30.1 2.1 33.8 -0.3 16.9 8.3 17 8.6
Danny Duffy Royals 24.1 9.0 2.1 13.4 -2.1 8.9 1.7 5 2.8
Kelvin Herrera Royals 58.1 25.9 2.1 20.0 5.6 24.5 1.7 27 0.1
T.J. McFarland Orioles 74.2 34.4 2.1 33.0 2.3 36.6 -3.1 37 -2.5
B.J. Rosenberg Phillies 19.2 5.9 2.1 10.1 -1.4 8.3 0.5 10 -0.9
Drake Britton Red Sox 21 7.7 2.0 8.9 1.0 8.9 0.6 9 0.7
Darin Downs Tigers 35.1 15.0 1.9 15.0 1.6 17.9 -2.2 20 -4.4
Fernando Abad Nationals 37.2 14.7 1.9 17.9 -0.9 17.3 -0.3 14 2.8
Will Smith Royals 33.1 14.1 1.8 10.0 3.7 10.1 3.3 16 -0.5
Tom Wilhelmsen Mariners 59 26.1 1.8 32.4 -4.9 45.0 -31.0 28 -0.6
Al Alburquerque Tigers 49 21.9 1.7 20.5 2.5 20.9 1.2 25 -2.5
Taijuan Walker Mariners 15 4.1 1.7 6.8 0.3 3.2 1.7 7 0.0
Ryan Webb Marlins 80.1 34.7 1.7 36.5 -0.4 28.9 5.9 30 5.9
Eric Stults Padres 203.2 86.3 1.7 100.9 -10.1 93.3 -1.4 97 -2.5
Robert Coello Angels 17 5.1 1.7 6.7 1.1 5.7 1.5 7 0.8
Rob Wooten Brewers 27.2 10.6 1.7 14.1 -1.8 9.7 2.2 12 0.8
James Paxton Mariners 24 9.4 1.7 8.9 2.0 18.2 -12.5 5 2.8
Carlos Martinez Cardinals 28.1 10.5 1.7 13.0 -0.3 13.2 -0.4 16 -3.5
Francisco Rodriguez – – – 46.2 20.4 1.6 17.0 3.4 19.4 1.5 14 5.0
Joe Smith Indians 63 27.2 1.6 28.0 2.0 6.8 5.2 17 7.1
Juan Nicasio Rockies 157.2 80.4 1.6 81.7 -12.3 88.9 -22.2 97 -31.5
Kevin Jepsen Angels 36 14.6 1.6 17.0 0.2 18.3 -2.4 21 -5.4
Jim Henderson Brewers 60 25.8 1.5 23.8 2.9 80.2 -157.7 18 6.4
Seth Maness Cardinals 62 25.5 1.5 23.3 4.0 23.8 3.6 17 7.0
Taylor Jordan Nationals 51.2 21.6 1.5 23.6 -0.2 23.7 -0.4 27 -3.4
Brian Wilson Dodgers 13.2 3.3 1.5 4.6 1.2 1.7 1.2 1 0.8
Joe Thatcher – – – 39.1 16.0 1.4 16.8 1.0 22.2 -5.6 14 3.3
Daniel Webb White Sox 11.1 3.2 1.4 4.3 0.9 2.2 1.2 4 1.0
Michael Tonkin Twins 11.1 2.8 1.3 4.8 0.5 3.0 1.2 6 -0.8
Joe Ortiz Rangers 44.2 21.3 1.3 20.5 0.8 6.2 4.3 26 -6.6
Joakim Soria Rangers 23.2 10.5 1.3 10.1 1.0 -0.6 -0.7 10 0.9
Scott Rice Mets 51 20.8 1.2 23.4 -0.2 17.2 4.4 22 1.6
Bobby LaFromboise Mariners 10.2 2.7 1.2 4.5 0.5 4.2 0.5 8 -4.9
Marc Rzepczynski – – – 30.2 12.4 1.2 13.1 1.2 11.3 2.1 13 1.1
Juan Gutierrez – – – 55.1 24.8 1.2 27.2 -0.8 12.6 6.2 29 -3.7
Sean Marshall Reds 10.1 2.5 1.2 3.4 0.9 -0.6 -0.7 3 1.1
Ryan Mattheus Nationals 35.1 14.6 1.2 17.1 -1.2 25.1 -14.3 26 -15.2
Kyuji Fujikawa Cubs 12 4.0 1.1 4.1 1.0 5.2 0.2 7 -1.8
Juan Perez Blue Jays 31.2 14.1 1.1 12.9 1.9 10.9 2.6 17 -2.6
Boone Logan Yankees 39 17.9 1.1 12.7 3.9 14.1 2.8 15 2.6
Drew Storen Nationals 61.2 26.8 1.1 27.5 0.3 29.2 -1.4 34 -6.4
Buddy Boshers Angels 15.1 5.7 1.0 7.9 -0.6 5.7 1.0 8 -1.0
Stolmy Pimentel Pirates 9.1 2.0 1.0 3.8 0.4 0.4 0.4 4 0.3
Dustin McGowan Blue Jays 25.2 11.3 1.0 12.9 -0.8 8.8 2.1 11 0.8
Charlie Morton Pirates 116 50.1 1.0 51.4 1.0 50.6 1.6 51 2.7
Francisley Bueno Royals 8.1 2.6 0.9 4.0 -0.1 -0.6 -0.7 0 0.0
Rafael Soriano Nationals 66.2 29.2 0.9 32.4 -2.3 25.3 4.0 24 5.4
Keith Butler Cardinals 20 7.8 0.9 13.0 -5.9 6.1 2.0 9 0.3
Kris Johnson Pirates 10.1 3.4 0.9 4.9 -0.2 5.2 -0.6 7 -3.2
Sam Freeman Cardinals 12.1 4.4 0.8 6.9 -1.6 9.3 -6.3 3 1.4
Lucas Luetge Mariners 37 16.7 0.8 18.5 -0.9 20.7 -4.9 22 -6.2
David Hale Braves 11 1.0 0.8 1.7 1.1 2.8 1.2 1 0.8
Julio Teheran Braves 185.2 82.2 0.8 83.8 0.0 77.6 5.7 69 13.8
Stephen Pryor Mariners 7.1 1.4 0.8 2.5 0.7 -0.9 -1.2 0 0.0
Luke Putkonen Tigers 29.2 13.6 0.8 12.3 1.6 12.3 1.0 11 2.2
Jimmy Nelson Brewers 10 3.5 0.8 4.5 0.0 2.8 1.1 1 0.8
Jake Petricka White Sox 19.1 8.6 0.8 10.3 -1.2 60.2 -355.1 7 1.5
Charles Brewer Diamondbacks 6 1.7 0.7 2.7 0.0 3.6 -1.1 2 0.6
Wei-Yin Chen Orioles 137 66.4 0.7 68.1 -2.7 69.4 -8.5 62 1.6
Jeremy Jeffress Blue Jays 10.1 4.3 0.6 3.0 1.1 20.3 -67.9 1 0.8
Joel Peralta Rays 71.1 31.5 0.6 36.5 -2.6 9.3 6.6 31 2.0
Yoervis Medina Mariners 68 31.5 0.6 31.4 0.9 22.6 5.9 22 6.7
Ross Detwiler Nationals 71.1 31.3 0.6 36.4 -4.7 42.9 -14.2 37 -4.3
Jon Niese Mets 143 61.4 0.6 65.9 -1.3 97.6 -50.0 68 -1.6
Ernesto Frieri Angels 68.2 30.7 0.6 28.8 3.5 29.1 1.8 29 2.6
Donnie Joseph Royals 5.2 1.8 0.6 2.8 -0.1 1.8 0.5 0 0.0
Luis Perez Blue Jays 5 1.1 0.6 1.6 0.5 1.0 0.6 3 -0.9
Cesar Ramos Rays 67.1 29.9 0.6 32.5 -0.3 25.8 3.9 31 0.3
Carlos Villanueva Cubs 128.2 59.6 0.6 61.3 -3.1 55.6 2.3 58 1.7
Joe Martinez Indians 5 1.1 0.6 2.3 0.1 54.4 -1259.6 1 0.6
Jon Rauch Marlins 16.2 6.9 0.6 8.3 -0.9 10.3 -3.8 14 -11.3
Matt Shoemaker Angels 5 1.4 0.6 2.0 0.3 -0.1 -0.1 0 0.0
Erik Davis Nationals 8.2 0.6 0.5 1.5 0.9 3.8 0.1 3 0.8
Evan Reed Tigers 23.1 10.8 0.5 11.0 0.1 13.5 -3.8 16 -7.6
Michael Kirkman Rangers 22 10.6 0.5 11.7 -1.4 9.3 0.6 20 -19.1
Heath Hembree Giants 7.2 0.6 0.5 1.5 0.8 0.2 0.2 0 0.0
Dellin Betances Yankees 5 1.7 0.5 0.8 0.5 5.1 -6.3 6 -9.5
Mauricio Robles Phillies 4.2 1.3 0.5 2.3 -0.3 3.4 -2.1 3 -1.2
Phillippe Aumont Phillies 19.1 8.3 0.5 10.4 -2.0 14.0 -8.5 11 -2.5
Matt Daley Yankees 6 0.6 0.5 1.3 0.7 -0.3 -0.3 0 0.0
Steven Wright Red Sox 13.1 6.1 0.5 8.4 -2.7 6.4 -0.4 8 -2.3
Tony Cingrani Reds 104.2 47.5 0.5 43.8 3.1 36.4 8.4 37 8.8
Chad Jenkins Blue Jays 33.1 15.8 0.5 17.0 -1.2 13.7 1.2 13 2.1
Kevin Gausman Orioles 47.2 22.8 0.5 17.4 4.0 25.3 -4.5 30 -10.7
Chris Capuano Dodgers 105.2 45.0 0.5 46.5 1.4 55.4 -9.0 57 -9.2
Matt Thornton – – – 43.1 21.0 0.4 21.5 -0.9 21.3 -1.9 20 0.1
Steven Ames Marlins 4 1.2 0.4 1.6 0.2 10.0 -45.4 2 -0.2
Cesar Cabral Yankees 3.2 0.6 0.4 0.8 0.4 1.2 0.3 1 0.4
Neftali Feliz Rangers 4.2 1.8 0.4 3.0 -1.0 2.3 -0.2 0 0.0
Jair Jurrjens Orioles 7.1 3.2 0.4 3.9 -0.5 26.1 -180.0 4 -0.7
Frank Francisco Mets 6.1 2.3 0.4 3.3 -0.5 2.0 0.6 3 -0.1
Chris Dwyer Royals 3 1.0 0.3 1.5 0.0 0.4 0.3 0 0.0
J.J. Putz Diamondbacks 34.1 15.8 0.3 14.0 1.4 18.5 -3.6 9 3.9
Mickey Storey Blue Jays 4 0.4 0.3 1.5 0.3 13.6 -89.1 3 -1.8
Tim Stauffer Padres 69.2 29.7 0.3 26.8 4.0 24.3 5.5 29 3.0
Luis Ayala – – – 33 14.6 0.3 14.9 0.0 16.6 -2.0 12 2.6
Donnie Veal White Sox 29.1 14.2 0.3 13.4 0.5 13.1 0.1 16 -2.8
Vic Black – – – 17 7.1 0.3 9.6 -2.4 8.0 -0.4 7 0.8
Cody Eppley Yankees 1.2 0.4 0.2 0.4 0.2 2.0 -3.3 4 -16.7
Cristhian Martinez Braves 2.1 0.9 0.2 1.0 0.0 2.1 -2.2 2 -1.7
Chris Withrow Dodgers 34.2 14.9 0.1 12.6 2.5 7.5 3.9 10 3.8
Josh Tomlin Indians 2 0.7 0.1 1.6 -1.0 4.7 -19.6 0 0.0
Duke Welker Pirates 1.1 0.2 0.1 0.6 0.0 -0.5 -1.0 0 0.0
Fernando Salas Cardinals 28 12.2 0.1 15.0 -2.9 11.5 1.0 15 -2.3
David Murphy Rangers 1 0.1 0.1 0.3 0.1 0.5 0.0 0 0.0
Ryan Raburn Indians 1 0.1 0.1 0.1 0.1 -0.4 -0.8 0 0.0
Octavio Dotel Tigers 4.2 2.2 0.1 3.2 -1.3 6.8 -15.1 7 -15.6
Jamey Carroll Twins 1 0.4 0.1 0.5 -0.1 93.4 -19255.5 0 0.0
Jake Elmore Astros 1 0.4 0.1 0.5 -0.1 10.0 -210.6 0 0.0
Jose Dominguez Dodgers 8.1 3.5 0.1 5.3 -2.2 8.5 -10.8 3 0.7
Everett Teaford Royals 0.2 0.2 0.1 0.6 -0.5 0.3 0.0 0 0.0
Alex Burnett – – – 2.1 1.1 0.0 1.9 -1.4 3.3 -6.8 3 -5.3
Alberto Gonzalez Yankees 0.1 0.1 0.0 0.3 -0.2 -0.1 -0.3 0 0.0
Sam Fuld Rays 0.1 0.1 0.0 0.3 -0.2 2.4 -35.0 0 0.0
Josh Harrison Pirates 0.1 0.1 0.0 0.3 -0.3 18.5 -2269.2 0 0.0
Andrew Albers Twins 60 28.5 0.0 31.8 -3.5 25.2 1.8 34 -7.5
Brett Anderson Athletics 44.2 20.6 0.0 17.5 3.1 27.1 -9.4 32 -17.4
CC Sabathia Yankees 211 103.8 0.0 95.2 4.8 111.0 -18.4 122 -29.9
Darren Oliver Blue Jays 49 23.8 0.0 22.0 1.3 23.2 -1.1 24 -1.3
David Martinez Astros 11.1 5.3 0.0 6.6 -1.4 8.7 -6.0 11 -12.0
Duane Below Marlins 2.2 1.2 0.0 1.9 -1.0 3.0 -4.4 3 -4.3
Johnny Cueto Reds 60.2 27.7 0.0 23.5 3.3 1.0 0.9 20 5.8
Nick Tepesch Rangers 93 46.8 0.0 42.6 1.7 48.9 -8.0 53 -12.0
Rich Hill Indians 38.2 17.7 0.0 19.1 -0.8 19.0 -1.7 30 -20.1
Shawn Tolleson Dodgers 0 0.0 0.0 0.0 0.0 0.8 #DIV/0! 0 #DIV/0!
Travis Wood Cubs 200 93.4 0.0 108.0 -21.6 70.2 15.6 73 15.6
Logan Kensing Rockies 0.2 0.4 0.0 0.4 -0.1 0.3 0.0 0 0.0
C.C. Lee Indians 4.1 2.1 -0.1 3.2 -1.8 2.5 -0.8 3 -1.5
Brandon Gomes Rays 19.1 8.9 -0.1 7.4 1.5 8.6 0.1 15 -10.1
Evan Scribner Athletics 26.2 12.4 -0.1 14.4 -2.0 13.3 -1.4 13 -0.6
Phil Irwin Pirates 4.2 2.2 -0.2 2.5 -0.5 3.5 -2.3 5 -6.5
Pedro Beato Red Sox 10 5.1 -0.2 6.8 -2.9 5.0 -0.5 5 -0.4
Xavier Cedeno – – – 12.1 5.9 -0.2 7.6 -2.3 8.9 -5.3 12 -13.1
Chris Narveson Brewers 2 1.1 -0.2 1.4 -0.8 0.1 0.1 0 0.0
John McDonald Phillies 0.1 -0.1 -0.2 -0.1 -0.2 9.4 -572.8 0 0.0
Rob Johnson Cardinals 0.1 -0.1 -0.2 -0.1 -0.2 -0.1 -0.3 0 0.0
Rafael Dolis Cubs 5 2.6 -0.2 3.7 -2.4 1.2 0.6 2 0.3
Wesley Wright – – – 53.2 25.2 -0.3 21.4 3.4 28.3 -4.8 24 0.9
Jerry Blevins Athletics 60 27.9 -0.3 30.6 -2.1 92.8 -225.1 23 4.0
Ronald Belisario Dodgers 68 29.7 -0.3 31.3 -0.6 29.8 0.9 34 -2.6
Zach Putnam Cubs 3.1 1.8 -0.3 0.8 0.4 5.2 -12.9 7 -24.7
Shaun Marcum Mets 78.1 34.2 -0.3 39.7 -4.8 38.6 -3.5 48 -15.3
Zach Clark Orioles 1.2 1.1 -0.4 1.7 -2.1 2.1 -3.8 3 -8.6
Neil Wagner Blue Jays 38 18.8 -0.4 16.1 1.8 18.8 -1.9 17 0.6
Joe Savery Phillies 20 9.5 -0.4 10.7 -2.0 127.3 -1669.2 11 -2.0
Phil Coke Tigers 38.1 19.0 -0.4 21.1 -3.4 20.2 -3.3 24 -8.4
Preston Guilmet Indians 5.1 2.8 -0.4 4.4 -3.3 4.5 -4.1 6 -8.5
Jake Odorizzi Rays 29.2 13.8 -0.4 15.4 -1.4 21.1 -12.3 13 0.7
Kevin Slowey Marlins 92 42.1 -0.4 44.3 -3.1 53.2 -14.9 44 -1.3
Manny Corpas Rockies 41.2 22.0 -0.4 20.7 -2.1 18.7 0.1 21 -1.8
Joe Paterson Diamondbacks 2.1 1.5 -0.5 1.8 -1.2 20.1 -363.3 1 0.1
Tyler Lyons Cardinals 53 23.7 -0.5 24.4 -0.5 25.0 -1.2 29 -5.2
Sean Burnett Angels 9.2 4.9 -0.5 4.1 0.4 3.9 0.4 1 0.8
Jaime Garcia Cardinals 55.1 24.7 -0.5 21.7 2.8 58.6 -79.1 26 -0.3
Preston Claiborne Yankees 50.1 25.0 -0.5 23.4 0.5 22.5 0.2 23 0.4
Sandy Rosario Giants 41.2 18.3 -0.5 22.9 -5.0 13.4 3.8 15 3.4
Ryan Brasier Angels 9 4.6 -0.6 4.9 -0.6 3.2 0.7 2 1.0
Javy Guerra Dodgers 10.2 5.1 -0.6 5.2 -0.4 7.0 -3.2 9 -7.4
Miles Mikolas Padres 1.2 1.1 -0.6 1.6 -1.8 0.2 0.1 0 0.0
Edward Mujica Cardinals 64.2 28.8 -0.6 27.4 1.6 22.5 5.1 20 6.7
Arquimedes Caminero Marlins 13 6.4 -0.6 6.8 -1.0 4.0 1.3 4 1.4
Daniel Bard Red Sox 1 0.8 -0.6 1.0 -1.1 1.0 -1.1 1 -1.2
Marco Estrada Brewers 128 59.3 -0.6 55.8 2.2 47.6 8.4 56 3.2
John Gast Cardinals 12.1 5.9 -0.6 6.4 -0.9 78.2 -1020.0 7 -1.6
Brad Hand Marlins 20.2 10.0 -0.6 10.4 -1.3 5.0 2.3 7 1.9
Jeff Beliveau Rays 0.2 0.6 -0.6 0.8 -1.1 24.4 -1953.9 0 0.0
Chris Bootcheck Yankees 1 0.8 -0.6 1.0 -1.1 1.5 -3.6 1 -1.2
Chris Hatcher Marlins 8.2 4.5 -0.6 4.7 -1.0 7.7 -7.4 13 -29.0
Martin Perez Rangers 124.1 63.1 -0.6 60.3 -1.2 60.6 -4.9 55 2.6
Tyler Clippard Nationals 71 32.5 -0.7 34.3 -2.4 12.8 7.7 19 8.1
Josh Zeid Astros 27.2 13.7 -0.7 12.6 0.5 10.9 1.4 12 0.8
Jered Weaver Angels 154.1 70.7 -0.7 79.8 -7.2 9.2 8.0 58 11.1
Alberto Cabrera Cubs 6 3.4 -0.7 4.4 -2.7 5.6 -5.9 3 -0.2
Mike Pelfrey Twins 152.2 73.1 -0.7 83.2 -11.6 92.1 -31.1 92 -27.4
Chris Volstad Rockies 8.1 5.0 -0.7 5.5 -2.6 11.8 -25.5 10 -15.8
Shelby Miller Cardinals 173.1 76.3 -0.8 77.6 0.8 68.8 8.2 65 12.5
Logan Ondrusek Reds 55 26.0 -0.8 22.7 2.0 25.3 -0.5 26 -0.5
Matt Guerrier – – – 42.2 19.6 -0.8 22.7 -4.1 20.1 -0.9 22 -2.4
Scott Atchison Mets 45.1 20.4 -0.8 21.9 -1.5 16.7 3.1 27 -7.6
Josh Lindblom Rangers 31.1 16.6 -0.8 16.9 -2.2 56.7 -170.8 19 -5.8
Simon Castro White Sox 6.2 4.0 -0.8 3.9 -0.9 2.8 0.2 2 0.7
Clay Rapada Indians 2 1.5 -0.8 1.9 -2.0 0.6 0.2 0 0.0
Scott Feldman – – – 181.2 87.9 -0.9 86.3 -1.7 71.5 9.2 87 -2.7
Santiago Casilla Giants 50 22.0 -0.9 25.4 -3.3 14.9 5.1 14 5.6
Brian Omogrosso White Sox 16.1 8.9 -0.9 9.2 -1.7 18.1 -26.4 18 -24.7
Sean O’Sullivan Padres 25 11.7 -0.9 16.9 -8.5 16.4 -7.4 12 -0.4
Kevin Chapman Astros 20.1 10.4 -0.9 12.3 -3.3 5.6 2.2 6 2.2
Wilmer Font Rangers 1.1 1.2 -1.0 1.9 -3.6 0.8 -0.3 0 0.0
Wade Miley Diamondbacks 202.2 96.8 -1.0 91.7 0.0 94.4 -3.1 88 5.7
David Holmberg Diamondbacks 3.2 2.4 -1.0 3.7 -4.7 3.7 -4.5 3 -2.3
Eric O’Flaherty Braves 18 8.9 -1.0 8.2 -0.1 3.5 2.0 5 2.0
Mark Buehrle Blue Jays 203.2 100.2 -1.0 100.0 -3.0 105.4 -15.5 100 -5.7
Ryan Reid Pirates 11 5.7 -1.0 5.6 -0.7 3.9 0.8 2 1.2
Samuel Deduno Twins 108 52.4 -1.0 52.6 -1.1 21.3 12.0 48 2.1
Vidal Nuno Yankees 20 10.8 -1.1 12.8 -4.3 7.5 1.3 5 2.3
Victor Marte Cardinals 3 2.1 -1.2 2.2 -1.4 2.4 -1.9 2 -0.9
Michael Stutes Phillies 17.2 9.1 -1.2 11.5 -5.0 19.1 -26.7 11 -3.7
Bruce Chen Royals 121 59.8 -1.2 71.6 -17.2 45.7 7.4 46 8.3
Tom Gorzelanny Brewers 85.1 40.3 -1.2 37.3 1.1 37.1 1.3 41 -1.4
Steve Johnson Orioles 15.2 8.7 -1.2 8.6 -1.3 22.8 -50.5 13 -10.2
Heath Bell Diamondbacks 65.2 32.3 -1.3 24.3 4.4 38.5 -11.5 30 0.5
Skip Schumaker Dodgers 2 1.6 -1.3 1.9 -2.1 2.4 -3.9 0 0.0
Zach Phillips Marlins 1.2 1.5 -1.3 1.8 -2.4 2.2 -4.3 1 -0.3
Greg Burke Mets 31.2 14.9 -1.3 15.0 -0.8 22.7 -13.4 27 -22.6
Justin De Fratus Phillies 46.2 22.5 -1.3 24.4 -3.9 23.8 -3.1 21 0.7
David Purcey White Sox 25.1 13.7 -1.4 15.7 -4.7 10.0 1.3 7 2.8
Franklin Morales Red Sox 25.1 13.8 -1.4 15.1 -3.8 13.3 -2.2 13 -1.4
Chad Billingsley Dodgers 12 6.3 -1.4 6.7 -1.6 5.9 -0.6 4 1.1
Chaz Roe Diamondbacks 22.1 11.8 -1.4 9.9 0.2 9.0 0.9 10 0.4
Hector Noesi Mariners 27.1 14.3 -1.4 15.5 -3.0 22.0 -17.3 21 -13.7
Pedro Feliciano Mets 11.1 6.1 -1.5 6.5 -1.7 5.9 -0.9 5 0.3
Brandon Beachy Braves 30 14.7 -1.5 13.0 0.5 11.7 1.5 17 -3.7
Kevin Gregg Cubs 62 30.5 -1.5 32.6 -5.2 26.9 1.0 26 2.5
Enny Romero Rays 4.2 3.1 -1.5 3.8 -2.7 0.4 0.3 0 0.0
Blake Wood Indians 1.1 1.3 -1.6 1.5 -2.0 1.2 -1.3 0 0.0
Matt Harrison Rangers 10.2 6.7 -1.6 5.2 -0.1 8.6 -6.7 11 -13.4
Carlos Carrasco Indians 46.2 23.0 -1.6 24.2 -2.2 33.0 -18.6 36 -23.8
Gavin Floyd White Sox 24.1 13.5 -1.6 10.5 0.9 16.8 -8.9 15 -4.9
Cesar Jimenez Phillies 17 9.1 -1.6 11.5 -5.7 7.8 -0.1 7 0.8
Brandon Lyon Mets 34.1 16.4 -1.6 18.5 -3.5 21.0 -7.4 20 -5.1
Josh Edgin Mets 28.2 13.8 -1.7 16.5 -4.4 29.5 -37.8 12 1.2
Alfredo Simon Reds 87.2 41.7 -1.7 44.4 -5.3 28.1 8.1 31 7.4
Yovani Gallardo Brewers 180.2 84.3 -1.7 81.1 0.8 85.3 -4.0 92 -8.9
Zach Duke – – – 31.1 15.8 -1.7 16.4 -2.6 17.7 -4.5 23 -13.4
Aaron Crow Royals 48 25.0 -1.7 22.7 0.2 25.6 -4.7 19 2.8
Chang-Yong Lim Cubs 5 3.5 -1.8 3.8 -2.7 4.9 -5.8 3 -0.9
Robbie Erlin Padres 54.2 25.1 -1.8 26.1 -1.6 23.1 1.5 26 -0.6
Dale Thayer Padres 65 29.6 -1.8 27.7 1.7 26.5 2.5 25 4.3
Jose Cisnero Astros 43.2 22.2 -1.8 22.6 -2.0 25.8 -8.0 23 -3.1
Josh Lueke Rays 21.1 11.2 -1.8 11.7 -1.8 17.4 -13.9 12 -2.5
Jeanmar Gomez Pirates 80.2 37.3 -1.9 38.2 -1.9 12.7 8.3 35 2.3
Jared Hughes Pirates 32 15.8 -1.9 16.6 -2.5 26.4 -22.0 17 -2.4
Kyle Farnsworth – – – 38.1 19.0 -1.9 17.2 0.9 21.6 -5.3 20 -2.5
James McDonald Pirates 29.2 14.7 -1.9 19.2 -8.4 66.7 -265.7 24 -17.8
Jeff Francis Rockies 70.1 38.3 -1.9 32.2 -0.3 1.0 1.0 54 -35.3
Michael Bowden Cubs 37.2 19.4 -1.9 22.8 -7.7 20.5 -4.3 18 -0.5
Jairo Asencio Orioles 2.1 2.2 -2.0 0.9 0.1 5.6 -24.5 2 -1.7
Wade Davis Royals 135.1 67.9 -2.0 67.4 -3.4 89.9 -42.4 89 -37.0
Ross Ohlendorf Nationals 60.1 29.2 -2.0 28.7 -1.4 25.0 2.0 22 4.7
Ross Wolf Rangers 47.2 26.0 -2.1 25.3 -3.0 28.1 -8.5 24 -2.0
Matt Langwell – – – 14 8.2 -2.1 7.7 -1.6 8.0 -2.2 8 -1.8
Cory Burns Rangers 11.1 7.4 -2.1 9.4 -7.0 6.1 -1.2 4 1.0
Alexi Ogando Rangers 104.1 54.6 -2.2 58.1 -9.9 42.6 4.0 38 8.2
Justin Germano Blue Jays 2 2.1 -2.3 1.0 0.0 4.1 -14.5 2 -2.3
Eduardo Sanchez Cubs 6.1 4.5 -2.3 4.6 -2.7 3.5 -0.8 4 -1.4
Chia-Jen Lo Astros 19.1 11.0 -2.3 11.3 -2.6 7.2 1.2 9 0.0
Troy Patton Orioles 56 29.7 -2.4 27.6 -0.8 28.1 -3.2 25 1.0
Hisanori Takahashi Cubs 3 2.7 -2.4 1.8 -0.5 2.2 -1.4 2 -0.9
Adam Warren Yankees 77 39.9 -2.4 36.8 0.0 41.8 -8.5 29 5.5
Jose Ortega Tigers 11.2 7.5 -2.4 6.4 -0.9 33.7 -181.5 5 0.4
Casper Wells – – – 1.2 1.8 -2.4 2.1 -3.8 2.4 -5.1 5 -27.3
Andrew Bailey Red Sox 28.2 16.4 -2.5 11.0 2.1 14.3 -1.5 12 1.2
Brad Brach Padres 31 15.4 -2.5 16.5 -3.0 20.8 -10.1 15 -0.6
Brooks Raley Cubs 14 8.5 -2.5 6.8 -0.5 7.6 -1.5 9 -3.5
Zac Rosscup Cubs 6.2 4.8 -2.7 5.1 -3.5 2.5 0.4 1 0.7
Brad Boxberger Padres 22 11.6 -2.7 10.4 -0.5 11.2 -1.5 9 1.1
David Huff – – – 37.2 20.8 -2.7 16.3 1.5 16.4 0.6 23 -7.2
Jorge De Leon Astros 10 6.7 -2.7 7.6 -4.4 76.9 -1235.0 7 -3.6
Cory Gearrin Braves 31 16.1 -2.7 16.4 -3.0 16.3 -2.7 13 1.3
Jose De La Torre Red Sox 11.1 7.6 -2.7 6.1 -0.9 5.6 -0.5 8 -4.2
Rubby de la Rosa Red Sox 11.1 7.6 -2.7 7.1 -2.3 8.8 -6.4 7 -2.3
J.A. Happ Blue Jays 92.2 47.9 -2.9 53.6 -11.3 49.3 -8.8 53 -12.3
Maikel Cleto Cardinals 2.1 2.3 -2.9 1.1 0.0 4.1 -11.6 5 -18.1
Tyler Robertson Twins 1 1.4 -2.9 0.0 0.0 1.1 -1.6 1 -1.2
Raul Valdes Phillies 35 18.4 -3.0 15.7 0.2 24.8 -14.2 29 -22.7
Rob Scahill Rockies 33.1 19.9 -3.0 17.5 -2.8 22.5 -11.1 19 -4.3
Clayton Mortensen Red Sox 30.1 17.6 -3.0 18.3 -4.9 16.9 -4.0 19 -6.6
Thad Weber – – – 15 9.1 -3.1 7.8 -0.9 7.2 -0.4 5 1.4
Hideki Okajima Athletics 4 3.5 -3.1 2.8 -1.2 3.9 -4.4 1 0.5
Yordano Ventura Royals 15.1 9.8 -3.1 7.9 -0.6 6.7 0.2 6 0.9
Tom Layne Padres 8.2 5.8 -3.3 5.2 -1.8 17.4 -60.4 4 0.0
Alex Colome Rays 16 9.7 -3.3 9.4 -2.2 8.3 -1.3 8 -0.6
Jarred Cosart Astros 60 31.3 -3.4 33.7 -6.1 19.4 5.5 15 6.9
Edgmer Escalona Rockies 46 26.9 -3.5 24.7 -4.7 28.6 -10.7 32 -15.9
Josh Stinson Orioles 17 11.0 -3.5 7.6 0.5 34.1 -117.9 7 0.8
Jake Dunning Giants 25.1 13.6 -3.5 12.8 -1.5 11.3 0.1 8 2.6
Matt Moore Rays 150.1 71.3 -3.6 77.9 -7.0 59.9 7.0 58 9.8
David Hernandez Diamondbacks 62.1 32.6 -3.6 29.8 -1.8 25.8 2.2 33 -4.6
Todd Redmond Blue Jays 77 40.7 -3.7 38.4 -1.9 38.6 -4.3 38 -2.4
Chad Bettis Rockies 44.2 26.4 -3.7 25.1 -6.0 31.0 -16.6 34 -21.7
Dan Straily Athletics 152.1 74.0 -3.7 80.8 -8.9 61.7 6.3 74 -3.4
Hector Rondon Cubs 54.2 28.9 -3.8 29.0 -5.2 25.3 -0.7 29 -4.1
Ian Krol Nationals 27.1 15.4 -3.8 13.3 -1.1 14.2 -2.2 12 0.7
Anthony Bass Padres 42 21.4 -3.8 21.5 -2.8 26.4 -10.4 26 -8.7
Zach McAllister Indians 134.1 65.0 -3.9 73.0 -10.2 68.1 -8.5 65 -2.7
Derek Lowe Rangers 13 9.3 -3.9 6.6 -0.5 9.9 -6.8 13 -15.0
Zach Britton Orioles 40 23.0 -3.9 22.0 -3.5 27.1 -13.6 23 -5.5
Chance Ruffin Mariners 9.2 7.1 -3.9 3.9 0.6 10.1 -13.4 10 -12.3
Aaron Laffey – – – 12.2 8.4 -3.9 8.8 -4.4 12.5 -14.9 10 -7.0
James Russell Cubs 52.2 28.1 -3.9 30.1 -8.1 3.8 3.2 21 3.0
Jonathan Broxton Reds 30.2 17.2 -4.0 16.6 -3.3 13.7 0.2 17 -3.3
Kyle Drabek Blue Jays 2.1 2.8 -4.0 1.5 -0.6 3.5 -8.0 2 -1.7
Daisuke Matsuzaka Mets 38.2 20.0 -4.0 22.3 -6.2 17.1 0.4 21 -3.6
George Kontos Giants 55.1 27.1 -4.1 26.3 -1.3 30.3 -6.4 30 -5.0
Rhiner Cruz Astros 21.1 13.2 -4.1 15.7 -8.5 14.8 -8.0 9 0.8
Mark Lowe Angels 11.2 8.1 -4.2 9.2 -6.0 7.9 -3.9 12 -14.6
Jose Contreras Pirates 5 4.4 -4.3 3.3 -1.5 26.4 -283.4 5 -5.8
Nick Christiani Reds 4 3.9 -4.3 3.3 -2.7 1.8 0.0 1 0.5
Tim Lincecum Giants 197.2 88.7 -4.4 84.4 5.1 86.8 2.3 102 -11.3
Scott Baker Cubs 15 10.2 -4.6 9.9 -4.7 4.4 1.5 6 0.8
John Maine Marlins 7.1 5.9 -4.6 4.1 -1.0 44.4 -552.3 10 -19.4
Jeremy Affeldt Giants 33.2 17.9 -4.7 18.1 -3.4 60.8 -182.4 14 1.5
Nick Hagadone Indians 31.1 18.0 -4.7 17.6 -3.2 14.4 -0.3 21 -9.3
Pat Neshek Athletics 40.1 22.6 -4.7 23.5 -5.2 19.4 -1.3 17 1.6
John Axford – – – 65 33.9 -4.7 27.8 1.7 20.6 6.1 32 -1.9
Justin Grimm – – – 98 54.0 -4.9 49.6 -3.5 65.9 -32.3 70 -37.7
Chris Archer Rays 128.2 62.8 -5.0 60.4 0.6 47.8 8.4 49 8.8
Jonathan Pettibone Phillies 100.1 50.3 -5.0 51.8 -7.2 55.0 -11.8 50 -3.6
Brayan Villarreal – – – 4.1 4.9 -5.1 4.4 -3.8 8.6 -29.5 10 -39.7
Sam Dyson Marlins 11 8.1 -5.1 6.8 -2.5 52.0 -492.9 12 -16.2
Jeremy Horst Phillies 26 15.8 -5.2 16.4 -6.6 94.5 -666.3 19 -10.9
Kyle Kendrick Phillies 182 87.6 -5.3 90.6 -9.1 92.5 -11.7 104 -24.0
Tony Sipp Diamondbacks 37.2 22.1 -5.3 22.6 -7.4 21.8 -6.1 22 -5.7
Ramon Troncoso White Sox 30 19.0 -5.3 17.7 -4.2 16.2 -3.2 22 -12.7
Tyler Skaggs Diamondbacks 38.2 22.6 -5.4 18.3 -0.9 21.1 -4.4 23 -6.5
Kyle McClellan Rangers 9.1 8.0 -5.5 7.1 -4.4 5.5 -1.6 8 -6.8
Erik Johnson White Sox 27.2 17.9 -5.6 15.7 -3.0 17.9 -7.7 16 -3.9
Mike Leake Reds 192.1 93.2 -5.6 90.2 -3.6 85.2 1.5 78 9.9
Jon Garland Rockies 68 40.2 -5.6 37.0 -7.8 28.7 1.8 45 -19.1
Michael Kohn Angels 53 29.0 -5.8 31.2 -7.2 6.3 4.6 22 2.3
Zeke Spruill Diamondbacks 11.1 8.8 -5.8 6.6 -1.9 11.6 -14.8 11 -12.0
Shairon Martis Twins 9.2 8.0 -5.8 5.3 -0.7 4.5 -0.1 6 -2.0
John Lannan Phillies 74.1 39.0 -5.8 42.0 -10.5 81.3 -115.7 48 -18.7
Nick Maronde Angels 5.1 5.2 -5.9 4.3 -2.9 4.0 -2.7 6 -8.5
Josh Roenicke Twins 62 34.5 -5.9 39.4 -13.4 25.2 2.5 31 -2.4
Jason Vargas Angels 150 73.6 -5.9 77.2 -6.2 67.5 0.1 68 1.6
Scott Barnes Indians 8.2 7.2 -5.9 4.0 0.1 6.6 -4.5 7 -5.2
Joe Kelly Cardinals 124 59.7 -6.0 62.3 -6.9 101.0 -81.3 42 11.4
Chien-Ming Wang Blue Jays 27 17.6 -6.0 13.2 -0.4 23.1 -20.7 24 -21.9
Mike Adams Phillies 25 15.8 -6.1 11.4 -0.1 19.6 -14.3 11 0.6
Jeff Manship Rockies 30.2 20.6 -6.2 16.3 -2.9 71.5 -298.2 25 -18.9
Blake Beavan Mariners 39.2 23.8 -6.2 20.6 -1.9 22.9 -6.5 27 -12.6
Tyler Cloyd Phillies 60.1 32.5 -6.2 34.5 -9.3 48.5 -38.0 45 -27.3
Justin Freeman Reds 1 1.9 -6.2 0.9 -0.8 2.0 -6.6 2 -6.6
Chris Resop Athletics 18 12.5 -6.2 11.1 -3.2 13.8 -9.6 13 -7.2
Dallas Keuchel Astros 153.2 78.4 -6.3 66.0 6.6 95.4 -35.9 96 -33.1
Ted Lilly Dodgers 23 14.3 -6.3 13.6 -4.2 16.1 -8.9 16 -8.0
Josh Johnson Blue Jays 81.1 45.1 -6.3 34.9 3.5 -0.1 -0.1 64 -44.4
Hector Santiago White Sox 149 79.4 -6.4 83.1 -14.1 79.0 -13.9 69 0.2
Carter Capps Mariners 59 33.5 -6.4 25.2 2.5 41.4 -22.9 37 -13.0
Colt Hynes Padres 17 11.4 -6.4 10.3 -3.5 15.2 -14.9 17 -19.6
Stephen Fife Dodgers 58.1 30.5 -6.4 27.2 -0.8 35.4 -12.3 28 -0.9
P.J. Walters Twins 39.1 23.7 -6.4 24.6 -7.6 30.1 -20.9 30 -19.3
Jim Miller Yankees 1.1 2.4 -6.4 1.5 -2.0 29.5 -1416.8 3 -11.5
Charlie Leesman White Sox 15.1 11.7 -6.4 10.1 -3.8 20.3 -39.1 14 -13.5
Josh Wall Dodgers 7 6.2 -6.5 4.7 -2.2 0.2 0.2 14 -46.3
Sean Nolin Blue Jays 1.1 2.4 -6.5 1.5 -2.0 5.5 -44.2 6 -52.1
Barry Enright Angels 8.1 7.3 -6.5 5.9 -2.9 9.7 -15.3 12 -25.2
Daniel Stange Angels 1.2 2.7 -6.5 1.6 -1.6 2.2 -4.2 3 -8.6
Sean Henn Mets 2.2 3.4 -6.5 2.5 -2.6 2.9 -4.1 1 0.2
Chad Durbin Phillies 16 11.5 -6.7 8.5 -1.5 16.9 -22.6 17 -21.9
Luis Garcia Phillies 31.1 19.3 -6.7 18.5 -5.7 18.5 -5.8 15 -0.5
Jose Alvarez Tigers 38.2 24.1 -6.7 20.4 -2.2 7.5 4.3 26 -11.6
Trevor Cahill Diamondbacks 146.2 75.0 -6.7 72.3 -6.5 74.3 -9.2 70 -1.9
Tim Byrdak Mets 4.2 4.8 -6.8 3.2 -1.6 4.2 -4.2 4 -3.4
Jeurys Familia Mets 10.2 8.3 -6.8 7.0 -3.2 8.9 -7.7 5 0.0
Eury De la Rosa Diamondbacks 14.2 11.1 -6.8 6.8 -0.1 8.9 -3.1 13 -11.8
Kyle Lohse Brewers 198.2 97.3 -6.8 96.1 -6.7 81.9 7.0 78 12.1
Vinnie Pestano Indians 35.1 21.3 -6.8 19.2 -2.7 23.6 -11.3 18 -1.7
Chris Leroux Pirates 4 4.5 -6.9 3.1 -2.1 4.1 -5.3 3 -1.8
Josh Fields Astros 38 23.3 -7.0 19.2 -1.1 11.2 3.9 21 -4.0
Wandy Rodriguez Pirates 62.2 33.2 -7.0 30.1 -1.8 26.9 1.3 26 2.8
Josh Beckett Dodgers 43.1 24.2 -7.3 19.8 -0.2 19.1 0.5 30 -14.7
Brad Lincoln Blue Jays 31.2 20.8 -7.3 22.5 -11.0 18.8 -5.9 17 -2.6
Dan Haren Nationals 169.2 83.3 -7.5 74.7 2.2 86.3 -11.0 92 -15.4
Brett Marshall Yankees 12 10.3 -7.6 7.9 -3.0 9.2 -6.4 6 -0.5
Hiram Burgos Brewers 29.1 18.9 -7.7 19.0 -8.2 22.1 -14.7 23 -15.8
Collin McHugh – – – 26 18.0 -7.8 14.1 -2.8 26.3 -32.6 29 -40.6
Mike Zagurski – – – 6.1 6.3 -7.8 5.7 -5.6 8.9 -18.9 12 -37.0
Wade LeBlanc – – – 55 31.4 -7.9 33.1 -10.6 38.3 -20.9 40 -22.6
Phil Hughes Yankees 145.2 78.7 -7.9 76.7 -8.4 90.2 -33.7 91 -31.4
Greg Reynolds Reds 29.1 19.0 -8.0 18.1 -6.7 20.0 -10.3 19 -7.5
Zack Wheeler Mets 100 50.0 -8.0 50.5 -6.1 44.6 0.5 42 4.0
Jeff Locke Pirates 166.1 80.4 -8.0 83.6 -9.2 48.9 17.0 69 7.4
Edgar Olmos Marlins 5 5.6 -8.0 3.6 -2.1 5.2 -6.6 9 -25.9
Michael Gonzalez Brewers 50 29.2 -8.2 23.3 -0.7 24.1 -1.7 28 -5.8
Peter Moylan Dodgers 15.1 11.4 -8.2 10.8 -6.0 13.5 -12.8 11 -6.0
Miguel Gonzalez Orioles 171.1 91.5 -8.2 88.6 -8.0 3.6 3.4 81 -1.5
Zach Miner Phillies 28.2 18.7 -8.2 17.1 -5.5 19.9 -10.8 14 -0.7
Michael Blazek – – – 17.1 12.7 -8.3 12.1 -6.7 15.6 -15.6 12 -5.9
Jose Valverde Tigers 19.1 14.8 -8.3 9.5 -0.3 84.6 -736.6 12 -4.0
Chris Rusin Cubs 66.1 37.8 -8.3 35.5 -6.7 33.0 -3.4 30 0.8
Drew Pomeranz Rockies 21.2 16.8 -8.4 14.0 -6.0 19.0 -18.0 15 -7.4
Carlos Torres Mets 86.1 44.5 -8.5 36.3 2.5 35.6 3.1 34 5.2
Erik Bedard Astros 151 79.4 -8.7 83.5 -13.4 86.7 -23.6 83 -15.2
Chris Tillman Orioles 206.1 109.4 -8.8 96.1 1.9 94.6 -1.6 87 8.0
Tommy Hanson Angels 73 40.7 -9.0 42.3 -9.3 25.3 5.9 47 -18.2
Luis Mendoza Royals 94 53.6 -9.1 53.4 -10.1 60.4 -25.7 60 -22.5
Philip Humber Astros 54.2 32.9 -9.2 30.2 -4.8 45.8 -39.1 48 -42.7
Erasmo Ramirez Mariners 72.1 41.9 -9.2 37.0 -2.6 41.8 -11.7 44 -13.6
Ricky Romero Blue Jays 7.1 7.8 -9.3 5.9 -4.0 9.0 -15.5 9 -14.8
Jeremy Bonderman – – – 55 33.8 -9.5 34.1 -10.2 10.8 6.1 36 -14.7
Kyle Gibson Twins 51 31.6 -9.5 29.2 -5.8 39.2 -27.6 38 -23.0
Tom Koehler Marlins 143 73.3 -9.5 73.4 -10.3 72.9 -9.4 72 -6.1
Matt Cain Giants 184.1 86.9 -9.6 85.8 -2.6 71.8 9.8 85 0.6
Jake Arrieta – – – 75.1 43.8 -9.6 41.7 -8.3 2.2 2.1 41 -7.0
Tommy Milone Athletics 156.1 80.7 -9.7 77.9 -3.9 76.2 -6.2 83 -11.9
Anthony Recker Mets 1 2.3 -9.9 1.4 -2.9 1.5 -3.5 2 -6.6
Brian Flynn Marlins 18 13.9 -9.9 10.5 -3.0 19.1 -26.0 17 -17.6
Henry Rodriguez – – – 22 16.2 -10.0 16.7 -11.3 13.6 -5.0 12 -2.1
Pedro Figueroa Athletics 3 4.6 -10.5 1.9 -0.7 5.5 -17.2 4 -7.5
Dillon Gee Mets 199 95.5 -10.5 97.2 -7.8 96.8 -7.6 84 7.7
Jeremy Hellickson Rays 174 88.1 -10.6 86.7 -4.3 65.4 10.9 103 -28.3
Jacob Turner Marlins 118 62.7 -10.7 66.7 -16.7 11.7 9.1 55 -0.2
Kevin Correia Twins 185.1 97.9 -10.8 94.3 -6.6 106.3 -28.9 89 -3.0
Joba Chamberlain Yankees 42 28.4 -10.8 23.2 -3.7 16.1 2.4 23 -4.1
Hector Ambriz Astros 36.1 24.7 -10.9 19.3 -2.1 29.1 -22.6 28 -18.5
Chris Perez Indians 54 32.9 -10.9 24.8 0.7 34.5 -14.4 27 -2.1
Paul Maholm Braves 153 77.8 -10.9 71.4 -2.1 84.0 -18.2 82 -12.6
Carlos Marmol – – – 49 30.5 -11.3 26.6 -5.6 28.5 -8.3 26 -3.7
Guillermo Moscoso Giants 30 20.0 -11.4 20.4 -10.4 14.2 -0.7 17 -3.7
Liam Hendriks Twins 47.1 30.9 -11.4 27.1 -5.4 38.0 -29.5 39 -30.2
David Aardsma Mets 39.2 25.1 -11.5 22.0 -5.1 21.3 -4.0 20 -1.7
Brandon League Dodgers 54.1 32.1 -11.9 26.5 -2.1 34.6 -14.2 37 -17.3
Brandon Morrow Blue Jays 54.1 35.3 -12.0 29.3 -3.8 38.0 -21.0 39 -21.3
Mike Kickham Giants 28.1 19.5 -12.1 11.3 1.4 28.5 -35.2 34 -53.8
Trevor Bauer Indians 17 14.4 -12.1 13.5 -8.9 12.7 -8.3 11 -4.3
Alfredo Figaro Brewers 74 43.2 -12.1 32.3 1.0 36.6 -3.5 41 -7.9
Wily Peralta Brewers 183.1 94.6 -12.3 90.9 -9.1 89.2 -7.1 107 -27.5
Huston Street Padres 56.2 33.5 -12.4 27.2 -1.6 21.6 3.4 17 6.0
Jordan Lyles Astros 141.2 77.7 -12.4 75.0 -8.2 73.3 -10.8 98 -48.0
Ryan Dempster Red Sox 171.1 96.2 -12.5 86.6 -5.2 98.2 -26.6 97 -21.2
Burch Smith Padres 36.1 23.8 -12.6 17.8 -1.6 27.3 -18.2 26 -14.1
Brandon Maurer Mariners 90 52.9 -12.7 45.9 -3.2 65.8 -40.9 66 -38.2
Donovan Hand Brewers 68.1 41.1 -12.7 37.5 -7.9 37.2 -7.7 29 2.5
Vance Worley Twins 48.2 32.3 -12.9 27.8 -5.6 47.5 -55.4 43 -38.8
Bryan Morris Pirates 65 38.1 -13.0 33.9 -5.1 26.8 2.3 25 4.3
Cory Rasmus – – – 21.2 17.2 -13.0 13.5 -4.5 16.4 -11.2 15 -7.4
Esmil Rogers Blue Jays 137.2 78.1 -13.3 67.1 -1.3 81.2 -25.0 76 -14.3
Ethan Martin Phillies 40 27.1 -13.3 21.7 -4.6 28.2 -15.8 27 -12.2
Ramon Ramirez Giants 5.2 7.0 -13.4 5.3 -5.9 7.5 -14.6 8 -16.3
Brad Peacock Astros 83.1 49.8 -13.4 44.4 -5.3 47.7 -12.8 51 -16.2
Allen Webster Red Sox 30.1 23.7 -13.5 18.9 -5.7 25.3 -21.6 30 -33.9
Billy Buckner Angels 17.1 15.3 -14.3 11.6 -4.8 11.9 -6.2 9 -1.1
Deunte Heath White Sox 7.2 9.5 -14.4 8.2 -10.2 8.7 -13.3 10 -18.1
Jarrod Parker Athletics 197 104.0 -14.6 104.3 -11.5 22.7 16.9 92 -0.5
Alfredo Aceves Red Sox 37 28.2 -14.9 22.2 -5.8 29.3 -22.1 21 -4.7
Nate Karns Nationals 12 12.1 -15.0 6.6 -1.4 13.0 -18.2 11 -10.7
Pedro Hernandez Twins 56.2 37.7 -15.1 35.2 -10.5 47.8 -41.5 43 -27.3
Onelki Garcia Dodgers 1.1 3.2 -15.2 1.9 -3.9 2.6 -8.5 2 -4.5
Edgar Gonzalez – – – 18 16.5 -15.2 11.8 -4.4 17.7 -21.0 16 -14.6
Edinson Volquez – – – 170.1 86.7 -15.6 83.2 -6.7 105.8 -39.8 114 -50.3
Eric Surkamp Giants 2.2 4.8 -15.7 3.2 -5.2 7.1 -35.3 7 -32.6
Shawn Camp Cubs 23 19.5 -15.8 13.6 -4.2 21.5 -23.0 18 -12.3
J.C. Ramirez Phillies 24 19.7 -16.0 15.8 -7.2 24.0 -29.1 22 -21.4
R.A. Dickey Blue Jays 224.2 123.5 -16.1 114.0 -8.0 107.4 -6.4 113 -9.4
Andre Rienzo White Sox 56 39.3 -16.5 32.0 -6.4 34.0 -11.7 34 -10.4
Joel Hanrahan Red Sox 7.1 9.9 -16.9 5.9 -4.2 16.8 -68.5 8 -10.8
Mike Fiers Brewers 22.1 19.2 -16.9 11.8 -2.0 35.1 -86.9 20 -18.6
Cole DeVries Twins 15 15.2 -17.2 11.3 -6.4 17.6 -28.2 18 -28.5
Yunesky Maya Nationals 0.1 1.7 -17.3 0.3 -0.3 1.9 -22.9 2 -23.8
Jason Hammel Orioles 139.1 82.4 -17.3 76.2 -11.4 14.4 11.1 81 -20.4
Jake Westbrook Cardinals 116.2 64.7 -17.5 69.3 -22.2 8.7 7.3 69 -18.9
Travis Blackley – – – 50.1 35.8 -17.6 25.4 -1.5 26.8 -4.8 27 -4.2
Jeremy Hefner Mets 130.2 70.4 -17.6 63.5 -5.1 118.9 -120.9 75 -17.7
Ramon Ortiz Blue Jays 25.1 22.6 -18.7 18.2 -9.3 21.9 -20.1 17 -7.6
Randall Delgado Diamondbacks 116.1 69.7 -18.8 55.0 -2.8 59.7 -8.2 59 -5.4
Aaron Harang – – – 143.1 82.4 -18.9 75.3 -8.3 82.9 -23.4 91 -33.4
Pedro Villarreal Reds 5.2 8.4 -19.1 4.2 -2.6 10.4 -32.0 8 -16.3
Roberto Hernandez Rays 151 83.9 -19.3 65.2 5.9 82.9 -17.9 87 -20.9
John Danks White Sox 138.1 84.0 -19.3 67.7 -2.0 37.5 15.0 81 -21.1
Mitchell Boggs – – – 23.1 20.8 -19.3 16.1 -8.5 20.3 -18.9 23 -25.8
Freddy Garcia – – – 80.1 52.9 -19.6 38.6 -0.8 42.0 -6.6 40 -2.9
Bronson Arroyo Reds 202 108.8 -19.6 96.2 -4.8 91.9 -0.8 88 5.5
Jerome Williams Angels 169.1 93.5 -19.6 86.2 -6.0 3.4 3.2 93 -17.0
A.J. Griffin Athletics 200 109.2 -19.7 100.3 -5.0 80.6 8.6 91 1.9
Joe Saunders Mariners 183 103.7 -19.7 92.9 -6.5 1.6 1.6 117 -44.1
Michael Belfiore Orioles 1.1 4.0 -20.0 1.3 -1.5 10.8 -181.4 2 -4.5
Ian Kennedy – – – 181.1 99.9 -21.0 91.2 -10.0 102.9 -26.6 108 -30.5
Alex Sanabia Marlins 55.1 38.8 -21.4 35.2 -14.4 43.2 -31.6 33 -9.4
Johnny Hellweg Brewers 30.2 26.0 -22.3 25.1 -20.3 17.6 -4.8 30 -33.2
Paul Clemens Astros 73.1 50.1 -22.5 44.6 -12.5 49.5 -24.6 48 -19.6
Jeremy Guthrie Royals 211.2 121.7 -23.1 115.6 -17.3 33.9 21.9 99 -0.7
Matt Magill Dodgers 27.2 23.7 -23.4 20.1 -12.2 21.9 -16.6 25 -23.6
Ryan Vogelsong Giants 103.2 61.1 -23.8 56.0 -11.2 68.4 -31.7 73 -37.7
Scott Diamond Twins 131 81.6 -25.3 74.0 -14.1 85.4 -37.9 88 -39.3
Jonathan Sanchez Pirates 13.2 15.9 -26.4 8.1 -2.6 21.9 -56.1 18 -33.0
Dylan Axelrod White Sox 128.1 83.8 -26.8 75.6 -18.1 96.2 -63.7 89 -43.9
Brett Myers Indians 21.1 22.3 -28.4 12.3 -2.6 20.7 -23.8 19 -17.4
David Carpenter Angels 0.1 2.2 -28.4 0.8 -2.9 2.7 -47.3 4 -99.3
Joe Blanton Angels 132.2 81.5 -28.5 61.1 1.8 28.9 14.9 96 -53.6
Roy Halladay Phillies 62 45.7 -28.8 37.9 -13.7 39.7 -16.7 48 -32.0
Dave Bush Blue Jays 3 7.5 -30.5 2.5 -1.9 5.8 -18.9 5 -12.9
Barry Zito Giants 133.1 78.7 -30.7 77.0 -21.5 97.2 -59.8 94 -48.7
Kameron Loe – – – 26.2 26.9 -31.5 15.0 -3.5 28.9 -40.4 21 -14.6
Curtis Partch Reds 23.1 24.7 -32.9 17.0 -10.5 17.4 -11.4 16 -7.6
Clayton Richard Padres 52.2 41.3 -34.3 29.5 -7.1 41.2 -30.3 44 -35.1
Robert Carson Mets 19.2 22.2 -35.9 13.7 -7.6 16.1 -13.2 19 -20.5
Lucas Harrell Astros 153.2 99.9 -38.0 91.6 -22.9 103.7 -51.4 111 -61.6
Jason Marquis Padres 117.2 79.8 -46.3 67.9 -19.0 85.4 -52.1 61 -7.1

There you have it. I have to say, I am surprised a little that the very best pitchers don’t even save their team 30 runs over the course of a season compared to an average pitcher – at least if you trust these numbers. Of course, on the other end, we have pitchers costing their team 50+ runs, but I suppose it’s easier to be bad than it is to be good.

Obviously, the more you pitch, the more these numbers can go up/down, so these shouldn’t be used to draw too many conclusions – I still think the plain old rate stats are better. But this certainly is valuable if you want to know exactly how many runs a pitcher can save. For the record, I would trust the FIP-based one the most, because it is defense-independent while still being descriptive, unlike xFIP; also, it is park- and league-adjusted unlike wRCRAA and RAA. The others obviously have their uses, though. This is not a predictive stat, because it can’t predict innings pitched, but I think it does a pretty good job being a descriptive one.


Thoughts on the MVP Award: Team-Based Value and Voter Bias

You are reading this right now.  That is a fact.  Since you are reading this right now, many things can be reasonably inferred:

1.  You probably read FanGraphs at least fairly often

2. Since you probably read FanGraphs at least fairly often, you probably know that there are a lot of differing opinions on the MVP award and that many articles here in the past week have been devoted to it.

3. You probably are quite familiar with sabermetrics

4. You probably are either a Tigers fan or think that Mike Trout should have won MVP, or both

5. You might know that Josh Donaldson got one first-place vote

6. You might even know that the first-place vote he got was by a voter from Oakland

7. You might know that Yadier Molina got two first-place votes, and they both came from voters from St. Louis

8. You might even know that one of the voters who put Molina first on his ballot put Matt Carpenter second

9. You might be wondering if there is any truth to the idea that Miguel Cabrera is much more important to his team than Mike Trout is

I have thought about many of those things myself.  So, in this very long 2-part article, I am going to discuss them.  Ready?  Here goes:

Part 1: How much of an impact does a player have on his team?

Lots of people wanted Miguel Cabrera to win the MVP award. Some of you reading this may be shocked, but it’s actually true. One of the biggest arguments for Miguel Cabrera over Mike Trout for MVP is that Cabrera was much more important and “valuable” than Trout.  Cabrera’s team made the playoffs.  Trout’s team did not.  Therefore anything Trout did cannot have been important.  Well, let’s say too important.  I don’t think that anybody’s claiming that Trout had zero impact on the game of baseball or the MLB standings whatsoever.

OK.  That’s reasonable. There’s nothing flawed about that thinking when it’s not a rationale for voting Cabrera ahead of Trout for MVP.  As just a general idea, it makes sense:  Cabrera had a bigger impact on baseball this year than Trout did.  I, along with many other people in the sabermetric community, disagree with the fact that that’s a reason to vote for Cabrera, though.  But the question I’m going to ask is this: did Cabrera have a bigger impact on his own team than Trout did?

WAR tells us no.  Trout had 10.4 WAR, tops in MLB.  Cabrera had 7.6 – a fantastic number, good for 5th in baseball and 3rd in the AL, as well as his own career high – but clearly not as high as Trout.   Miggy’s hitting was out of this world, at least until September, and it’s pretty clear than he could have at least topped 8 WAR easily had he stayed healthy through the final month and been just as productive as he was April through August.  But, fact is, he did get hurt, and did not finish with a WAR as high as Trout.  So if they were both replaced with a replacement player, the Tigers would suffer more than the Angels.  Cabrera was certainly valuable – if replaced by a replacement, the 7 or 8 wins the Tigers would lose would probably not be enough to win them the AL Central.  But take Trout out, and the Angels go from a mediocre-to-poor team to a really bad one. The Angels had 78 wins this year, and that would have been around 68 (if we trust WAR) without Trout.  That would have been the 6th worst total in the league.  So, by WAR, Trout meant more to his team than Cabrera did.

But WAR is not the be all and end all of statistics (though we may like to think it is sometimes).  Let’s look at this from another angle.  Here’s a theory for you: the loss of a key player on a good team would probably not hurt that team as much because they’re already good to begin with.  If a not-so-good team loses a key player, though, the other players on the team aren’t as good so they can’t carry the team very well.

How do we test this theory?  Well, we have at our disposal a fairly accurate and useful tool to determine how many wins a team should get.  That tool is pythagorean expectation – a way of predicting wins and losses based on runs scored and allowed.  So let’s see if replacing Trout with an average player (I am using average and not replacement because all the player run values given on FanGraphs are above or below average, not replacement) is more detrimental to the Angels than replacing Cabrera with an average player is to the Tigers.

The Angels, this year, scored 733 runs and allowed 737.  Using the Pythagenpat (sorry to link to BP but I had to) formula, I calculated their expected win percentage, and it came out to .497 – roughly 80.6 wins and 81.4 losses*.  That’s actually significantly better than they did this year, which is good news for Angels fans.  But that’s not the focus right here.

Trout, this year, added 61.1 runs above average at the plate and 8.1 on the bases for a total of 69.2 runs of offense.  He also saved 4.4 runs in the field (per UZR).  So, using the Pythagenpat formula again with adjusted run values for if Trout were replaced by an average hitter and defender (663.8 runs scored and 741.4 runs allowed), I again calculated the Angels’ expected win percentage.  This came out to be .449 – roughly 72.7 wins and 89.3 losses.  7.9 fewer wins than the original one.  That’s the difference, for that specific Angels team, that Trout made.  Now, keep in mind, this is above average, not replacement, so it will be lower than WAR by a couple wins (about two WAR signifies an average player, so wins above average will be about two less than wins above replacement).  7.9 wins is a lot.  But is it more than Cabrera?

Let’s see.  This year, the Tigers scored 796 runs and allowed 624.  This gives them a pythagorean expectation (again, Pythagenpat formula) of a win percentage of .612 – roughly 99.1 wins and 62.9 losses.  Again much better than what they did this year, but also not the focus of this article.  Cabrera contributed 72.1 runs above average hitting and  4.4 runs below average on the bases for a total of 67.7 runs above average on offense.  His defense was a terrible 16.8 runs below average.

Now take Cabrera out of the equation.  With those adjusted run totals (728.3 runs scored and 607.2 runs allowed) we get  a win percentage of .583 – 94.4 wins and 67.6 losses.  A difference of 4.7 wins from the original.

Talk about anticlimactic.  Trout completely blew Cabrera out of the water (I would say no pun intended, but that was intended).  This makes sense if we think about it – a team with more runs scored will be hurt less by x fewer runs because they are losing a lower percentage of their runs.  In fact, if we pretend the Angels scored 900 runs this year instead of 733, they go from a 96.5-win team with Trout to an 89.8-win team without.  Obviously, they are better in both cases, but the difference Trout makes is only 6.7 wins – pretty far from the nearly 8 he makes in real life.

The thing about this statistic is that it penalizes players on good teams. Generally,  statistics such as the “Win” for pitchers are frowned upon because they measure things that the pitcher can’t control – just like this one.  But if we want to measure how much a team really needs a player, which is pretty much the definition of value, I think this does a pretty good job. Obviously, it isn’t perfect: the numbers that go into it, especially the baserunning and fielding ones, aren’t always completely accurate, and when looking at the team level, straight linear weights aren’t always the way to go; overall, though, this stat gives a fairly accurate picture.  The numbers aren’t totally wrong.

Here’s a look at the top four vote-getters from each league by team-adjusted wins above average (I’ll call it tWAA):

Player tWAA
Mike Trout 7.9
Andrew McCutchen 6.4
Paul Goldschmidt 6.2
Chris Davis 6.1
Josh Donaldson 4.9
Miguel Cabrera 4.7
Matt Carpenter 4.0
Yadier Molina 3.1

This is interesting.  Like expected, the players on better teams have a lower tWAA than the ones on good teams, just as we discussed earlier. One notable player is Yadier Molina, who despite being considered one of, if not the best catcher in the game, has the lowest tWAA of anyone on that list.  This may be because he missed some time. But let’s look at it a little closer: if we add the 2 wins that an average player would provide over a replacement-level player, we get 5.1 WAR, which isn’t so far off of his 5.6 total from this year. And the Cardinals’ pythagorean expectation was 101 wins, so obviously under this system he won’t be credited as much because his runs aren’t as valuable to his team.  Another factor is that we’re not adjusting by position here (except for the fielding part), and Molina is worth more runs offensively above the average catcher than he is above the average hitter, since catchers generally aren’t as good at hitting. But if Molina was replaced with an average catcher, I’m fairly certain that the Cardinals would lose more than the 3 games more that this number suggests. They might miss Molina’s game calling skills – if such a thing exists – and there’s no way to quantify how much Molina has helped the Cardinal pitchers improve, especially since they have so many rookies. But there’s also something else, something we can quantify, even if not perfectly.  And that’s pitch framing. Let’s add the 19.8 runs that Molina saved (measured by Statcorner) to Molina’s defensive runs saved (for which, by the way, I used the Fielding Bible’s DRS, since there is no UZR for catchers – that may be another reason Molina’s number may seem out of place, because DRS and UZR don’t always agree; Trout’s 2013 UZR was 4.4, and his DRS was -9. Molina did play 18 innings at first base, where he had a UZR of -0.2. We’ll ignore that, though, since it is such a small sample size and won’t make such a big difference).

Here is the table with only Molina’s tWAA changed, to account for pitch framing:

Player tWAA
Mike Trout 7.9
Andrew McCutchen 6.4
Paul Goldschmidt 6.2
Chris Davis 6.1
Yadier Molina 5.4
Josh Donaldson 4.9
Miguel Cabrera 4.7
Matt Carpenter 3.9

Now we see Molina move up into 5th place out of 8 with a much better tWAA of 5.4 – more than 2 wins better than without the pitch framing, and about 7.4 WAR if we want to convert from wins above average to wins above replacement.  Interesting. I don’t want to get into a whole argument now about whether pitch framing is accurate or actually based mostly on skill instead of luck, or whether it should be included in a catcher’s defensive numbers when we talk about their total defense. I’m just putting that data out there for you to think about.

But as I mentioned before, I used DRS for Molina and not UZR. What if we try to make this list more consistent and use DRS for everyone? (We can’t use UZR for everyone.)  Let’s see:

Player tWAA DRS UZR
Mike Trout 6.5 -9 4.4
Andrew McCutchen 6.4 7 6.9
Paul Goldschmidt 7.0 13 5.4
Chris Davis 5.5 -7 -1.2
Molina w/ Framing 5.4 31.8 N/A
Josh Donaldson 5.0 11 9.9
Miguel Cabrera 4.6 -18 -16.8
Matt Carpenter 4.1 0 -0.9
Yadier Molina 3.1 12 N/A

We see Trout go down by almost a win and a half here. I don’t really trust that, though, because I really don’t think that Mike Trout is a significantly below average fielder, despite what DRS tells me. DRS actually gave Trout a rating of 21 in 2012, so I don’t think it’s as trustworthy. But for the sake of consistency, I’m showing you those numbers too, with the DRS and UZR comparison so you can see why certain people lost/gained wins.

OK. So I think we have a pretty good sense for who was most valuable to their teams. But I also think we can improve this statistic a little bit more. Like I said earlier, the hitting number I use – wRAA – is based off of league average, not off of position average. In other words, if Chris Davis is 56.3 runs better than the average hitter, but we replace him with the average first baseman, that average first baseman is already going to be a few runs better than the average player. So what if we use weighted runs above position average? wRAA is calculated by subtracting the league-average wOBA from a player’s wOBA, dividing by the wOBA scale, and multiplying by plate appearances. What I did was subtract the position average wOBA from the player’s wOBA instead. So that penalizes players at positions where the position average wOBA is high.

Here’s your data (for the defensive numbers I used UZR because I think it was better than DRS, even though the metric wasn’t the same for everyone):

Player position-adj. tWAA Pos-adj. wRAA wRAA
Trout 7.7 59.4 61.1
McCutchen 6.2 40.1 41.7
Molina w/ Framing 5.6 23.3 20.5
Goldschmidt 5.0 39.5 50.1
Davis 5.0 46.4 56.3
Donaldson 4.9 36.6 36.7
Cabrera 4.7 72.0 72.1
Carpenter** 4.3 41.7 37.8
Molina 3.4 23.3 20.5

I included here both the regular and position-adjusted wRAA for all players for reference. Chris Davis and Paul Goldschmidt suffered pretty heavily – each lost over a win of production – because the average first baseman is a much better hitter than the average player. Molina got a little better, as did Carpenter, because they play positions where the average player isn’t as good offensively. Everyone else stayed almost the same, though.

I think this position-adjusted tWAA is probably the most accurate. And I would also use the number with pitch framing included for Molina. It’s up to you to decide which one you like best – if you like any of them at all. Maybe you have a better idea, in which case you should let me know in the comments.

 Part 2: Determining voter bias in the MVP award

As I mentioned in my introduction, Josh Donaldson got one first-place MVP vote – from an Oakland writer. Yadier Molina got 2 – both from St. Louis writers. Matt Carpenter got 1 second-place vote – also from a St. Louis writer. Obviously, voters have their bias when it comes to voting for MVP. But how much does that actually matter?

The way MVP voting works is that for each league, AL and NL, two sportswriters who are members of the BBWAA are chosen from each location that has a team in that league – 15 locations per league times 2 voters per location equals 30 voters total for each league. That way you won’t end up with a lot of voters or very few voters from one place who may be biased one way or another.

But is there really voter bias?

In order to answer this question, I took all players who received MVP votes this year (of which there were 49) and measured how many points each of them got per 2 voters***.  Then I took the amount of points that each of them got from the voters from their chapter and found the difference. Here’s what I found:

AL:

Player, Club City Points Points/2 voter Points From City voters % Homer votes Homer difference
Josh Donaldson, Athletics OAK 222 14.80 22 9.91% 7.20
Mike Trout, Angels LA 282 18.80 23 8.16% 4.20
Evan Longoria, Rays TB 103 6.87 11 10.68% 4.13
David Ortiz, Red Sox BOS 47 3.13 7 14.89% 3.87
Adam Jones, Orioles BAL 9 0.60 3 33.33% 2.40
Miguel Cabrera, Tigers DET 385 25.67 28 7.27% 2.33
Coco Crisp, Athletics OAK 3 0.20 2 66.67% 1.80
Edwin Encarnacion, Blue Jays TOR 7 0.47 2 28.57% 1.53
Max Scherzer, Tigers DET 25 1.67 3 12.00% 1.33
Salvador Perez, Royals KC 1 0.07 1 100.00% 0.93
Koji Uehara, Red Sox BOS 2 0.13 1 50.00% 0.87
Chris Davis, Orioles BAL 232 15.47 16 6.90% 0.53
Adrian Beltre, Rangers TEX 99 6.60 7 7.07% 0.40
Yu Darvish, Rangers TEX 1 0.07 0 0.00% -0.07
Felix Hernandez, Mariners SEA 1 0.07 0 0.00% -0.07
Shane Victorino, Red Sox BOS 1 0.07 0 0.00% -0.07
Jason Kipnis, Indians CLE 31 2.07 2 6.45% -0.07
Torii Hunter, Tigers DET 2 0.13 0 0.00% -0.13
Hisashi Iwakuma, Mariners SEA 2 0.13 0 0.00% -0.13
Greg Holland, Royals KC 3 0.20 0 0.00% -0.20
Carlos Santana, Indians CLE 3 0.20 0 0.00% -0.20
Jacoby Ellsbury, Red Sox BOS 3 0.20 0 0.00% -0.20
Dustin Pedroia, Red Sox BOS 99 6.60 5 5.05% -1.60
Manny Machado, Orioles BAL 57 3.80 2 3.51% -1.80
Robinson Cano, Yankees NY 150 10.00 8 5.33% -2.00

NL:

Player, Club City Points Points/2 voter Points from City Voters % Homer votes Homer difference
Yadier Molina, Cardinals STL 219 14.60 28 12.79% 13.40
Hanley Ramirez, Dodgers LA 58 3.87 7 12.07% 3.13
Joey Votto, Reds CIN 149 9.93 13 8.72% 3.07
Allen Craig, Cardinals STL 4 0.27 3 75.00% 2.73
Jayson Werth, Nationals WAS 20 1.33 4 20.00% 2.67
Hunter Pence, Giants SF 7 0.47 3 42.86% 2.53
Yasiel Puig, Dodgers LA 10 0.67 3 30.00% 2.33
Matt Carpenter, Cardinals STL 194 12.93 15 7.73% 2.07
Andrelton Simmons, Braves ATL 14 0.93 2 14.29% 1.07
Paul Goldschmidt, D-backs ARI 242 16.13 17 7.02% 0.87
Michael Cuddyer, Rockies COL 3 0.20 1 33.33% 0.80
Andrew McCutchen, Pirates PIT 409 27.27 28 6.85% 0.73
Clayton Kershaw, Dodgers LA 146 9.73 10 6.85% 0.27
Craig Kimbrel, Braves ATL 27 1.80 2 7.41% 0.20
Russell Martin, Pirates PIT 1 0.07 0 0.00% -0.07
Matt Holliday, Cardinals STL 2 0.13 0 0.00% -0.13
Buster Posey, Giants SF 3 0.20 0 0.00% -0.20
Adam Wainwright, Cardinals STL 3 0.20 0 0.00% -0.20
Adrian Gonzalez, Dodgers LA 4 0.27 0 0.00% -0.27
Troy Tulowitzki, Rockies COL 5 0.33 0 0.00% -0.33
Shin Soo Choo, Reds CIN 23 1.53 1 4.35% -0.53
Jay Bruce, Reds CIN 30 2.00 1 3.33% -1.00
Carlos Gomez, Brewers MIL 43 2.87 1 2.33% -1.87
Freddie Freeman, Braves ATL 154 10.27 8 5.19% -2.27

Where points is total points received, points/2 voter is points per two voters (points/15), points from city voters is points received from the voters in the player’s city, % homer votes is the percentage of a player’s points that came from voters in his city, and homer difference is the difference between points/2 voter and points from city voters. Charts are sorted by homer difference.

I don’t know that there’s all that much we can draw from this. Obviously, voters are more likely to vote for players from their own city, but that’s to be expected. Voting was a little bit less biased in the AL – the average player received exactly 1 point more from voters in their city than from all voters in the AL, whereas that number in the NL was 1.21. 8.08% of all votes in the AL came from homers compared to 8.31% in the NL. If you’re wondering which cities were the most biased, here’s a look:

AL:

City Points Points/2 voter Points From City voters Difference
OAK 225 15.00 24 9.00
LA 282 18.80 23 4.20
TB 103 6.87 11 4.13
DET 412 27.47 31 3.53
BOS 152 10.13 13 2.87
TOR 7 0.47 2 1.53
BAL 298 19.87 21 1.13
KC 4 0.27 1 0.73
TEX 100 6.67 7 0.33
SEA 3 0.20 0 -0.20
CLE 34 2.27 2 -0.27
NY 150 10.00 8 -2.00

NL:

City Points Points/2 voters Points From City Voters Difference
STL 422 28.13 46 17.87
LA 218 14.53 20 5.47
WAS 20 1.33 4 2.67
SF 10 0.67 3 2.33
CIN 202 13.47 15 1.53
ARI 242 16.13 17 0.87
PIT 410 27.33 28 0.67
COL 8 0.53 1 0.47
ATL 195 13.00 12 -1.00
MIL 43 2.87 1 -1.87

Where all these numbers are just the sum of the individual numbers for all players in that city.

If you’re wondering what players have benefited the most from homers in the past 2 years, check out this article by Reuben Fischer-Baum over at Deadspin’s Regressing that I found while looking up more info. He basically used the same method I did, only for 2012 as well (the first year that individual voting data was publicized).

So that’s all for this article. Hope you enjoyed.

———————————————————————————————————————————————————–

*I’m using fractions of wins because that gives us a more accurate number for the statistic I introduce by measuring it to the tenth and not to the single digit. Obviously a team can’t win .6 games in real life but we aren’t concerned with how many games the team won in real life, only their runs scored and allowed.

**Carpenter spent time both at second base and third base, so I used the equation (Innings played at 3B*average wOBA for 3rd basemen + Innings played at 2B*average wOBA for 2nd basemen)/(Innings played at 3B + Innings played at 2B) to get Carpenter’s “custom” position-average wOBA. He did play some other positions too, but very few innings at each of them so I didn’t include those.  It came out to about .307.

***Voting is as such: Each voter puts 10 people on their ballot, with the points going 14-9-8-7-6-5-4-3-2-1.


SkaP: A New Metric to Measure Hitting Prowess

Before I explain to you what this new metric – SkaP – does, I am first going to warn you that I can’t provide you with a formula or individual statistics for it.  It’s a theory right now, and something for which I need access to data I don’t have in order to find a formula.

This statistic was inspired in part by Colin Dew-Becker’s article the other day here on FanGraphs Community Research.  In his article, he argued that the the way a hit or out is made matters – not just the result of the hit or out.  A single to the outfield, for example, is more likely to send a runner from first to third or from second to home than an infield single.  Likewise, a flyout is more likely to advance runners than a strikeout is.

This statistic was also inspired in part by UZR.  UZR attempts to quantify runs saved defensively by a player partially by measuring if they make a play that the average fielder would not.  In the FanGraphs UZR Primer, Mitchel Lichtman explains that

“With offensive linear weights, if a batted ball is a hit or an out, the credit that the batter receives is not dependent on where or how hard the ball was hit, or any other parameters.”

This means that a line drive into the gap in right-center that is a sure double but is caught by Andrelton Simmons ranging all the way from shortstop (OK, maybe that was an exaggeration) will only count for an out, even though in almost any other situation it would be a double.  The nature of linear-weight based hitting statistics (and most other hitting statistics as well) is that they are defense-dependent.  Hitters have been shown to have much more control over their batted balls than pitchers do, which is why so far only pitchers have commonly used defense-independent statistics, but it would probably be useful for hitting too, no?

Now, if we want a defense-independent and linear weights-based hitting statistic, it would not be possible to formulate something similar to the hitting equivalent of the current model  of tERA (or tRA) because that generalizes all batted balls into categories such as grounders, line drives, or fly balls, because hitters can control where and how hard and at what angle their batted balls are hit at least to some extent.  Instead, what I would use is something more similar to a hitting equivalent of this version of tERA I found on a baseball blog.  What that article proposes is something much more detailed than what we have now (by the way, tERA has been supplanted by SIERA, but is still an interesting theory).  Their idea is that instead of finding expected run and out values for grounders, line drives, and fly balls, find the expected run value for a ball, to use their words, “with x velocity and y trajectory [that] lands at location z.”  This is similar to UZR in that exact (or as close to exact as possible) batted-ball data is processed and the expected run/out values are calculated.

So now for the statistic:  SkaP, or Skill at (the) Plate, is a number that uses all that batted-ball data to find the expected run and out values of each at-bat.  It would weight the following things:  home runs (although maybe a regressed version could use lgHR/FB%*FB instead), walks, strikeouts, HBP, and each ball put in play by the player.  This makes it so that it is not defense-dependent, and so that Andrelton Simmons catching that sure double does not penalize the hitter.  I haven’t calculated this statistic, though, so I don’t know if this would be best as a rate, counting, or plus-minus statistic (maybe all three?).

There’s one catch to this, however:  Skill at the Plate is really only a measure of skill at the plate.  It doesn’t account for some batters’ ability to stretch hits or beat out infield singles.  Billy Hamilton is going to be more likely to reach on an infield single than Prince Fielder.  However, this stat would treat them both the same, and not reward Hamilton’s speed for allowing him to reach base on what might have most likely been an out.  It would be very hard to separate defense independence and batter-speed independence for hitting statistics, though, and I’m not sure it’s possible to do without an extreme amount of effort.  Maybe a crude solution would be to quantify a player’s speed using Spd, UBR or BsR and add it somehow to this statistic.

I can’t calculate this myself, as I don’t have access to Baseball Info Solutions’s (or some other database that tracks batted balls) data.  FanGraphs does, however, and I would love to see this looked into further.


wRC for Pitchers and Koji Uehara’s Dominance

wRC is a very useful statistic.  On the team level, it can be used to predict runs scored fairly accurately (r^2 of over .9).  It can also be used to measure how much a specific player has contributed to his team’s offensive production by measuring how many runs he has provided on offense.  But it is rarely used for pitchers.

Pitching statistics are not so much based on linear weights and wOBA as they are on defense-independent stats.  I think defense-independent stats are fine things to look at when evaluating players, and they can provide lots of information about how a pitcher really performed.  But while pitcher WAR is based off of FIP (at least on FanGraphs), RA9-WAR is also sometimes looked at.  Now, if the whole point of using linear weights for batters is to eliminate context and the production of teammates, then why not do the same for pitchers?  True, pitchers, especially starters, usually get themselves into bad situations, unlike hitters, who can’t control how many outs there are or who’s on base when they come up.  But oftentimes pitchers aren’t better in certain situations, as evidence by the inconsistency of stats such as LOB%.  So why not eliminate context from pitcher evaluations and look at how many runs they should have given up based on the hits, walks, and hit batters they allowed?

To do this, I needed to go over to Baseball-Reference, as FanGraphs doesn’t have easy-to-manipulate wOBA figures for pitchers.  Baseball-Reference doesn’t have any sort of wOBA stats, but what they do have is the raw numbers needed to calculate wOBA.  So I put them into Excel, and, with 50 IP as my minimum threshold, I calculated the wOBA allowed – and then converted that into wRC – for the 330 pitchers this year with at least 50 innings.

Next, I calculated wRC/9 the same way you would calculate ERA (or RA/9).  This would scale it very closely to ERA and RA/9, and give us a good sense for what each number actually means.  (The average wRC/9 with the pitchers I used was 3.95; the average RA/9 for the pitchers I used was 3.96).  What I found was that the extremes on both sides were way more extreme (you’ll see what I mean soon), but overall it correlated to RA/9 fairly closely (the r^2 was .803).

Now, for the actual numbers:

wRC/9 IP
Koji Uehara 0.08 74.1
Tanner Roark 1.04 53.2
Joe Nathan 1.08 64.2
Greg Holland 1.17 67
Alex Torres* 1.24 58
Craig Kimbrel 1.41 67
Luis Avilan* 1.42 65
Neal Cotts* 1.43 57
Mark Melancon 1.52 71
Kenley Jansen 1.55 76.2
Clayton Kershaw* 1.59 236
Paco Rodriguez* 1.60 54.1
Luke Hochevar 1.65 70.1
Matt Harvey 1.69 178.1
Tyler Clippard 1.69 71
Jose Fernandez 1.80 172.2
Tony Watson* 1.89 71.2
J.P. Howell* 1.94 62
Bobby Parnell 2.00 50
Clay Buchholz 2.04 108.1
Glen Perkins* 2.09 62.2
Justin Wilson* 2.13 73.2
David Carpenter 2.13 65.2
Casey Janssen 2.15 52.2
Sean Doolittle* 2.16 69
Brandon Kintzler 2.17 77
Aroldis Chapman* 2.24 63.2
Luke Gregerson 2.29 66.1
Steve Cishek 2.30 69.2
Joaquin Benoit 2.31 67
Max Scherzer 2.32 214.1
Madison Bumgarner* 2.35 201.1
Sonny Gray 2.39 64
David Robertson 2.42 66.1
Jean Machi 2.44 53
Dane De La Rosa 2.46 72.1
Tyler Thornburg 2.56 66.2
Drew Smyly* 2.58 76
Jason Grilli 2.59 50
Stephen Strasburg 2.60 183
Danny Farquhar 2.64 55.2
Michael Wacha 2.66 64.2
Joel Peralta 2.67 71.1
Brett Cecil* 2.68 60.2
Brad Ziegler 2.69 73
Johnny Cueto 2.69 60.2
Tommy Hunter 2.69 86.1
Addison Reed 2.69 71.1
Bryan Shaw 2.72 75
Casey Fien 2.73 62
Mariano Rivera 2.77 64
Sergio Romo 2.81 60.1
Hisashi Iwakuma 2.81 219.2
Jose Veras 2.81 62.2
Cliff Lee* 2.81 222.2
Darren O’Day 2.82 62
Tanner Scheppers 2.85 76.2
Trevor Rosenthal 2.87 75.1
Yu Darvish 2.87 209.2
Adam Wainwright 2.88 241.2
Anibal Sanchez 2.88 182
Mike Dunn* 2.89 67.2
Jeanmar Gomez 2.90 80.2
Brian Matusz* 2.94 51
Charlie Furbush* 2.96 65
J.J. Hoover 2.97 66
Francisco Liriano* 2.98 161
Grant Balfour 2.99 62.2
Alfredo Simon 2.99 87.2
Jonathan Papelbon 3.04 61.2
Jesse Chavez 3.04 57.1
Tyson Ross 3.07 125
Gerrit Cole 3.07 117.1
A.J. Ramos 3.07 80
Craig Breslow* 3.07 59.2
Tom Wilhelmsen 3.07 59
Andrew Cashner 3.08 175
Chris Sale* 3.10 214.1
Felix Hernandez 3.10 204.1
Vin Mazzaro 3.10 73.2
Zack Greinke 3.11 177.2
Jim Henderson 3.12 60
Matt Albers 3.13 63
Sam LeCure 3.14 61
Anthony Swarzak 3.16 96
Jerry Blevins* 3.16 60
Henderson Alvarez 3.16 102.2
LaTroy Hawkins 3.17 70.2
Tony Cingrani* 3.17 104.2
Mike Minor* 3.18 204.2
Jordan Zimmermann 3.18 213.1
Tim Stauffer 3.21 69.2
Travis Wood* 3.21 200
Edward Mujica 3.21 64.2
Alex Cobb 3.22 143.1
Rex Brothers* 3.23 67.1
Justin Masterson 3.24 193
David Price* 3.24 186.2
Santiago Casilla 3.26 50
Ryan Cook 3.26 67.1
Brett Oberholtzer* 3.26 71.2
Bartolo Colon 3.27 190.1
A.J. Burnett 3.29 191
Danny Salazar 3.30 52
Josh Collmenter 3.31 92
Nate Jones 3.31 78
Chad Gaudin 3.33 97
Jamey Wright 3.33 70
Joe Smith 3.33 63
Homer Bailey 3.33 209
Marco Estrada 3.35 128
Hyun-jin Ryu* 3.36 192
Anthony Varvaro 3.36 73.1
Chad Qualls 3.38 62
Tim Hudson 3.38 131.1
Jarred Cosart 3.41 60
Scott Rice* 3.41 51
Chris Archer 3.42 128.2
Jake McGee* 3.43 62.2
Ervin Santana 3.48 211
Will Harris 3.48 52.2
Aaron Loup* 3.48 69.1
Yoervis Medina 3.50 68
Fernando Rodney 3.51 66.2
Huston Street 3.51 56.2
Burke Badenhop 3.51 62.1
Patrick Corbin* 3.53 208.1
Mat Latos 3.53 210.2
Ryan Webb 3.54 80.1
Jered Weaver 3.54 154.1
Rafael Soriano 3.56 66.2
Bruce Chen* 3.56 121
Scott Feldman 3.57 181.2
Shelby Miller 3.57 173.1
Alex Wood* 3.58 77.2
Matt Cain 3.59 184.1
Gio Gonzalez* 3.60 195.2
Craig Stammen 3.61 81.2
Hiroki Kuroda 3.62 201.1
Matt Moore* 3.62 150.1
Ryan Pressly 3.64 76.2
Dan Straily 3.64 152.1
A.J. Griffin 3.68 200
James Shields 3.68 228.2
Adam Ottavino 3.68 78.1
Pedro Strop 3.68 57.1
Cody Allen 3.68 70.1
Alexi Ogando 3.72 104.1
Jhoulys Chacin 3.73 197.1
Kyle Lohse 3.74 198.2
Jake Peavy 3.74 144.2
Cole Hamels* 3.76 220
Nathan Eovaldi 3.76 106.1
Carlos Torres 3.76 86.1
Andrew Albers* 3.78 60
Ricky Nolasco 3.80 199.1
Robbie Erlin* 3.80 54.2
Ross Ohlendorf 3.82 60.1
Dale Thayer 3.82 65
Jarrod Parker 3.85 197
Jose Quintana* 3.86 200
John Lackey 3.86 189.1
Julio Teheran 3.87 185.2
Cesar Ramos* 3.88 67.1
Ernesto Frieri 3.88 68.2
Steve Delabar 3.91 58.2
Ivan Nova 3.91 139.1
Matt Belisle 3.91 73
Ubaldo Jimenez 3.92 182.2
Kris Medlen 3.93 197
Wandy Rodriguez* 3.94 62.2
Kelvin Herrera 3.95 58.1
Justin Verlander 3.97 218.1
Garrett Richards 3.97 145
Charlie Morton 3.97 116
Matt Lindstrom 3.97 60.2
Tom Gorzelanny* 3.97 85.1
Jared Burton 3.97 66
Jeff Locke* 3.99 166.1
C.J. Wilson* 4.00 212.1
Tim Collins* 4.00 53.1
Seth Maness 4.00 62
Matt Garza 4.03 155.1
David Hernandez 4.03 62.1
Lance Lynn 4.04 201.2
Rick Porcello 4.04 177
Miguel Gonzalez 4.04 171.1
Carlos Villanueva 4.04 128.2
Derek Holland* 4.04 213
Robbie Ross* 4.05 62.1
Jim Johnson 4.05 70.1
Kevin Gregg 4.06 62
J.C. Gutierrez 4.08 55.1
Bryan Morris 4.09 65
Mike Leake 4.09 192.1
Joe Kelly 4.11 124
Zack Wheeler 4.11 100
Jon Lester* 4.12 213.1
Taylor Jordan 4.13 51.2
Bronson Arroyo 4.14 202
Tim Lincecum 4.15 197.2
Eric Stults* 4.17 203.2
Chris Tillman 4.18 206.1
Doug Fister 4.19 208.2
Junichi Tazawa 4.20 68.1
Corey Kluber 4.22 147.1
Logan Ondrusek 4.23 55
Jaime Garcia* 4.25 55.1
Tyler Lyons* 4.25 53
Jorge De La Rosa* 4.27 167.2
Yovani Gallardo 4.28 180.2
Wade Miley* 4.29 202.2
R.A. Dickey 4.30 224.2
James Russell* 4.30 52.2
Tyler Chatwood 4.32 111.1
Sam Deduno 4.33 108
Andy Pettitte* 4.35 185.1
Michael Kohn 4.37 53
Josh Outman* 4.38 54
Dillon Gee 4.38 199
Martin Perez* 4.39 124.1
Jake Arrieta 4.39 75.1
Shawn Kelley 4.39 53.1
Drew Storen 4.41 61.2
Preston Claiborne 4.42 50.1
Tommy Milone* 4.45 156.1
Wily Peralta 4.46 183.1
Scott Kazmir* 4.46 158
Felix Doubront* 4.54 162.1
Jeff Samardzija 4.55 213.2
Shaun Marcum 4.56 78.1
Dan Haren 4.58 169.2
Alfredo Figaro 4.58 74
Troy Patton* 4.60 56
Hector Rondon 4.62 54.2
Oliver Perez* 4.62 53
Trevor Cahill 4.63 146.2
Wei-Yin Chen* 4.63 137
Todd Redmond 4.64 77
Zach McAllister 4.64 134.1
Jonathon Niese* 4.65 143
Tom Koehler 4.65 143
Ronald Belisario 4.66 68
Jeremy Hefner 4.66 130.2
Jacob Turner 4.68 118
Kyle Kendrick 4.68 182
Chris Rusin* 4.70 66.1
Brandon McCarthy 4.70 135
Freddy Garcia 4.70 80.1
Randall Delgado 4.70 116.1
Wilton Lopez 4.72 75.1
Mark Buehrle* 4.73 203.2
T.J. McFarland* 4.74 74.2
J.A. Happ* 4.79 92.2
Jason Vargas* 4.80 150
David Phelps 4.81 86.2
Brian Duensing* 4.82 61
Hector Santiago* 4.84 149
CC Sabathia* 4.85 211
Nick Tepesch 4.88 93
Jeremy Hellickson 4.89 174
Wesley Wright* 4.93 53.2
Chris Capuano* 4.95 105.2
Donovan Hand 4.97 68.1
Jerome Williams 4.99 169.1
Adam Warren 5.01 77
Paul Maholm* 5.04 153
Jeremy Guthrie 5.08 211.2
Jonathan Pettibone 5.08 100.1
John Danks* 5.09 138.1
George Kontos 5.10 55.1
Edwin Jackson 5.10 175.1
Ian Kennedy 5.14 181.1
Brad Peacock 5.15 83.1
Bud Norris 5.16 176.2
Erik Bedard* 5.17 151
Travis Blackley* 5.18 50.1
Ryan Dempster 5.19 171.1
Kevin Correia 5.19 185.1
Erasmo Ramirez 5.20 72.1
Roberto Hernandez 5.20 151
Kevin Slowey 5.20 92
Aaron Harang 5.24 143.1
Jason Marquis 5.25 117.2
Jake Westbrook 5.27 116.2
Juan Nicasio 5.29 157.2
Heath Bell 5.35 65.2
Josh Roenicke 5.35 62
Esmil Rogers 5.38 137.2
John Axford 5.42 65
Mike Pelfrey 5.43 152.2
John Lannan* 5.45 74.1
Andre Rienzo 5.46 56
Ross Detwiler* 5.54 71.1
Jason Hammel 5.55 139.1
Stephen Fife 5.63 58.1
Edinson Volquez 5.65 170.1
Dallas Keuchel* 5.68 153.2
Jordan Lyles 5.70 141.2
Phil Hughes 5.71 145.2
Tommy Hanson 5.74 73
Luis Mendoza 5.79 94
Jeremy Bonderman 5.82 55
Brandon League 5.82 54.1
Roy Halladay 5.85 62
Chris Perez 5.94 54
Scott Diamond* 6.01 131
Ryan Vogelsong 6.04 103.2
Wade Davis 6.05 135.1
Justin Grimm 6.10 98
Paul Clemens 6.14 73.1
Lucas Harrell 6.23 153.2
Jeff Francis* 6.39 70.1
Brandon Morrow 6.39 54.1
Joe Saunders* 6.39 183
Jon Garland 6.40 68
Josh Johnson 6.45 81.1
Mike Gonzalez* 6.50 50
Wade LeBlanc* 6.54 55
Brandon Maurer 6.58 90
Barry Zito* 6.63 133.1
Carter Capps 6.64 59
Dylan Axelrod 6.82 128.1
Kyle Gibson 6.92 51
Joe Blanton 7.00 132.2
Clayton Richard* 7.14 52.2
Alex Sanabia 7.29 55.1
Tyler Cloyd 7.40 60.1
Philip Humber 7.62 54.2
Pedro Hernandez* 7.68 56.2
Average 3.95 110.2

The first thing that jumps out right away is that Koji Uehara had a wRC/9 of 0.08.  In other words, if that was his ERA, he would give up one earned run in about 12 complete game starts if he were a starter, which is ridiculous.  The second thing that jumps out is that most of the top performers are relievers – in fact, 12 out of the top 13 had fewer than 80 innings, with the only exception being Clayton Kershaw.  Also, the worst pitchers by wRC/9 had a wRC/9 much higher than their ERA or RA/9.  Pedro Hernandez, for example, had a wRC/9 of 7.68, and there were 6 pitchers over 7.00.  Kershaw actually has a wRC/9 that is lower than his insane RA/9, so maybe he’s even better than his fielding-dependent stats give him credit for.

But wait!  There’s more!  The reason we have xFIP is because HR/FB rates are very unstable.  So let’s incorporate that into our wRC/9 formula and see what happens (we’ll call this one xwRC/9):

xwRC/9 IP
Koji Uehara 0.06 74.1
Paco Rodriguez* 1.13 54.1
Luke Hochevar 1.25 70.1
Tyler Clippard 1.25 71
Craig Kimbrel 1.51 67
Kenley Jansen 1.63 76.2
Aroldis Chapman* 1.68 63.2
Greg Holland 1.69 67
Casey Fien 1.88 62
Joe Nathan 2.06 64.2
Tanner Roark 2.06 53.2
Neal Cotts* 2.12 57
Clayton Kershaw* 2.13 236
Max Scherzer 2.17 214.1
Huston Street 2.18 56.2
Jose Fernandez 2.23 172.2
Alex Torres* 2.26 58
Yu Darvish 2.28 209.2
Glen Perkins* 2.29 62.2
Matt Harvey 2.32 178.1
Tony Watson* 2.35 71.2
Stephen Strasburg 2.35 183
Mark Melancon 2.36 71
Johnny Cueto 2.38 60.2
David Carpenter 2.39 65.2
Luis Avilan* 2.41 65
Justin Wilson* 2.48 73.2
Tommy Hunter 2.49 86.1
Joaquin Benoit 2.50 67
J.P. Howell* 2.51 62
David Robertson 2.52 66.1
Madison Bumgarner* 2.54 201.1
Hisashi Iwakuma 2.56 219.2
Tony Cingrani* 2.57 104.2
Jason Grilli 2.66 50
Darren O’Day 2.67 62
Jose Veras 2.68 62.2
Marco Estrada 2.70 128
Casey Janssen 2.71 52.2
Travis Wood* 2.76 200
Sonny Gray 2.80 64
Grant Balfour 2.81 62.2
Clay Buchholz 2.81 108.1
Danny Salazar 2.81 52
Cliff Lee* 2.81 222.2
Steve Cishek 2.83 69.2
Sean Doolittle* 2.83 69
Jim Henderson 2.83 60
Carlos Torres 2.84 86.1
Edward Mujica 2.85 64.2
Kelvin Herrera 2.86 58.1
Brett Cecil* 2.87 60.2
Jake McGee* 2.89 62.2
Mariano Rivera 2.89 64
Joel Peralta 2.89 71.1
Ernesto Frieri 2.93 68.2
Michael Wacha 2.95 64.2
Anibal Sanchez 2.95 182
Luke Gregerson 2.98 66.1
Brandon Kintzler 2.99 77
Tim Stauffer 2.99 69.2
Tanner Scheppers 2.99 76.2
Brad Ziegler 2.99 73
Alex Cobb 3.05 143.1
Dane De La Rosa 3.05 72.1
Addison Reed 3.06 71.1
Travis Blackley* 3.08 50.1
Jerry Blevins* 3.09 60
Bobby Parnell 3.09 50
Freddy Garcia 3.11 80.1
Jeanmar Gomez 3.13 80.2
Ervin Santana 3.17 211
Jean Machi 3.19 53
Trevor Rosenthal 3.20 75.1
J.J. Hoover 3.20 66
Chris Archer 3.20 128.2
Sergio Romo 3.20 60.1
Alfredo Figaro 3.21 74
Drew Smyly* 3.22 76
Alfredo Simon 3.23 87.2
Jonathan Papelbon 3.24 61.2
Charlie Furbush* 3.24 65
Mike Dunn* 3.26 67.2
Wandy Rodriguez* 3.26 62.2
Tyson Ross 3.27 125
Justin Masterson 3.27 193
Felix Hernandez 3.29 204.1
Mike Minor* 3.32 204.2
Rex Brothers* 3.33 67.1
Homer Bailey 3.33 209
Adam Wainwright 3.34 241.2
David Hernandez 3.34 62.1
Bryan Shaw 3.34 75
John Lackey 3.35 189.1
Danny Farquhar 3.36 55.2
Randall Delgado 3.37 116.1
Chris Sale* 3.37 214.1
LaTroy Hawkins 3.38 70.2
Chad Qualls 3.40 62
Jordan Zimmermann 3.41 213.1
Matt Cain 3.43 184.1
A.J. Griffin 3.45 200
Zack Greinke 3.45 177.2
Joe Smith 3.45 63
Burke Badenhop 3.46 62.1
Chris Tillman 3.47 206.1
Andrew Cashner 3.47 175
David Price* 3.49 186.2
Scott Feldman 3.49 181.2
Miguel Gonzalez 3.49 171.1
Francisco Liriano* 3.50 161
Nate Jones 3.51 78
Shelby Miller 3.51 173.1
Bronson Arroyo 3.52 202
Jake Peavy 3.52 144.2
Ross Ohlendorf 3.53 60.1
Tim Hudson 3.53 131.1
Logan Ondrusek 3.54 55
Yoervis Medina 3.54 68
Kyle Lohse 3.55 198.2
Tom Gorzelanny* 3.56 85.1
R.A. Dickey 3.58 224.2
Dale Thayer 3.59 65
Sam LeCure 3.60 61
Josh Collmenter 3.60 92
Aaron Loup* 3.61 69.1
Jesse Chavez 3.62 57.1
Hyun-jin Ryu* 3.62 192
A.J. Burnett 3.62 191
Brian Matusz* 3.62 51
Gerrit Cole 3.63 117.1
Bryan Morris 3.64 65
Pedro Strop 3.66 57.1
Patrick Corbin* 3.71 208.1
Hiroki Kuroda 3.72 201.1
Matt Moore* 3.74 150.1
Brett Oberholtzer* 3.75 71.2
Dan Straily 3.75 152.1
Julio Teheran 3.76 185.2
Alexi Ogando 3.76 104.1
Anthony Swarzak 3.76 96
Shawn Kelley 3.77 53.1
Jered Weaver 3.79 154.1
Ryan Webb 3.81 80.1
Jaime Garcia* 3.82 55.1
Gio Gonzalez* 3.82 195.2
Matt Albers 3.83 63
Kris Medlen 3.84 197
Matt Garza 3.86 155.1
Jamey Wright 3.86 70
Craig Breslow* 3.88 59.2
Cody Allen 3.88 70.1
Preston Claiborne 3.89 50.1
Cole Hamels* 3.91 220
Rafael Soriano 3.91 66.2
A.J. Ramos 3.92 80
Bruce Chen* 3.93 121
Santiago Casilla 3.93 50
Todd Redmond 3.94 77
Rick Porcello 3.94 177
Bartolo Colon 3.95 190.1
Dan Haren 3.99 169.2
John Danks* 3.99 138.1
Craig Stammen 4.00 81.2
Tyler Thornburg 4.00 66.2
Fernando Rodney 4.00 66.2
Chad Gaudin 4.01 97
Will Harris 4.01 52.2
Tommy Milone* 4.01 156.1
James Russell* 4.01 52.2
Jarred Cosart 4.02 60
Robbie Erlin* 4.02 54.2
Troy Patton* 4.03 56
Scott Rice* 4.03 51
James Shields 4.03 228.2
Mike Leake 4.05 192.1
Jared Burton 4.05 66
Ubaldo Jimenez 4.05 182.2
Seth Maness 4.05 62
Jeremy Hefner 4.06 130.2
Vin Mazzaro 4.06 73.2
Tim Lincecum 4.07 197.2
Mat Latos 4.08 210.2
Junichi Tazawa 4.10 68.1
Eric Stults* 4.10 203.2
Garrett Richards 4.12 145
Adam Ottavino 4.12 78.1
Zack Wheeler 4.13 100
Andrew Albers* 4.15 60
Carlos Villanueva 4.16 128.2
Andre Rienzo 4.16 56
Jeff Samardzija 4.18 213.2
Jake Arrieta 4.20 75.1
Tom Wilhelmsen 4.21 59
Jim Johnson 4.21 70.1
Brad Peacock 4.22 83.1
Corey Kluber 4.22 147.1
Heath Bell 4.22 65.2
Wade Miley* 4.25 202.2
Michael Kohn 4.25 53
Martin Perez* 4.26 124.1
Ricky Nolasco 4.26 199.1
Matt Belisle 4.27 73
Charlie Morton 4.27 116
Jon Lester* 4.27 213.1
Scott Kazmir* 4.27 158
Roberto Hernandez 4.28 151
Jarrod Parker 4.28 197
Justin Verlander 4.29 218.1
Derek Holland* 4.31 213
Henderson Alvarez 4.31 102.2
Ryan Cook 4.32 67.1
Cesar Ramos* 4.33 67.1
Ivan Nova 4.33 139.1
Jeff Locke* 4.34 166.1
Andy Pettitte* 4.35 185.1
Ryan Pressly 4.36 76.2
Yovani Gallardo 4.36 180.2
Donovan Hand 4.36 68.1
Dillon Gee 4.38 199
Drew Storen 4.39 61.2
Alex Wood* 4.39 77.2
Tyler Lyons* 4.40 53
Nathan Eovaldi 4.41 106.1
Kevin Gregg 4.42 62
Wesley Wright* 4.43 53.2
Jose Quintana* 4.43 200
Anthony Varvaro 4.44 73.1
Steve Delabar 4.44 58.2
Jason Marquis 4.46 117.2
Oliver Perez* 4.48 53
Wily Peralta 4.48 183.1
Joe Kelly 4.49 124
Lance Lynn 4.49 201.2
J.C. Gutierrez 4.53 55.1
Roy Halladay 4.54 62
Jhoulys Chacin 4.54 197.1
C.J. Wilson* 4.55 212.1
Chris Rusin* 4.56 66.1
Erasmo Ramirez 4.56 72.1
Doug Fister 4.58 208.2
Aaron Harang 4.59 143.1
Hector Rondon 4.60 54.2
CC Sabathia* 4.60 211
T.J. McFarland* 4.62 74.2
Jeremy Hellickson 4.62 174
Sam Deduno 4.64 108
Nick Tepesch 4.64 93
Ian Kennedy 4.65 181.1
Wei-Yin Chen* 4.68 137
Robbie Ross* 4.68 62.1
Chris Perez 4.69 54
Jerome Williams 4.69 169.1
Trevor Cahill 4.70 146.2
Adam Warren 4.71 77
Hector Santiago* 4.75 149
Taylor Jordan 4.77 51.2
Ryan Dempster 4.79 171.1
Esmil Rogers 4.80 137.2
John Axford 4.80 65
Tim Collins* 4.81 53.1
Jeremy Guthrie 4.81 211.2
Tom Koehler 4.83 143
Matt Lindstrom 4.84 60.2
Felix Doubront* 4.86 162.1
Jorge De La Rosa* 4.89 167.2
Jason Vargas* 4.89 150
Paul Clemens 4.95 73.1
J.A. Happ* 4.95 92.2
Erik Bedard* 4.96 151
Paul Maholm* 4.97 153
Josh Outman* 4.99 54
Jacob Turner 5.00 118
Tyler Chatwood 5.00 111.1
Shaun Marcum 5.00 78.1
George Kontos 5.03 55.1
Jason Hammel 5.04 139.1
Brandon McCarthy 5.06 135
Zach McAllister 5.06 134.1
Brandon Morrow 5.13 54.1
Jonathon Niese* 5.17 143
Brandon League 5.17 54.1
David Phelps 5.18 86.2
Chris Capuano* 5.18 105.2
Clayton Richard* 5.21 52.2
Carter Capps 5.21 59
Ronald Belisario 5.26 68
Wilton Lopez 5.27 75.1
Dallas Keuchel* 5.28 153.2
Jonathan Pettibone 5.28 100.1
Juan Nicasio 5.34 157.2
Stephen Fife 5.34 58.1
Edwin Jackson 5.36 175.1
Mike Gonzalez* 5.39 50
Kevin Slowey 5.40 92
Josh Johnson 5.42 81.1
Phil Hughes 5.42 145.2
Mark Buehrle* 5.45 203.2
Bud Norris 5.46 176.2
Brian Duensing* 5.51 61
Josh Roenicke 5.52 62
Jeff Francis* 5.62 70.1
Scott Diamond* 5.64 131
Jordan Lyles 5.65 141.2
Justin Grimm 5.66 98
Tommy Hanson 5.67 73
Kevin Correia 5.67 185.1
Edinson Volquez 5.69 170.1
Lucas Harrell 5.72 153.2
Joe Blanton 5.73 132.2
Brandon Maurer 5.80 90
John Lannan* 5.85 74.1
Ryan Vogelsong 5.85 103.2
Jeremy Bonderman 5.87 55
Luis Mendoza 5.88 94
Kyle Kendrick 5.90 182
Jake Westbrook 5.93 116.2
Mike Pelfrey 5.95 152.2
Dylan Axelrod 6.11 128.1
Jon Garland 6.21 68
Wade Davis 6.22 135.1
Ross Detwiler* 6.24 71.1
Joe Saunders* 6.29 183
Alex Sanabia 6.62 55.1
Barry Zito* 6.63 133.1
Wade LeBlanc* 6.65 55
Kyle Gibson 6.70 51
Philip Humber 7.19 54.2
Pedro Hernandez* 7.32 56.2
Tyler Cloyd 7.73 60.1
Average 3.99 110.2

Not a huge difference, although we do see Uehara’s number go down, which is incredible, and Tanner Roark’s – the second-best pitcher by wRC/9 – nearly double.  Also, Tyler Cloyd becomes much worse, and is now the worst pitcher by almost half a run per nine innings.  Kershaw’s wRC/9 goes up by a considerable amount, so much so that his xwRC/9 is now higher than his RA/9.  All in all, however, xwRC/9 actually has a smaller correlation with RA/9 (an r^2 of .638) than wRC/9 does, so it isn’t as useful. 

Now, logically, the people who outperformed their wRC/9 the most would have high strand (LOB) rates, and vice-versa.  So let’s look at the ten players who both outperformed and underperformed their wRC/9 the most.  The ones who underperformed:

IP LOB% RA/9 wRC/9 RA/9 – wRC/9
Danny Farquhar 55.2 58.50% 4.69 2.64 2.05
Charlie Furbush 65 64.40% 4.57 2.96 1.61
Casey Fien 62 69.40% 4.06 2.73 1.33
Andrew Albers 60 60.40% 5.10 3.78 1.32
Nate Jones 78 62.90% 4.62 3.31 1.31
Joel Peralta 71.1 70.20% 3.91 2.67 1.24
Addison Reed 71.1 68.90% 3.91 2.69 1.22
Tom Wilhelmsen 59 69.90% 4.27 3.07 1.20
Jesse Chavez 57.1 66.90% 4.24 3.04 1.19
Koji Uehara 74.1 91.70% 1.21 0.08 1.13

We can see that everyone here – except for Koji Uehara, who had the fourth-highest LOB% out of all pitchers with 50 innings – is below the league average of 73.5%.  Only Uehara and Joel Peralta are above 70%.  Clearly, a low LOB% makes you allow many more runs than you should.  But what about Koji Uehara?  How did he allow all those runs (10, yeah, not a lot, but his wRC/9 was way lower than his RA/9) without allowing many baserunners to score and not allowing many damaging hits?  If you know, let me know in the comments, because I have no idea.

Now for the people who outperformed their wRC/9:

Rex Brothers 67.1 88.80% 2.14 3.23 -1.09
Donovan Hand 68.1 81.90% 3.82 4.97 -1.15
Stephen Fife 58.1 78.40% 4.47 5.63 -1.16
Jarred Cosart 60 85.90% 2.25 3.41 -1.16
Heath Bell 65.2 82.70% 4.11 5.35 -1.23
Chris Perez 54 82.30% 4.50 5.94 -1.44
Mike Gonzalez 50 80.30% 5.04 6.50 -1.46
Seth Maness 62 84.50% 2.47 4.00 -1.53
Adam Warren 77 84.70% 3.39 5.01 -1.62
Alex Sanabia 55.1 77.40% 5.37 7.29 -1.93

Just what you would expect:  high LOB%’s from all of them (each is above the league average).  Stephen Fife and Alex Sanabia are the only ones below 80%.

So what does this tell us?  I think it’s a better way to evaluate pitchers than runs or earned runs allowed since it eliminates context:  a pitcher who lets up a home run, then a single, then three outs is not necessarily better than one who lets up a single, home run, then three outs, but the statistics will tell you he is.  It might not be as good as an evaluator as FIP, xFIP, or SIERA, but for a fielding-dependent statistic, it might be as good as you can find.

Note:  I don’t know why the pitchers with asterisks next to there name have them; I copied and pasted the stats from Baseball-Reference and didn’t bother going through and removing the asterisks.