<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Stealing First &#187; Reference</title>
	<atom:link href="http://blog.stealingfirst.com/categories/reference/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.stealingfirst.com</link>
	<description>Stats, stories and stuff</description>
	<lastBuildDate>Thu, 26 Jun 2008 20:59:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>Switching a Ball to a Strike</title>
		<link>http://blog.stealingfirst.com/2008/04/02/switching-a-ball-to-a-strike/</link>
		<comments>http://blog.stealingfirst.com/2008/04/02/switching-a-ball-to-a-strike/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 12:09:11 +0000</pubDate>
		<dc:creator>Dan Turkenkopf</dc:creator>
				<category><![CDATA[Reference]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.stealingfirst.com/?p=36</guid>
		<description><![CDATA[One of the cool things (ok, I&#8217;m a baseball nerd) about analyzing data is how often you discover little interesting facts that you didn&#8217;t know before. While researching my current work on whether catchers have an effect on whether a pitch is called a strike or a ball (look for it tomorrow or Friday at [...]]]></description>
			<content:encoded><![CDATA[<p>One of the cool things (ok, I&#8217;m a baseball nerd) about analyzing data is how often you discover little interesting facts that you didn&#8217;t know before.</p>
<p>While researching my current work on whether catchers have an effect on whether a pitch is called a strike or a ball (look for it tomorrow or Friday at <a href="http://www.beyondtheboxscore.com" target="_blank">Beyond the Box Score</a> &lt;/shameless plug&gt;), I realized I didn&#8217;t know what replacing a ball for a strike was really worth.  A Google search turned up some information as to the run value of a given count, but not the information I was looking for.   So I took a little detour from my planned study and decided to calculate the value myself.</p>
<p>Using data found in this <a href="http://http//www.insidethebook.com/ee/index.php/site/comments/pitch_analysis_of_eric_bedard/" target="_blank">thread</a> at the Book Blog and the <a href="http://http//www.baseball-reference.com/pi/psplit.cgi?team=TOT&amp;lg=ML&amp;year=2006" target="_blank">2006 Major League splits</a> from Baseball-Reference, I determined the value of a ball and a strike for every count (from the point of view of the pitcher).  The difference between those numbers is the value of switching a ball to a strike at each count.  Then I took average of the values at each count weighted by the number of plate appearances at that count to get the final number of <strong>.161 runs.</strong></p>
<p>In the interest of full disclosure, and for those who might be interested in the breakdowns, here&#8217;s the data.</p>
<table border="1" width="100%">
<thead>
<td><strong>B</strong></td>
<td><strong>S</strong></td>
<td><strong>WOBA</strong></td>
<td><strong>LW</strong></td>
<td><strong>RV Ball</strong></td>
<td><strong>RV Strike</strong></td>
<td><strong>RV B-&gt;S</strong></td>
<td><strong>PA</strong></td>
<td><strong>Weighted RV</strong></td>
</thead>
<tbody>
<tr>
<td>0</td>
<td>0</td>
<td>0.332</td>
<td>0</td>
<td>-0.0339</td>
<td>0.0426</td>
<td>0.0765</td>
<td>188071</td>
<td>0.0217</td>
</tr>
<tr>
<td>0</td>
<td>1</td>
<td>0.283</td>
<td>-0.0426</td>
<td>-0.0269</td>
<td>0.0617</td>
<td>0.0886</td>
<td>87779</td>
<td>0.0117</td>
</tr>
<tr>
<td>0</td>
<td>2</td>
<td>0.212</td>
<td>-0.1043</td>
<td>-0.02174</td>
<td>0.2007</td>
<td>0.2224</td>
<td>33467</td>
<td>0.0112</td>
</tr>
<tr>
<td>1</td>
<td>0</td>
<td>0.371</td>
<td>0.0339</td>
<td>-0.0626</td>
<td>0.0496</td>
<td>0.1122</td>
<td>77323</td>
<td>0.0131</td>
</tr>
<tr>
<td>1</td>
<td>1</td>
<td>0.314</td>
<td>-0.0157</td>
<td>-0.0504</td>
<td>0.0670</td>
<td>0.1174</td>
<td>72385</td>
<td>0.0128</td>
</tr>
<tr>
<td>1</td>
<td>2</td>
<td>0.237</td>
<td>-0.0826</td>
<td>-0.0461</td>
<td>0.2224</td>
<td>0.2685</td>
<td>48727</td>
<td>0.0197</td>
</tr>
<tr>
<td>2</td>
<td>0</td>
<td>0.443</td>
<td>0.0965</td>
<td>-0.1104</td>
<td>0.0617</td>
<td>0.1722</td>
<td>27566</td>
<td>0.0072</td>
</tr>
<tr>
<td>2</td>
<td>1</td>
<td>0.372</td>
<td>0.03478</td>
<td>-0.1026</td>
<td>0.0713</td>
<td>0.1739</td>
<td>38594</td>
<td>0.0101</td>
</tr>
<tr>
<td>2</td>
<td>2</td>
<td>0.29</td>
<td>-0.0365</td>
<td>-0.0983</td>
<td>0.2685</td>
<td>0.3667</td>
<td>39862</td>
<td>0.0220</td>
</tr>
<tr>
<td>3</td>
<td>0</td>
<td>0.57</td>
<td>0.2070</td>
<td>-0.1170</td>
<td>0.0696</td>
<td>0.1866</td>
<td>9512</td>
<td>0.0027</td>
</tr>
<tr>
<td>3</td>
<td>1</td>
<td>0.49</td>
<td>0.1374</td>
<td>-0.1866</td>
<td>0.0757</td>
<td>0.2623</td>
<td>16577</td>
<td>0.0066</td>
</tr>
<tr>
<td>3</td>
<td>2</td>
<td>0.403</td>
<td>0.0617</td>
<td>-0.2623</td>
<td>0.3667</td>
<td>0.629</td>
<td>23156</td>
<td>0.0220</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://blog.stealingfirst.com/2008/04/02/switching-a-ball-to-a-strike/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Everything You Wanted To Know About Sabermetrics But Were Afraid To Ask</title>
		<link>http://blog.stealingfirst.com/2008/03/19/everything-you-wanted-to-know-about-sabermetrics-but-were-afraid-to-ask/</link>
		<comments>http://blog.stealingfirst.com/2008/03/19/everything-you-wanted-to-know-about-sabermetrics-but-were-afraid-to-ask/#comments</comments>
		<pubDate>Wed, 19 Mar 2008 11:39:21 +0000</pubDate>
		<dc:creator>Dan Turkenkopf</dc:creator>
				<category><![CDATA[Reference]]></category>

		<guid isPermaLink="false">http://blog.stealingfirst.com/2008/03/19/everything-you-wanted-to-know-about-sabermetrics-but-were-afraid-to-ask/</guid>
		<description><![CDATA[Ever wonder how to calculate BaseRuns?  Or what the different methods of evaluating fielding are?  Or are you looking for a good book to read? Tangotiger has created a Sabermetrics Wiki that contains those answers and more.   It&#8217;s still in the early stage, but there&#8217;s some really good information there.  A lot of the [...]]]></description>
			<content:encoded><![CDATA[<p>Ever wonder how to calculate <a href="http://tangotiger.net/wiki/index.php?title=Base_Runs" target="_blank">BaseRuns</a>?  Or what the different <a href="http://tangotiger.net/wiki/index.php?title=Evaluating_Fielding" target="_blank">methods</a> of evaluating fielding are?  Or are you looking for a <a href="http://tangotiger.net/wiki/index.php?title=Books" target="_blank">good book</a> to read?</p>
<p>Tangotiger has created a <a href="http://tangotiger.net/wiki/index.php?title=Main_Page" target="_blank">Sabermetrics Wiki</a> that contains those answers and more.   It&#8217;s still in the early stage, but there&#8217;s some really good information there.  A lot of the articles have been written by PizzaCutter, <a href="http://walksaber.blogspot.com/" target="_blank">Patriot</a>, and Tango himself.</p>
<p>If you&#8217;ve got a question about the study of baseball, the Wiki is a great place to start.  And if it doesn&#8217;t have the answer, why not add it?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stealingfirst.com/2008/03/19/everything-you-wanted-to-know-about-sabermetrics-but-were-afraid-to-ask/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.803 seconds -->
