<?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>Soccermetrics Research, LLC</title>
	<atom:link href="http://www.soccermetrics.net/feed" rel="self" type="application/rss+xml" />
	<link>http://www.soccermetrics.net</link>
	<description>Soccer from First Principles</description>
	<lastBuildDate>Tue, 21 May 2013 16:59:49 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Calculate the Soccer Pythagorean from your browser</title>
		<link>http://www.soccermetrics.net/soccer-pythagorean-theory/new-soccer-pythagorean-api-call</link>
		<comments>http://www.soccermetrics.net/soccer-pythagorean-theory/new-soccer-pythagorean-api-call#comments</comments>
		<pubDate>Wed, 17 Apr 2013 08:48:22 +0000</pubDate>
		<dc:creator>Howard Hamilton</dc:creator>
				<category><![CDATA[Soccer Pythagorean: Theory]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[soccer Pythagorean]]></category>
		<category><![CDATA[Soccermetrics API]]></category>

		<guid isPermaLink="false">http://www.soccermetrics.net/?p=1883</guid>
		<description><![CDATA[We make our Soccer Pythagorean method available to the world.  A simple browser command is all you need to access Pythagorean expectations.]]></description>
				<content:encoded><![CDATA[<p>A few days ago we pushed some updates to the web service that supplies match result data to our <a href="http://resultspage.soccermetrics.net">ResultsPage</a> app, and we&#8217;d like to share one of these new features to you.</p>
<p>As you know, ResultsPage calculates various types of league tables on a round-by-round basis, one of them being the Pythagorean table. We&#8217;ve isolated the code that calculates the Pythagorean expectation and we now expose it to the outside world as its own API call.</p>
<p>In case you don&#8217;t know what I&#8217;m talking about, API is short for <a href="http://en.wikipedia.org/wiki/Application_programming_interface">Application Programming Interface</a>, and it is a collection of programming instructions that allow applications to talk to each other.  It provides a means to access and interact with data and information from multiple sources in an automated and creative way.</p>
<p>Programs interact with APIs in a variety of ways.  Some pass chunks of XML data back and forth.  We decided to design our API on <a href="http://en.wikipedia.org/wiki/Representational_State_Transfer">REST</a> principles.  The specifics aren&#8217;t that important &#8212; what is important is that you can access the Soccer Pythagorean through a URL address.</p>
<p>So here&#8217;s the Soccer Pythagorean API call:</p>
<pre style="padding-left: 30px;">http://fmrdlight.herokuapp.com/analytics/pythagorean?matches=XX&amp;scored=XX&amp;allowed=XX</pre>
<p>All you have to do is add numbers where the XXs are for number of matches played, goals scored and allowed. <strong>That&#8217;s it</strong>.</p>
<p>What do you get in return?  Here&#8217;s an example:</p>
<pre style="padding-left: 30px;">http://fmrdlight.herokuapp.com/analytics/pythagorean?matches=24&amp;scored=50&amp;allowed=25</pre>
<p>returns the following:</p>
<pre>{
    "points": 47,
    "match": 24,
    "loss": 5,
    "allowed": 25,
    "win": 14,
    "draw": 5,
    "scored": 50
}</pre>
<p>The expected point total is in the &#8220;points&#8221; field, while &#8220;win&#8221;, &#8220;draw&#8221;, and &#8220;loss&#8221; express on possible league record that would result in that point total (calculated from win/draw probabilities).</p>
<p>Now all of this is work in progress, so it&#8217;s likely that the URL root (fmrdlight.herokuapp.com) will change as the API matures.  For now, it&#8217;s an open API, so don&#8217;t be a jerk.  We&#8217;ll add some helper functions for those who don&#8217;t want to type a URL into a browser. We can create one in Python; maybe others can create their own.</p>
<p>So play around with the Pythagorean API. We hope this feature encourages its wider use in the football analytics community.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.soccermetrics.net%2Fsoccer-pythagorean-theory%2Fnew-soccer-pythagorean-api-call&amp;title=Calculate%20the%20Soccer%20Pythagorean%20from%20your%20browser" id="wpa2a_2"><img src="http://www.soccermetrics.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.soccermetrics.net/soccer-pythagorean-theory/new-soccer-pythagorean-api-call/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Soccermetrics Interview #7: Bill Gerrard</title>
		<link>http://www.soccermetrics.net/soccermetrics-interviews/soccermetrics-interview-7-bill-gerrard</link>
		<comments>http://www.soccermetrics.net/soccermetrics-interviews/soccermetrics-interview-7-bill-gerrard#comments</comments>
		<pubDate>Wed, 10 Apr 2013 15:30:23 +0000</pubDate>
		<dc:creator>Howard Hamilton</dc:creator>
				<category><![CDATA[Soccermetrics Interviews]]></category>
		<category><![CDATA[Bill Gerrard]]></category>

		<guid isPermaLink="false">http://www.soccermetrics.net/?p=1872</guid>
		<description><![CDATA[Our latest Soccermetrics Interview with a leading academic figure in sports business and analytics, Professor Bill Gerrard.]]></description>
				<content:encoded><![CDATA[<p><img class="aligncenter size-thumbnail wp-image-1873" alt="Prof Bill Gerrard" src="http://www.soccermetrics.net/wp-content/uploads/2013/04/BillGerrard-150x144.png" width="150" height="144" /></p>
<p><strong>Bill Gerrard</strong> is someone who I&#8217;ve wanted to meet since I started Soccermetrics.  Prof. Gerrard is a pioneer in statistical performance analysis in sport and a leader in bringing an evidence-based approach to coaching in football, rugby league and rugby union.  Perhaps he&#8217;s better known in North America for his work with Billy Beane of the Oakland A&#8217;s, while in Britain he&#8217;s best known for his work with Leeds United and Saracens rugby.</p>
<p>Bill and I conducted the longest interview of this series yet one that covered a lot of areas in sports analytics.  I hope you enjoy it.</p>
<p><em>[Interview conducted 4 April 2013.]</em></p>
<style type="text/css"><!--
P { margin-bottom: 0.08in; direction: ltr; color: rgb(0, 0, 0); widows: 2; orphans: 2; }P.western { font-style: italic; }P.cjk { font-style: italic; }
--></style>
<p><b>(Howard) So Bill, tell us a couple of sentences about yourself.</b></p>
<p>(Bill) I’m a Scot living in Leeds, a big sports fan whose first love was the beautiful game but I follow most sports. I’ve always supported Celtic and, like many Scots of my generation, Leeds United is my English team because so many Scots including Billy Bremner played for the great Revie team. My day job is a university prof at Leeds University Business School. The rest of my time is spent working in sports analytics.</p>
<p><b>How did you get started in sport analytics?</b></p>
<p>I started in the mid-90s analysing the economics of the football transfer market. That academic research led naturally into the practical problem of how to value footballers. I developed a valuation algorithm for valuing footballers which I first applied for a stockbroker in late 1997 to analyse the efficiency of Tottenham Hotspur in their transfer dealings.</p>
<p><b>I noticed that one of your first consulting jobs in football was performing valuation for Leeds United. How did you get that job?</b></p>
<p>Initially most of the interest in my consultancy work was for financial institutions who were interested in putting a market value on a club’s playing assets as security for various debt instruments. I undertook a squad valuation for a company that provided debt finance for Leeds United. Later the club asked for an updated squad valuation which I subsequently discovered was used in the securitisation deal that raised £60 million.</p>
<p><b>As a Leeds United supporter, did that job give you a greater appreciation for how football clubs are managed? And if so, in what way?</b></p>
<p>Running a pro sports team must always be about combining passion and prudence. As a business school prof and a sports fan, I guess I was in a good position to understand both aspects of the sports business. And Leeds United provided a very sad lesson of what happens when passion over-rules prudence in the boardroom.</p>
<p><b>Do you think the rest of the football establishment has learned any lessons in the years since Leeds United&#8217;s relegation?</b></p>
<p>Leeds United was a victory of vanity over sanity and shows what happens when you chase “The Dream” with little regard for a sustainable business model. In three years Leeds United went from last four in the Champions League to relegation from the Premiership. And a decade on, Leeds United are still struggling to get back into the Premiership. It could have been very different if the senior management of the club had invested in the stadium to grow the revenues to support the wage costs of a higher quality playing squad. Arsenal have shown the right way to do things. Wenger versus Ridsdale – no contest when it comes to constructing a sustainable business model for a football club.</p>
<p><strong>Let&#8217;s talk about Arsenal for a moment.  How have Wenger et al. gone about creating their business model and does there exist any tension between it and the desire to win trophies?</strong></p>
<p>The major aspect of Arsenal&#8217;s business plan in recent years has been to build the Emirates Stadium This involved a very high level of debt financing but it was prudent given the cash flow projections. By increasing capacity from 37,000 at Highbury to 60,000 in their new stadium, Arsenal have more than doubled their matchday income. This has given them the financial resources to afford the top players. There has been some unrest amongst fans that Arsenal have not yet reinvested these resources into the playing squad but the resources are there for Wenger to compete in the transfer market. And I think we can see evidence of a greater willingness to spend big in the contract extension agreed with Walcott.</p>
<p><b>I&#8217;d like to ask a few questions about your work on competitive balance. One of your more recent findings was that even though North American sports leagues are more regulated than their European counterparts, the competitive balance as measured by &#8220;win dispersion&#8221; is better in the European leagues. Could you explain that?</b></p>
<p>It seems to me that competitive balance is quite a complex concept that has lots of different aspects to it. Win dispersion measures the variation in sporting performance between teams in a league. We would expect a lower degree of variation in win percentages between teams in leagues that are more competitively balanced. Given that North American leagues have tended to take a more proactive approach to managing competitive balance through, for example, salary caps and player drafts, you would expect lower win dispersion than in the less-regulated European football leagues. Surprisingly you tend to find win dispersion in lower in European football. One reason for this is because of tied games with around a quarter of football games tending to be tied.</p>
<p><b>What about measuring competitive balance by competitions won, which I imagine would be how most people think of competitive balance?</b></p>
<p>Win dispersion is only one aspect of competitive balance. The concentration of competition winners – prize dispersion &#8211; is another aspect. And yet another aspect of competitive balance is whether or not teams tend to have similar levels of sporting performance from year to year.</p>
<p><strong>And how variable is that performance among teams in professional football?</strong></p>
<p>When it comes to performance persistence (i.e. the year-to-year stability of team performance), you find that the leading European football leagues tend to have similar levels as the North American major leagues with one exception, the NFL which has a very low level of performance persistence. But this is no real surprise given that the NFL is probably the most proactive sports league in the world in terms of trying to ensure competitive balance.</p>
<p><b>There&#8217;s a lot of anxiety among football fans about competitive balance, especially when comparing who wins the Premier League now to who won the First Division in the 70s and 80s. But then I read papers by people like Peter Sloane who state that there were the same concerns about a two-tiered competition in the 60s! Are fans right to feel uneasy today, or has professional football always had issues with competitive balance?</b></p>
<p>My sense is that concerns about competitive balance have grown significantly in recent years across European football. And I would say the concerns are about the emergence of a three-tier not two-tier competitive structure. As well as the concerns about the super-rich top tier pulling away from other clubs in the top leagues, there are also concerns about the increasing gap between the top leagues and the rest of the football family. The latest TV deal will widen the gap between the Premiership and the rest of the English football pyramid making it more and more difficult for promoted clubs to survive in the Premiership. Whether or not UEFA’s soon-to-be implemented financial fair play rules will reverse the trends is questionable but at least there is acknowledgement of the problems and the need to act. But it’s a difficult tightrope to tread by the governing bodies because if they go too far in trying to regulate the super rich clubs they face a real threat of these clubs setting up on their own independent European Super League.</p>
<p><strong>That&#8217;s a very good point.  I&#8217;ve always felt that UEFA might not want to push too hard on Financial Fair Play for similar reasons.  So how do you anticipate UEFA enforcing FFP in practice?</strong></p>
<p>Perhaps when it comes to politics I&#8217;m too cynical but I wouldn&#8217;t be surprised if &#8220;temporary&#8221; exceptions were allowed to UEFA&#8217;s FFP if it is found that some of the biggest European clubs are going to be excluded from the Champions League. It will hurt UEFA financially if those clubs are excluded and it will intensify the threats of a breakaway European Super League.</p>
<p><b>You had a chapter on competitive balance and the sports media rights (<a href="http://www.amazon.com/Economics-Sport-Media-Horizons-Sports/dp/1845427432"><em>The Economics of Sport and Media</em></a> by Jeanrenaud and Késenne) where you wrote, &#8220;Unlike standard textbook industries, there is good reason to believe that rights market deregulation in the professional team sports industry may be against the consumer interest.&#8221; Has the experience of domestic competitions in Spain and Italy provided support to your point?</b></p>
<p>I am a strong believer in the collective selling of league media rights for a number of reasons, one of which is that teams are effectively monopoly suppliers to their own fans. Market deregulation creates rather than weakens market power in this case. I also think that collective selling of TV rights provides an effective revenue redistribution mechanism. The experiences of Spain and Italy show the problems created if you remove this redistribution mechanism.</p>
<p><b>It seems that football analytics is being asphyxiated by lack of data for outside analysts, lack of expertise from internal staff at football clubs, and lack of interest (if not strong cultural resistance) from the football community. Is that perception accurate?</b></p>
<p style="text-align: center;"><em>We continue the conversation with Bill Gerrard in the upcoming edition of the Soccermetrics Newsletter.  Only subscribers will be able to access the full interview, <a href="http://eepurl.com/koBhD">so subscribe now</a>.  You are a subscriber, right?</em></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.soccermetrics.net%2Fsoccermetrics-interviews%2Fsoccermetrics-interview-7-bill-gerrard&amp;title=Soccermetrics%20Interview%20%237%3A%20Bill%20Gerrard" id="wpa2a_4"><img src="http://www.soccermetrics.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.soccermetrics.net/soccermetrics-interviews/soccermetrics-interview-7-bill-gerrard/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introducing Aaron Nielsen</title>
		<link>http://www.soccermetrics.net/soccermetrics-llc/aaron-nielsen-joins-soccermetrics</link>
		<comments>http://www.soccermetrics.net/soccermetrics-llc/aaron-nielsen-joins-soccermetrics#comments</comments>
		<pubDate>Tue, 02 Apr 2013 16:18:01 +0000</pubDate>
		<dc:creator>Howard Hamilton</dc:creator>
				<category><![CDATA[Soccermetrics LLC]]></category>

		<guid isPermaLink="false">http://www.soccermetrics.net/?p=1868</guid>
		<description><![CDATA[It gives me great pleasure to introduce Aaron Nielsen as a member of the Soccermetrics team.  But to be honest, does Aaron really need an introduction? If you follow Aaron&#8217;s blog or his tweets, you will be inundated by an avalanche of match statistics from over 70,000 players representing over 10,000 clubs in over 60 [...]]]></description>
				<content:encoded><![CDATA[<p>It gives me great pleasure to introduce Aaron Nielsen as a member of the Soccermetrics team.  But to be honest, does Aaron really need an introduction?<span id="more-1868"></span><img class="aligncenter size-medium wp-image-1869" alt="aaron_nielsen" src="http://www.soccermetrics.net/wp-content/uploads/2013/04/nielsen-300x300.jpg" width="300" height="300" /></p>
<p>If you follow <a href="http://enbsports.blogspot.com/">Aaron&#8217;s blog</a> or <a href="http://twitter.com/enbsports">his tweets</a>, you will be inundated by an avalanche of match statistics from over 70,000 players representing over 10,000 clubs in over 60 leagues around the world.  It is, quite simply, a sports statistical masterpiece.  Sports statistics is Aaron&#8217;s life, and he&#8217;s been working in this field for close to 20 years.  His <a href="https://docs.google.com/viewer?a=v&amp;pid=sites&amp;srcid=ZGVmYXVsdGRvbWFpbnxlbmJzcG9ydHN8Z3g6NmMxMzYzNmY4MTVjNTExMQ">20-year statistical almanac of the English Premier League</a> is an example of his work.</p>
<p>Aaron and I have formed a mutual admiration society over the past two years, and we have worked together on a few projects.  Now we&#8217;ll be more closely joined as we integrate his massive data sources into our analytics infrastructure.  We&#8217;ll also make use of his experience with the various segments of the football industry to develop and deliver analytics-related products, services, and content of value to prospective customers.</p>
<p>Please welcome Aaron to the Soccermetrics team!</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.soccermetrics.net%2Fsoccermetrics-llc%2Faaron-nielsen-joins-soccermetrics&amp;title=Introducing%20Aaron%20Nielsen" id="wpa2a_8"><img src="http://www.soccermetrics.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.soccermetrics.net/soccermetrics-llc/aaron-nielsen-joins-soccermetrics/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pythagorean observations at three-quarter mark of 2012-13 European season</title>
		<link>http://www.soccermetrics.net/team-performance/pythagorean-observations-3-4-mark-201213-european-season</link>
		<comments>http://www.soccermetrics.net/team-performance/pythagorean-observations-3-4-mark-201213-european-season#comments</comments>
		<pubDate>Thu, 28 Mar 2013 09:46:03 +0000</pubDate>
		<dc:creator>Howard Hamilton</dc:creator>
				<category><![CDATA[Soccer Pythagorean: Tables]]></category>
		<category><![CDATA[Team Performance]]></category>
		<category><![CDATA[2012-13 English Premier League]]></category>
		<category><![CDATA[2012-13 French Ligue 1]]></category>
		<category><![CDATA[2012-13 German Bundesliga]]></category>
		<category><![CDATA[2012-13 Italian Serie A]]></category>
		<category><![CDATA[2012-13 Spanish La Liga]]></category>
		<category><![CDATA[soccer Pythagorean]]></category>

		<guid isPermaLink="false">http://www.soccermetrics.net/?p=1858</guid>
		<description><![CDATA[With the international break over, it's a good time to look at the major European leagues to see who are over- and underperforming as we enter the final quarter of the season.]]></description>
				<content:encoded><![CDATA[<p>It&#8217;s the last international break of the 2012-13 European season, so it&#8217;s a good time to look at the major European leagues and observe which clubs have been over- or under-performing this season.</p>
<p>I don&#8217;t need to tell you that the Big Five European leagues are pretty much decided, and have been decided for a while.  English Premier League, Spanish Primera, and German 1.Bundesliga are dead, dead, dead.  Serie A and Ligue 1 are still alive, but Juventus have pulled away and PSG are starting to do the same.  There is one exception, though, and it&#8217;s outside the Big Five: the Dutch Eredivisie.  Make that two exceptions &#8212; Turkey&#8217;s Süper Lig is tightening up as well.</p>
<p>So what are we seeing in the Pythagorean records of the Big 5 leagues?  I think it can be distilled in a few observations:</p>
<ul>
<li><strong>England and Spain should be closer than they are.</strong>  If you look at the difference in expected points between <a href="http://resultspage.soccermetrics.net/competitions/102/seasons/1002/round/28/table/pythagorean#sthash.0iP5c8YK.dpbs">Barcelona</a> and <a href="http://resultspage.soccermetrics.net/competitions/100/seasons/1002/round/30/table/pythagorean#sthash.VVYF05oa.dpbs">Manchester United</a> and their closest challengers, only two or three points separate them from second place.  In fact, both sides are playing at 10 and 14 points, respectively, above their statistical expectations &#8212; numbers we have not seen in a league-winning side since FC Twente in 2010. Neither side&#8217;s defense has been outstanding by their own high standards; Manchester United has the third-best scoring defense in the Premier League while Barcelona ranks fourth.  The difference in United&#8217;s case is that a number of challengers aren&#8217;t playing at a high level this season, while Barcelona&#8217;s offensive exploits (and especially Lionel Messi&#8217;s) more than compensate for its defense.</li>
<li><strong>PSG are ahead in Ligue 1, pretty much as expected.</strong>  PSG have been a perennially underachieving side for several years but thanks to Qatari billions they have a serious chance of winning Ligue 1.  Their <a href="http://resultspage.soccermetrics.net/competitions/103/seasons/1002/round/29/table/pythagorean#sthash.nO9jhhhn.dpbs">-3 Pythagorean residual</a> is within the range of uncertainty of the Pythagorean expectation.</li>
<li><strong>Juventus and Bayern Munich are the truly dominant sides in domestic competition.</strong>  Not only are both sides leading by large margins (<a href="http://resultspage.soccermetrics.net/competitions/101/seasons/1002/round/29/table/pythagorean#sthash.3LlZ5wnI.dpbs">Juventus by nine points</a>, and <a href="http://resultspage.soccermetrics.net/competitions/104/seasons/1002/round/26/table/pythagorean#sthash.1gmL5vFM.dpbs">Bayern by 20</a>), their performances are also in line with their statistical expectations.  Their low Pythagorean residuals are the result of their defensive records; Bayern&#8217;s residual was 0 or +1 for much of the season thanks to their streak of clean sheets and high scoring.</li>
<li><strong>Eredivisie is a three-way race, but it shouldn&#8217;t be.</strong>  The Dutch top flight is going to be a fight between the Big Three teams (PSV, Ajax, Feyenoord) for the title, but if you&#8217;re going by goal statistics and expectations, <a href="http://resultspage.soccermetrics.net/competitions/105/seasons/1002/round/27/table/pythagorean#sthash.NnBtc2DD.dpbs">PSV should be well in front</a>.  They aren&#8217;t because of a significant difference in home and away performance and a strong performance by Feyenoord.</li>
<li><strong>Goal difference is a proxy for expected points.</strong>  The nice thing about the <a href="http://resultspage.soccermetrics.net">ResultsPage app</a> is that one can observe the relationship between goal difference and expected points quite easily.  In almost all cases, sorting on goal difference would yield a league table in the same order as the Pythagorean table.</li>
</ul>
<p>So who are the overachievers at this point of the season, on the basis of Pythagorean expectation?  In addition to Manchester United and Barcelona, I would include Marseille (+10), Feyenoord (+8), Stuttgart (+8*), Hamburg (+7), Olympiacos (+7), Lazio (+6), Getafe (+8), and Rayo Vallecano (+7).  The asterisk is attached to Stuttgart because their expected point total would put them in the relegation zone yet they are performing well enough to be safe.  The same applies to Bastia (+5) in Ligue 1.</p>
<p>Who are the biggest underachievers at this point of the season?  They would be Liverpool (-7), Saint-Étienne (-6), Troyes (-7), Eskişehirspor (-7), Mersin (-7*), AZ Alkmaar (-7), Roda JC (-5*), and Orduspor (-5*).  I attach the asterisks to Roda, Mersin and Orduspor because their expected point total would place them in a safe position yet because of their underperformance they are in the relegation zone.</p>
<p><strong>And of course, you can check all of this out yourself at <a href="http://resultspage.soccermetrics.net">ResultsPage, our league results and table application (and guinea pig)</a>.</strong></p>
<p><strong>CORRECTION</strong>: There was an error in the database in which the names of Sochaux and Saint-Étienne were swapped.  I&#8217;ve corrected the database and the text above.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.soccermetrics.net%2Fteam-performance%2Fpythagorean-observations-3-4-mark-201213-european-season&amp;title=Pythagorean%20observations%20at%20three-quarter%20mark%20of%202012-13%20European%20season" id="wpa2a_10"><img src="http://www.soccermetrics.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.soccermetrics.net/team-performance/pythagorean-observations-3-4-mark-201213-european-season/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Which path to success in MLS?</title>
		<link>http://www.soccermetrics.net/team-performance/recruitment-paths-mls-study</link>
		<comments>http://www.soccermetrics.net/team-performance/recruitment-paths-mls-study#comments</comments>
		<pubDate>Tue, 26 Mar 2013 08:40:18 +0000</pubDate>
		<dc:creator>Howard Hamilton</dc:creator>
				<category><![CDATA[Player Performance]]></category>
		<category><![CDATA[Team Performance]]></category>
		<category><![CDATA[Major League Soccer]]></category>

		<guid isPermaLink="false">http://www.soccermetrics.net/?p=1841</guid>
		<description><![CDATA[Major League Soccer has some characteristics that make it different from other professional soccer leagues around the world.  So which paths into the league have yielded the greatest success?  We look in the numbers of the last five seasons to find out.]]></description>
				<content:encoded><![CDATA[<p><em>[This post is based on a research paper that I wrote with <a href="http://enbsports.blogspot.com">Aaron Nielsen</a> and submitted to the MIT SSAC Research Paper competition.  It didn't advance to the final round but we hope that the results are of interest to the analytics community.  We'll continue refining this work throughout the year.]</em></p>
<p><strong>Exec Summary:</strong> We perform a cluster analysis to identify the collections of talent that have played in Major League Soccer over the last six seasons.  We find that salary and minutes played are related to player performance, college draftees suffer from a lack of both and take longer to reach parity with peers who enter the league through other channels.  College draftees can be and have been successful in MLS, but the uneasy feelings that many club executives have toward them are not entirely misplaced.</p>
<p>&#8212;-</p>
<p>Major League Soccer (MLS) is a unique sports league within the scope of North American major sports leagues. It exhibits practices that are common among other sports leagues on the continent:</p>
<ul>
<li>such as a single permanent division of franchised teams in the USA and Canada,</li>
<li>a salary cap with limited exceptions,</li>
<li>a playoff system,</li>
<li>and a draft allocation scheme.</li>
</ul>
<p>Unlike the other North American sports leagues, it is not the dominant domestic competition for its sport in the world, and unlike the NFL and MLB and to some extent the NBA and NHL, it must coexist within a global network of domestic soccer leagues. The domestic soccer leagues in Europe, and especially the leagues in the “Big Five” countries (England, Spain, Italy, Germany, and France), strongly influence finances, practices, and the culture of the professional game.</p>
<p>MLS also operates in a soccer culture that is unique to other soccer-playing countries in that the local game has been dominated in recent decades by youth and college soccer players drawn from the middle to upper-middle classes. These two factors present implications for talent recruitment in MLS.</p>
<p>Since the league&#8217;s founding, MLS officials have had an uneven relationship with the college soccer system.  To be sure, MLS has relied on the college system as a source of its base players and coaches, such as Clint Dempsey, Brian McBride, Bruce Arena, Sigi Schmid, and Bob Bradley. Yet many in the league have expressed dissatisfaction with the overall quality of the talent coming out of the college ranks and the restrictions imposed on player development by the NCAA. <a href="http://www.soccermetrics.net/conferences-and-symposia/2012-ssac-soccer-analytics-panel-as-it-happens">At the Soccer Analytics session at the 2012 MIT Sloan Sports Analytics Conference</a>, Seattle Sounders co-owner Drew Carey stated when discussing the use of data to predict player development, “I don&#8217;t think the college system is good enough for MLS.”</p>
<p>The objective of this work is to examine Carey&#8217;s assertion by asking the following: <em>what are the contributions of college draftees to Major League Soccer and how do they compare to their counterparts who are either free agents or participants in Generation adidas?</em>  We start by performing a cluster analysis of match, salary, and demographic data of the players between the 2007-2012 MLS seasons.  We use 2007 as a start date for two reasons: it was the first year that salary data was published on the MLS Players Union website, and it was also the first year of the Designated Player Rule. We add a variable that describes a player&#8217;s entry point into Major League Soccer:</p>
<table width="643" cellspacing="0" cellpadding="7">
<colgroup>
<col width="111" />
<col width="502" /> </colgroup>
<tbody>
<tr valign="TOP">
<td bgcolor="#ffffff" width="111"><b>Category</b></td>
<td bgcolor="#ffffff" width="502"><b>Description</b></td>
</tr>
<tr valign="TOP">
<td bgcolor="#ffffff" width="111">Draft</td>
<td bgcolor="#ffffff" width="502">Player enters league through college draft selection</td>
</tr>
<tr valign="TOP">
<td bgcolor="#ffffff" width="111">Foreign Free Agent</td>
<td bgcolor="#ffffff" width="502">Player enters league having played previously in domestic league outside North America</td>
</tr>
<tr valign="TOP">
<td bgcolor="#ffffff" width="111">Domestic Free Agent</td>
<td bgcolor="#ffffff" width="502">Player enters league having played in minor domestic leagues in North America, or not based in a domestic league outside North America</td>
</tr>
<tr valign="TOP">
<td bgcolor="#ffffff" width="111">Pre-2007</td>
<td bgcolor="#ffffff" width="502">Player has played in league prior to 2007 season when salary data become available</td>
</tr>
<tr valign="TOP">
<td bgcolor="#ffffff" width="111">Development</td>
<td bgcolor="#ffffff" width="502">Player enters league having been developed by team through Academy or Homegrown systems</td>
</tr>
<tr valign="TOP">
<td bgcolor="#ffffff" width="111">Generation adidas</td>
<td bgcolor="#ffffff" width="502">Player enters league via adidas-sponsored venture aimed at developing soccer talent by bypassing college soccer (formerly Project 40)</td>
</tr>
<tr valign="TOP">
<td bgcolor="#ffffff" width="111">Designated Player (DP)</td>
<td bgcolor="#ffffff" width="502">Player enters league under Designated Player Rule</td>
</tr>
</tbody>
</table>
<p>A total of 2628 salary records and 2451 statistical records from 1149 players are incorporated into the dataset.  As we&#8217;ve stated in previous posts that used MLS Players Union salary data, these data aren&#8217;t definitive because of discrepancies with official League data, or because of players being released before salary surveys were sent out.  Seventy-three (73) players have no salary data and are excluded from the dataset.  Also, players in the MLS Pool (not contracted to a specific team but available on-call in case of lack of eligible players) are excluded from the dataset.</p>
<p>For those who care about the analysis details, we apply a k-means clustering algorithm to the dataset using the R programming language.  You can find more specifics about the routine <a href="http://stat.ethz.ch/R-manual/R-devel/library/stats/html/kmeans.html">at this link</a>.</p>
<h2>Goalkeeper Analysis</h2>
<p>Ok, so now let&#8217;s get into the results. We identify five distinct groups among those goalkeepers who have played in MLS between 2007-2012, whose characteristics are presented in the table below.  The principal factors that differentiate the five groups are base salary, minutes played, matches played, and age.</p>
<table width="643" cellspacing="0" cellpadding="7">
<colgroup>
<col width="170" />
<col width="443" /> </colgroup>
<tbody>
<tr valign="TOP">
<td bgcolor="#ffffff" width="170"><b>Group Description</b></td>
<td bgcolor="#ffffff" width="443"><b>Average Characteristics</b></td>
</tr>
<tr valign="TOP">
<td bgcolor="#ffffff" width="170">Young draftees and free agents</td>
<td bgcolor="#ffffff" width="443">Base $40k, 25 y/o, 8 matches, 650 minutes, 2 shutouts, 10 GA (1.38 GA/90 mins)</td>
</tr>
<tr valign="TOP">
<td bgcolor="#ffffff" width="170">Majority domestic</td>
<td bgcolor="#ffffff" width="443">Base $70k, 28 y/o, 14 matches, 1250 minutes, 4 shutouts, 17 GA (1.22 GA/90 mins)</td>
</tr>
<tr valign="TOP">
<td bgcolor="#ffffff" width="170">Legacy (pre-2007), prime years</td>
<td bgcolor="#ffffff" width="443">Base $120k, 30 y/o, 23 matches, 2040 minutes, 7 shutouts, 30 GA (1.32 GA/90 mins)</td>
</tr>
<tr valign="TOP">
<td bgcolor="#ffffff" width="170">Legacy (pre-2007), older</td>
<td bgcolor="#ffffff" width="443">Base $175k, 34 y/o, 25 matches, 2240 minutes, 7 shutouts, 31 GA (1.24 GA/90 mins)</td>
</tr>
<tr valign="TOP">
<td bgcolor="#ffffff" width="170">Expensive, experienced, older</td>
<td bgcolor="#ffffff" width="443">Base $320k, 37 y/o, 28 matches, 2450 minutes, 8 shutouts, 27 GA (0.99 GA/90 mins)</td>
</tr>
</tbody>
</table>
<p>If we take a slice of the statistical data across ages, we see significant differences between the Draftee and Generation adidas cohorts.   Generation adidas pays each player a salary that is large enough to compensate for leaving college early or bypassing it altogether.  In general, goalkeepers who enter the league via Generation adidas are paid more, play more minutes, and record more shutouts than those who enter via the college draft.  (The spike in minutes played and shutouts at age 21 is the result of Ryan Meara&#8217;s performance for the NY Red Bulls during the 2012 season.)</p>
<div id="attachment_1847" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.soccermetrics.net/wp-content/uploads/2013/03/mls_gk_basesalary.png"><img class="size-medium wp-image-1847" alt="Averaged base salaries of the Draftee and Generation adidas cohorts at the goalkeeper position.  Data for MLS regular season, 2007-2012." src="http://www.soccermetrics.net/wp-content/uploads/2013/03/mls_gk_basesalary-300x176.png" width="300" height="176" /></a><p class="wp-caption-text">Averaged base salaries of the Draftee and Generation adidas cohorts at the goalkeeper position. Data for MLS regular season, 2007-2012.</p></div>
<div id="attachment_1848" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.soccermetrics.net/wp-content/uploads/2013/03/mls_gk_minutes.png"><img class="size-medium wp-image-1848" alt="Average minutes played of Draftee and Generation adidas cohorts at the goalkeeper position. Data from MLS regular season, 2007-2012." src="http://www.soccermetrics.net/wp-content/uploads/2013/03/mls_gk_minutes-300x176.png" width="300" height="176" /></a><p class="wp-caption-text">Average minutes played of Draftee and Generation adidas cohorts at the goalkeeper position. Data from MLS regular season, 2007-2012.</p></div>
<div id="attachment_1849" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.soccermetrics.net/wp-content/uploads/2013/03/mls_gk_shutouts.png"><img class="size-medium wp-image-1849" alt="Average shutouts of the Draftee and Generation adidas cohorts at the goalkeeper position.  Data from MLS regular season, 2007-2012." src="http://www.soccermetrics.net/wp-content/uploads/2013/03/mls_gk_shutouts-300x176.png" width="300" height="176" /></a><p class="wp-caption-text">Average shutouts of the Draftee and Generation adidas cohorts at the goalkeeper position. Data from MLS regular season, 2007-2012.</p></div>
<h2>Field Player Analysis</h2>
<p>We also identify five distinct groups among the field position players who have played in MLS between 2007-2012, whose characteristics are presented in the table below.  The principal factors that differentiate the five groups are base salary, minutes played, matches played, and goals scored.</p>
<table width="643" cellspacing="0" cellpadding="7">
<colgroup>
<col width="182" />
<col width="431" /> </colgroup>
<tbody>
<tr valign="TOP">
<td bgcolor="#ffffff" width="182"><b>Group Description</b></td>
<td bgcolor="#ffffff" width="431"><b>Average Characteristics</b></td>
</tr>
<tr valign="TOP">
<td bgcolor="#ffffff" width="182">Draftees, low price players</td>
<td bgcolor="#ffffff" width="431">Base $65k, 25 y/o, 17 matches, 1130 minutes, 1 goal, 0.9 assists, 5 shots, 15 fouls</td>
</tr>
<tr valign="TOP">
<td bgcolor="#ffffff" width="182">Legacy (pre-2007) and Foreign free agents</td>
<td bgcolor="#ffffff" width="431">Base $225k, 30 y/o, 22 matches, 1740 minutes, 3 goals, 2 assists, 11 shots, 23 fouls</td>
</tr>
<tr valign="TOP">
<td bgcolor="#ffffff" width="182">Low-priced DPs, elite domestic players</td>
<td bgcolor="#ffffff" width="431">Base $1.1M, 31 y/o, 21 matches, 1690 minutes, 7 goals, 3 assists, 22 shots, 20 fouls</td>
</tr>
<tr valign="TOP">
<td bgcolor="#ffffff" width="182">Elite players, mid price DPs</td>
<td bgcolor="#ffffff" width="431">Base $2.5M, 32 y/o, 21 matches, 1705 minutes, 6 goals, 5 assists, 17 shots, 22 fouls</td>
</tr>
<tr valign="TOP">
<td bgcolor="#ffffff" width="182">Expensive/high profile DPs, former European stars</td>
<td bgcolor="#ffffff" width="431">Base $5.2M, 33 y/o, 16 matches, 1340 minutes, 4 goals, 5 assists, 12 shots, 15 fouls</td>
</tr>
</tbody>
</table>
<p>The main difference between the Draftee cohort and the Legacy/Foreign Free Agent group is the lack of match experience as expressed by minutes played, matches played, and age.  There is less of a difference in match experience between the Legacy/Foreign cohort and the elite groups, but significant differences in output.  Another interpretation of the cluster analysis is that MLS has a multiple pay band for its Designated Players &#8212; lowest band for players from the mid-level European leagues, middle band for the highest-paid Designated Players who don&#8217;t have broad commercial appeal, and the highest band for those DPs who were last playing for major European clubs.</p>
<p>When we take a slice of statistical data across ages, we see that once again there are significant differences in pay levels between the Draftee cohort and either Foreign Free Agents or Generation adidas players.  The first figure below compares the minutes played between Draftees and Foreign Free Agents, and the main feature of the graph is the difference in minutes played between ages 21 and 24.  (The huge spike at age 19 in the Draftee plot is because of Joao Plata&#8217;s season in 2011.)  It&#8217;s possible that this gap in minutes played accounts for the lag in goals scored and shots produced by members of the Draftee group between these ages, but that gets into the whole causation-vs-correlation issue.</p>
<div id="attachment_1854" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.soccermetrics.net/wp-content/uploads/2013/03/mls_fp_minutes.png"><img class="size-medium wp-image-1854" alt="Average minutes played of the Draftee and Foreign Free Agent cohorts for all field players. Data from MLS regular season, 2007-2012." src="http://www.soccermetrics.net/wp-content/uploads/2013/03/mls_fp_minutes-300x176.png" width="300" height="176" /></a><p class="wp-caption-text">Average minutes played of the Draftee and Foreign Free Agent cohorts for all field players. Data from MLS regular season, 2007-2012.</p></div>
<div id="attachment_1852" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.soccermetrics.net/wp-content/uploads/2013/03/mls_fp_basesalary.png"><img class="size-medium wp-image-1852" alt="Average minutes played for the Draftee and Foreign Free Agent cohorts for all field players. Data from MLS regular season, 2007-2012." src="http://www.soccermetrics.net/wp-content/uploads/2013/03/mls_fp_basesalary-300x176.png" width="300" height="176" /></a><p class="wp-caption-text">Average base salary for the Draftee and Foreign Free Agent cohorts for all field players. Data from MLS regular season, 2007-2012.</p></div>
<p>Draftee players are able to reach parity in minutes played by age 24 or 25, but the gap in on-field performance takes longer to close, and in the case of goals, it appears that it does not close.</p>
<div id="attachment_1855" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.soccermetrics.net/wp-content/uploads/2013/03/mls_fp_shots.png"><img class="size-medium wp-image-1855" alt="Average shots of Draftee and Foreign Free Agent cohorts for all field players. Data from MLS regular season, 2007-2012." src="http://www.soccermetrics.net/wp-content/uploads/2013/03/mls_fp_shots-300x176.png" width="300" height="176" /></a><p class="wp-caption-text">Average shots of Draftee and Foreign Free Agent cohorts for all field players. Data from MLS regular season, 2007-2012.</p></div>
<div id="attachment_1853" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.soccermetrics.net/wp-content/uploads/2013/03/mls_fp_goals.png"><img class="size-medium wp-image-1853" alt="Average goals of the Draftee and Foreign Free Agent cohorts for all field players. Data from MLS regular season, 2007-2012." src="http://www.soccermetrics.net/wp-content/uploads/2013/03/mls_fp_goals-300x176.png" width="300" height="176" /></a><p class="wp-caption-text">Average goals of the Draftee and Foreign Free Agent cohorts for all field players. Data from MLS regular season, 2007-2012.</p></div>
<h2>Concluding Remarks</h2>
<p>There are so many caveats that you can throw at this kind of analysis, and to be honest there is so much more to be done in terms of longitudinal studies of player performance.  We&#8217;ve gone through a generation and a half since data tracking became more widely used in football, so we are still crawling along before we can walk, run, and fly.</p>
<p>It does appear that there is a gap in expectations (proxied by base salary and minutes played) and performance of players who enter MLS via the college draft and those who enter it via other channels.  That gap persists over a long term and in some cases it&#8217;s never closed.  Now, there are players who have entered the MLS through the college draft and became elite players, but most of those players went on to play overseas within 3-4 seasons.  So there is almost certainly a selection bias present in these results.</p>
<p>So to return to Drew Carey&#8217;s assertion about college players and MLS, there does exist a gap in performance, but there are so many explanations for it that a more complete analysis of player performance over a career is necessary.</p>
<p><em>[Special thanks to Aaron for providing access to his huge soccer database, and thanks to the members of our Data Intelligence team -- Ryan Sonnet, Khaldoon Abu-Hakmeh, Pavel Nekrasov, Billy Marsden, Duane Rollins, Paul Foster, and Tuuwala Lok -- for sourcing and verifying bio/demographic data on the players.]</em></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.soccermetrics.net%2Fteam-performance%2Frecruitment-paths-mls-study&amp;title=Which%20path%20to%20success%20in%20MLS%3F" id="wpa2a_12"><img src="http://www.soccermetrics.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.soccermetrics.net/team-performance/recruitment-paths-mls-study/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>2013 SSAC Review: The rest of the experience</title>
		<link>http://www.soccermetrics.net/conferences-and-symposia/2013-ssac-review-the-rest-of-the-experience</link>
		<comments>http://www.soccermetrics.net/conferences-and-symposia/2013-ssac-review-the-rest-of-the-experience#comments</comments>
		<pubDate>Fri, 08 Mar 2013 07:13:59 +0000</pubDate>
		<dc:creator>Howard Hamilton</dc:creator>
				<category><![CDATA[Conferences and Symposia]]></category>
		<category><![CDATA[2013 MIT Sloan Sports Analytics Conference]]></category>

		<guid isPermaLink="false">http://www.soccermetrics.net/?p=1827</guid>
		<description><![CDATA[In the second of the two-part series, I give my thoughts on the rest of my experience at the 2013 SSAC.]]></description>
				<content:encoded><![CDATA[<p>There is a lot going on at and around the MIT Sloan Sports Analytics Conference &#8212; sessions, demos, launches, and of course, parties.  Lots of parties.  I went to the Soccer Analytics gathering at McGreevy&#8217;s in downtown Boston last Thursday night and spent a wonderful evening talking shop with people working in the field or enthusiasts about the field:</p>
<div id="attachment_1829" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-1829" alt="Rudd_Ramineni_2013SA_Meet" src="http://www.soccermetrics.net/wp-content/uploads/2013/03/IMG_8440-300x225.jpg" width="300" height="225" /><p class="wp-caption-text">Sarah Rudd (OnFooty/StatDNA), without whom this meetup wouldn&#8217;t have been possible.</p></div>
<div id="attachment_1831" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-1831" alt="Part of the crowd at the Sports Analytics meetup." src="http://www.soccermetrics.net/wp-content/uploads/2013/03/IMG_8442-300x225.jpg" width="300" height="225" /><p class="wp-caption-text">Part of the crowd at the Sports Analytics meetup.</p></div>
<p>I&#8217;d like to be able to make interesting remarks about the sport analytics panels at the Conference, but to be honest, I can&#8217;t because I spent much of the conference in the corridors meeting people.  If you&#8217;re looking for those insights, there are plenty of places to go such as <a href="http://mitchlasky.biz/2013-mit-sloan-sports-analytics-conference/">Mitch Lasky</a>, <a href="http://www.sloansportsconference.com/?p=11195">Zach Slaton</a>, <a href="http://nbcsports.msnbc.com/id/51065079/">Joe Posnanski</a>, and ESPN Daily Dime (<a href="http://espn.go.com/nba/dailydime/_/page/dime-130301/daily-dime">Day 1</a> and <a href="http://espn.go.com/nba/dailydime/_/page/dime-130302/daily-dime">Day 2</a>).  If you want an idea of how the SSAC has transformed from a lightly-organized affair to a slick, almost corporate production, you must read <a href="http://espn.go.com/blog/truehoop/post/_/id/55322/is-mit-sloan-now-the-majority-party">Kevin Arnovitz&#8217;s piece</a> at TrueHoop.</p>
<p>The sessions that I did got out of my way to attend were the Research Paper finalists and the Evolution of Sport presentations.  It&#8217;s not too surprising that I would attend the Research Paper presentations given my analytical background, but there were some EOS talks that were interesting and not as far-fetched as I originally thought.</p>
<p>Nevertheless, my priority was to roam the halls, talk to select exhibitors, and have meetings (scheduled or impromptu) with colleagues and prospects.  The greatest value of these conferences is the serendipity, those chance meetings with people that will change your life.  It was true for me last year as I ended up meeting a future advisor and an investor.  This year I reconnected with a former graduate school colleague who is now a professor, had an extended conversation with one of my recent hires, and got invited to a sponsor&#8217;s party.  So it&#8217;s very frustrating that the SSAC has made it so difficult to make those serendipitous moments possible.</p>
<p>What do I mean?  Here is a photo of my nametag from the Sloan conference, taken from 18 inches away:</p>
<div id="attachment_1833" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-1833" alt="My Sloan conference nametag" src="http://www.soccermetrics.net/wp-content/uploads/2013/03/IMG_8454-300x225.jpg" width="300" height="225" /><p class="wp-caption-text">My Sloan conference nametag</p></div>
<p>And here is my nametag from Startup Riot, an entrepreneur-oriented conference in Atlanta that I attended the week before:</p>
<p>&nbsp;</p>
<div id="attachment_1834" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-1834" alt="My nametag at Startup Riot" src="http://www.soccermetrics.net/wp-content/uploads/2013/03/IMG_8455-300x225.jpg" width="300" height="225" /><p class="wp-caption-text">My nametag at Startup Riot</p></div>
<p>Which nametag can you see from a foot away?  Which one doesn&#8217;t require you to have either 20/10 vision or lean forward into someone else&#8217;s space?  And would you feel comfortable doing the latter in order to identify some famous person who you&#8217;ve wanted to introduce yourself to?</p>
<p>There were a number of people at the conference who I had only known via LinkedIn or Twitter and wanted to meet in person, but never did because that chance meeting in the halls never happened.  And it was even less likely to happen if you had to be within six inches of a person&#8217;s chest to identify him (or her, but you&#8217;d never make it that far without getting slapped).</p>
<p>This gets into another complaint about the conference: the attendee list wasn&#8217;t made available until I checked-in at the conference.  As a result there were people who I wanted to meet who I couldn&#8217;t contact at the conference and could only hope to meet by chance (which is more difficult with the nametags on display).  Other conferences, such as the Leaders Sports Summit, not only makes the attendees list available to registered attendees, they also facilitate introductions between interested parties.  The SSAC is becoming more of a sports business conference, so why can&#8217;t they make it easier to people to do business?</p>
<p>At the end of every conference, I take a step back and ask myself if the conference is worth my time and money to attend, in terms of technical knowledge gained, contacts made, ideas generated, or sales made.  I was starting to have doubts about the SSAC over the last two years as the price to attend continued to climb, but I still conclude that I need to be at this conference.  The opportunities for cross-pollination are much greater here than at any sports conference, and even though the SSAC is becoming less &#8220;geeky&#8221;, the level of analytics discourse is higher there than at any other sports conference of its size.  (NESSIS and NCSSORS are very technical, but only 50-80 people attend them.)  It is still value for my money, and I hope to attend and participate as long as I can.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.soccermetrics.net%2Fconferences-and-symposia%2F2013-ssac-review-the-rest-of-the-experience&amp;title=2013%20SSAC%20Review%3A%20The%20rest%20of%20the%20experience" id="wpa2a_14"><img src="http://www.soccermetrics.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.soccermetrics.net/conferences-and-symposia/2013-ssac-review-the-rest-of-the-experience/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2013 SSAC Review: The Soccer Analytics panel</title>
		<link>http://www.soccermetrics.net/conferences-and-symposia/2013-ssac-review-soccer-analytics-panel</link>
		<comments>http://www.soccermetrics.net/conferences-and-symposia/2013-ssac-review-soccer-analytics-panel#comments</comments>
		<pubDate>Thu, 07 Mar 2013 22:50:18 +0000</pubDate>
		<dc:creator>Howard Hamilton</dc:creator>
				<category><![CDATA[Conferences and Symposia]]></category>
		<category><![CDATA[2013 MIT Sloan Sports Analytics Conference]]></category>
		<category><![CDATA[Soccer Analytics]]></category>

		<guid isPermaLink="false">http://www.soccermetrics.net/?p=1819</guid>
		<description><![CDATA[In the first of a two-part series, I revisit the Soccer Analytics forum at this year's MIT Sloan Sports Analytics Conference.]]></description>
				<content:encoded><![CDATA[<p>This weekend I returned to the MIT Sloan Sports Analytics Conference, a &#8220;must-appear&#8221; event for the sports analytics community, and an increasingly influential event in the sports business world.  This year was the third edition of the Soccer Analytics panel, and for the first time, a member of the analytics blogosphere was on stage.</p>
<div id="attachment_1821" class="wp-caption aligncenter" style="width: 500px"><img class="size-full wp-image-1821" alt="2013 SSAC Soccer Analytics panel" src="http://www.soccermetrics.net/wp-content/uploads/2013/03/IMG_8451.jpg" width="490" height="367" /><p class="wp-caption-text">Soccer Analytics panel at 2013 MIT Sloan Sports Analytics Conference. Panelists (L-R): Albert Larcada, Chris Anderson, Blake Wooster, Jeff Agoos. Moderator (far R): Marc Stein.</p></div>
<p>Returning to moderate the panel was Marc Stein of ESPN, and joining him were Albert Larcada (ESPN), Jeff Agoos (MLS), Blake Wooster (Prozone Sports), and Chris Anderson (<a href="http://www.soccerbythenumbers.com">Soccer by the Numbers</a> and Anderson/Sally).</p>
<p>Marc ran the session as a continuation of last year&#8217;s panel, so he focused on two issues: what is next in soccer analytics, and how will analytics be used throughout the soccer industry.  The intent was good, but it limited the scope of the panel discussions.</p>
<p>Albert and Jeff could talk about how data are used by a media company and a professional sports league office, but Prozone isn&#8217;t going to talk about ongoing or future projects at such a forum and even if a sports betting consultancy were on the panel, they wouldn&#8217;t talk much about their use of analytics, either.  This left much of the task to Chris who, as someone independent of the rest of the industry, could give a detached perspective on the state of analytics.  His comments made it clear that there&#8217;s still a lot of the present in soccer analytics that needs to be matured before we talk about what&#8217;s next.</p>
<p>In Chris&#8217; opening comments, he pointed out that football analytics descends from work done in notational analysis by Charles Reep in 1950 and the work that he performed for a number of title-winning teams after that. (I recommend reading <a href="http://www.tandfonline.com/doi/abs/10.1080/026404102320675684">this account </a>of Reep&#8217;s life in the 2002 Journal of Sports Sciences; even if you read only the first page it provides a good picture of Reep&#8217;s remarkable work.)  There is also the work of <a href="http://www3.cardiffmet.ac.uk/english/sport/about/staff/visiting/pages/mhughes.aspx">Mike Hughes</a> (who influenced, among others, Gavin Fleig and Blake Wooster) and the great Dynamo Kiev/Ukraine manager <a href="http://www.guardian.co.uk/football/blog/2011/may/12/valeriy-lobanovskyi-dynamo-kyiv">Valeriy Lobanovsky</a>.</p>
<p>What has happened, Chris said, is less of a revolution than it is an evolution, and that&#8217;s right, although the generational cycles have shortened thanks to technology.  As a byproduct of technology, data are becoming less expensive and more of a commodity, while a community of armchair (or is it desktop?) analysts has formed outside the realm of the football clubs.  So data are more available than ever before, and more people are comfortable talking about data in sport than ever before.</p>
<div id="attachment_1824" class="wp-caption aligncenter" style="width: 500px"><img class="size-full wp-image-1824" alt="Albert Larcada and Chris Anderson" src="http://www.soccermetrics.net/wp-content/uploads/2013/03/IMG_8452.jpg" width="490" height="367" /><p class="wp-caption-text">Albert Larcada (L) and Chris Anderson (R) at 2013 MIT Sloan Sports Analytics Conference</p></div>
<p>So if data have a higher profile than ever before, what is keeping them from being used more extensively by football clubs?  The panelists addressed this issue from various directions during the session &#8212; cultural resistance, contextual challenges, inherent noise in match inference and prediction, and short-termism.  It&#8217;s possible that cultural resistance will weaken as a generation of players, executives, and supporters grow up in an era where data are more accepted, and context might be captured better as sensing technology gets cheaper and more pervasive.  But the structure of the game creates a ceiling on the level of precision to which we can analyze players and teams, and the short-term mentality of professional clubs (partly, but not entirely, a product of promotion/relegation rules) limits their capacity to embrace innovation.</p>
<p>If there is a place where data are being used, it is in the media organizations, and Albert spoke at length about the data visualizations that are shown on ESPN SportsCenter.  He showed a couple of examples of maps that compared playing tendencies of Lionel Messi and Cristiano Ronaldo and illustrated ESPN&#8217;s priorities on analytics: that they be self-contained, communicate the story succinctly, and be accessible to on-air talent.  One sentence of his stuck with me: <em>we</em> &#8212; the soccer analytics community &#8212; <em>are not the primary SportsCenter audience</em>.  And because we are not the primary audience, understanding for the broader public is critical.  It doesn&#8217;t mean that we can&#8217;t develop better match predictors or game models or stuff like that.  But until those can be explained in a way that the broader public can understand what is being communicated, those analytics are not ready for public consumption.</p>
<p>I left the ballroom observing that while soccer analytics has grown tremendously since 2010, there remain significant and unique challenges. Unlike baseball and basketball, <a href="http://mitchlasky.biz/2013-mit-sloan-sports-analytics-conference/">whose analysts developed much of their work outside the game and with public data</a>, working with proprietary data is the only way an analyst can do any meaningful work in soccer.  The only way one can work with proprietary football data is through the sports data companies or a professional football club.  And would a club be willing to pay for an analyst to deliver insight on match strategy and player performance and present said insight at public conferences?  The question almost answers itself.</p>
<p>We still have a very long way to go.  And if the early work on analytics is any indication, the window of opportunity and receptivity in the professional football world doesn&#8217;t stay over indefinitely.</p>
<p><strong>UPDATE</strong>: For a bracing example of the limited window of opportunity, read <a href="http://mitchlasky.biz/soccer-analytics-at-ssac-and-beyond/">Mitch Lasky&#8217;s review of the Soccer Analytics panel</a>.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.soccermetrics.net%2Fconferences-and-symposia%2F2013-ssac-review-soccer-analytics-panel&amp;title=2013%20SSAC%20Review%3A%20The%20Soccer%20Analytics%20panel" id="wpa2a_16"><img src="http://www.soccermetrics.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.soccermetrics.net/conferences-and-symposia/2013-ssac-review-soccer-analytics-panel/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An approximate transcript of the SSAC 2013 Soccer Analytics panel</title>
		<link>http://www.soccermetrics.net/conferences-and-symposia/an-approximate-transcript-of-the-ssac-2013-soccer-analytics-panel</link>
		<comments>http://www.soccermetrics.net/conferences-and-symposia/an-approximate-transcript-of-the-ssac-2013-soccer-analytics-panel#comments</comments>
		<pubDate>Sun, 03 Mar 2013 04:52:32 +0000</pubDate>
		<dc:creator>Howard Hamilton</dc:creator>
				<category><![CDATA[Conferences and Symposia]]></category>

		<guid isPermaLink="false">http://www.soccermetrics.net/?p=1817</guid>
		<description><![CDATA[As most of you found out this afternoon, I wasn&#8217;t able to liveblog the Soccer Analytics panel on the site because of connectivity issues in the main venue.  I did take notes of the discussions in the Soccer Analytics panel and I&#8217;m reproducing them here. I warn you that while I tried to capture what [...]]]></description>
				<content:encoded><![CDATA[<p>As most of you found out this afternoon, I wasn&#8217;t able to liveblog the Soccer Analytics panel on the site because of connectivity issues in the main venue.  I did take notes of the discussions in the Soccer Analytics panel and I&#8217;m reproducing them here.<span id="more-1817"></span></p>
<p>I warn you that while I tried to capture what the panelists were saying, these are paraphrases and not guaranteed to be 100% accurate. At any rate, here we go:</p>
<p>Panelists:</p>
<ul>
<li>Albert Larcada (ESPN)</li>
<li>Chris Anderson (Soccer by the Numbers)</li>
<li>Blake Wooster (Prozone)</li>
<li>Jeff Agoos (MLS)</li>
</ul>
<p>&nbsp;</p>
<p>discussion topics:</p>
<ul>
<li>what are next steps?</li>
<li>how can data be used throughout industry?</li>
</ul>
<p>* what&#8217;s next step?<br />
(Chris) where have we been?  misnomer to describe this as &#8220;revolution&#8221; &#8212; more an &#8220;evolution&#8221;<br />
soccer has more history in analytics than people think<br />
Reep&#8217;s coding system goes back to 1950 (notation system &#8212; all events in pitch),  worked with teams in 1950s-1980s</p>
<p>biggest advancement in analytics: cost of data going down, accessibility increasing<br />
gives MCFC Analytics as example</p>
<p>more people writing about it in soccer analytics blogosphere<br />
clubs work hasn&#8217;t moved the needle</p>
<p>* why are clubs not keeping pace?<br />
(Blake) cultural challenge exists, persists<br />
regulation driving more interest in due diligence, data usage<br />
generational shift as well<br />
Mike Hughes notational analysis &#8211;&gt; Blake, Gavin Fleig<br />
mentions generations &#8211;<br />
X: access to technology<br />
Y: making things faster, better<br />
Z: generate insight, making things easier</p>
<p>(Albert) more data available &#8212; more data you must visualize<br />
huge on media side &#8212; focus on telling stories</p>
<p>(Jeff) more data isn&#8217;t always better, ref Silver&#8217;s book (The Signal and The Noise)<br />
owners see it as expense or investment</p>
<p>* are analytics more valuable in MLS?<br />
(Jeff) to a point, but there&#8217;s cost-benefit equation to consider</p>
<p>(Albert) real-time shot charts, heat maps (Trumedia)<br />
some heat maps actually used on SportsCenter (Messi vs Ronaldo)<br />
shows video</p>
<p>(Jeff) challenge is capturing context<br />
(Blake) diff b/t what&#8217;s important, and what&#8217;s interesting<br />
(Albert) important to remember that SportsCenter audience =/= audience in room<br />
telling the story<br />
(Chris) technology used to communicate story very important<br />
have moved quickly from zero data &#8211;&gt; drowning in data</p>
<p>talking about Mourinho&#8217;s use of data<br />
(Blake) discussing about Mourinho&#8217;s match preparation through data<br />
no-stat all-stars more common in soccer than you think<br />
&#8220;most important things are the hardest to measure&#8221;</p>
<p>(Albert) is there a player in Europe who is like Shane Battier?<br />
(Blake) IQ &#8212; EQ &#8212; CQ (contextual intelligence)</p>
<p>(to Jeff) Do you wish you had more access to data ten yrs ago?<br />
(Jeff) absolutely &#8212; new players growing up in culture where data is accepted<br />
more tools, visualization critical</p>
<p>* does soccer world lag behind bball on analytics?<br />
(Chris) fair point &#8212; &#8220;going 0 to 100 in data is scary to lots of clubs&#8221;<br />
hard to remember that we&#8217;re not dealing with North American sports<br />
- winners don&#8217;t feel need to innovate<br />
- relegation battlers too risk averse<br />
- middle runners feel they should finish in top 6 anyway</p>
<p>(Blake) short-termism rampant<br />
manager lifespans extremely short<br />
75% of managers will coach maximum of 75 matches</p>
<p>(Jeff) management decision &#8212; captive to short-term concerns</p>
<p>half of league have invested in analysis / BI teams<br />
advance scouting, sports science, academy</p>
<p>(Albert) what is analytics? is it video? data viz? stats/CS?<br />
use of analytics is very gray</p>
<p>(Chris) proving the ROI is very hard<br />
element of trust hugely important<br />
element of randomness is HUGE in soccer</p>
<p>(Blake) we need success stories more than anything else</p>
<p>(Chris) we&#8217;re now on Liverpool 2.0 now<br />
big announcement at beginning of LFC 1.0 not productive long-term</p>
<p>(Albert) nature of game not designed for analysis, lots of noise<br />
baseball &#8220;is a PhD&#8217;s dream&#8221; (me: not sure I agree)</p>
<p>(Blake) mentions case of Michu (one who got away) &#8212; Type II error<br />
15 goals in Spain, very low transfer fee for Swansea, missed by six scouts</p>
<p>(Jeff) coaches are doing measurements all the time, just in a different way</p>
<p>(Chris) let&#8217;s not pile on coaches<br />
dealing with lots of tasks, limited resources<br />
lots of fads in the industry<br />
just b/c we think it&#8217;s demonstrably useful doesn&#8217;t mean it will be</p>
<p>(Blake) challenge and opportunity<br />
if coach doesn&#8217;t get it, it&#8217;s our fault for not communicating it</p>
<p>(Chris) we pretend that coaches know how to win football games<br />
not clear that soccer analytics knows what wins games<br />
what is theory of what produces wins in football?<br />
clubs: intuitive non-verbal theory</p>
<p>* what are new metrics that should fans be more familiar with to help game-watching experience?<br />
(Albert) timely stats, fans get info when they want it<br />
(Chris) best player debate not all that interesting<br />
favorite metrics are ones hardest to measure &#8211;&gt; defensive metrics<br />
prefers team performance<br />
(Blake) game intelligence<br />
(Albert) certain skillset required<br />
(Chris) difference between prediction and explanation<br />
prediction: interest from bettors, media<br />
explanation: interest from clubs<br />
(Jeff) for MLS, how do we compare ourselves to other leagues<br />
measure everything &#8211;&gt; indices of match performance<br />
(Chris) soccer&#8217;s unique in terms of &#8220;right way&#8221; to play<br />
what does it mean to be an attractive league?<br />
(Jeff) attractive vs compelling</p>
<p>* Bundesliga and MLS have bought data and made available to clubs. Premier League hasn&#8217;t.  Why?<br />
(Blake) used to be resistance in PL, less so now<br />
do same in Qatar, Poland, etc<br />
more cost effective to make central investment<br />
common language</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.soccermetrics.net%2Fconferences-and-symposia%2Fan-approximate-transcript-of-the-ssac-2013-soccer-analytics-panel&amp;title=An%20approximate%20transcript%20of%20the%20SSAC%202013%20Soccer%20Analytics%20panel" id="wpa2a_20"><img src="http://www.soccermetrics.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.soccermetrics.net/conferences-and-symposia/an-approximate-transcript-of-the-ssac-2013-soccer-analytics-panel/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Soccer Analytics panel as it happens</title>
		<link>http://www.soccermetrics.net/conferences-and-symposia/soccer-analytics-panel-as-it-happens</link>
		<comments>http://www.soccermetrics.net/conferences-and-symposia/soccer-analytics-panel-as-it-happens#comments</comments>
		<pubDate>Sat, 02 Mar 2013 18:47:09 +0000</pubDate>
		<dc:creator>Howard Hamilton</dc:creator>
				<category><![CDATA[Conferences and Symposia]]></category>

		<guid isPermaLink="false">http://www.soccermetrics.net/?p=1815</guid>
		<description><![CDATA[For what it&#8217;s worth, I finally got online and the Soccer Analytics panel is three-quarters gone. I am adding the summary later, but I&#8217;ll liveblog the remainder, for what it&#8217;s worth.]]></description>
				<content:encoded><![CDATA[<p>For what it&#8217;s worth, I finally got online and the Soccer Analytics panel is three-quarters gone.</p>
<p>I am adding the summary later, but I&#8217;ll liveblog the remainder, for what it&#8217;s worth.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.soccermetrics.net%2Fconferences-and-symposia%2Fsoccer-analytics-panel-as-it-happens&amp;title=Soccer%20Analytics%20panel%20as%20it%20happens" id="wpa2a_24"><img src="http://www.soccermetrics.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.soccermetrics.net/conferences-and-symposia/soccer-analytics-panel-as-it-happens/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2013 SSAC Preview: A look at the Soccer Analytics panel</title>
		<link>http://www.soccermetrics.net/conferences-and-symposia/2013-ssac-preview-soccer-analytics-panel</link>
		<comments>http://www.soccermetrics.net/conferences-and-symposia/2013-ssac-preview-soccer-analytics-panel#comments</comments>
		<pubDate>Mon, 25 Feb 2013 11:58:40 +0000</pubDate>
		<dc:creator>Howard Hamilton</dc:creator>
				<category><![CDATA[Conferences and Symposia]]></category>

		<guid isPermaLink="false">http://www.soccermetrics.net/?p=1807</guid>
		<description><![CDATA[In the last post of the multi-part preview of the 2013 MIT SSAC, I look at the panel for the Soccer Analytics forum.]]></description>
				<content:encoded><![CDATA[<p>This post is the third and final preview article of the 2013 MIT Sloan Sports Analytics Conference from a soccer perspective.  In this post I will discuss the Soccer Analytics panel.</p>
<p>The panel has come a long way from its first appearance in 2010, when it was called the Emerging Analytics panel and combined panelists from American football and the English Premier League.  Even so, it was a packed session as people staked out seats two hours before the actual session took place.</p>
<p>In 2011, American football and soccer were given separate sessions, each very well-attended and comprised of a combination of professional club, data supplier, and independent analytics talent.  In 2012 there was more of a 50/50 split between American and British participants on the panel, which reflects the two major markets for statistical analysis in sport.  <a href="http://www.soccermetrics.net/conferences-and-symposia/2012-ssac-review-the-soccer-analytics-panel">I was pleasantly surprised by last year&#8217;s session</a>, especially by Drew Carey&#8217;s contributions to the discussion, but nevertheless I left thinking that there remains a very long road for analytics in soccer to travel.</p>
<p>Last year I made the following complaint about the Soccer Analytics panel:</p>
<blockquote><p>The one charge that could be made against the Soccer Analytics panel is that there are no representatives of the upstream elements of the analytics value chain.  There is no one from a sports data company, nor anyone from a soccer analytics company or blog.  Why isn’t there someone up there like Blake Wooster of Prozone or John Coulson of Opta, or analysts like Chris Anderson, Sarah Rudd, or me?</p></blockquote>
<p>Sadly, I won&#8217;t be participating in this year&#8217;s panel, but the Soccer Analytics panel will be sponsored by Prozone.  The panelists represents a wider range of the analytics value chain than ever before &#8212; Blake Wooster returns to the panel representing Prozone, Albert Larcada (ESPN) and Jeff Agoos (MLS) represent the users of data in the media and the professional game, and for the first time a member of the soccer analytics blogosphere joins the panel in Chris Anderson (Soccer by the Numbers).  I&#8217;m very pleased to say that I&#8217;ve gotten to know all of the panelists personally and professionally, and with the exception of Albert, I&#8217;ve heard all of the presenters speak about soccer analytics in various forums.</p>
<p>The objective of this year&#8217;s panel is to build on the guided questions from last year, inquiring about the strategies and tools used to inform decisions from the playing field to the front office.  Here are last year&#8217;s questions:</p>
<ul>
<li>What role can analytics play in the world’s favorite sport?</li>
<li>How can analytics be used to field the best team formation?</li>
<li>How can analytics help clubs find players that would suit them best?</li>
<li>What are the challenges that face soccer clubs in adopting analytics and how can they be addressed?</li>
</ul>
<p>Even though there is no representative from a professional club, Blake and Chris have worked with a number of clubs so they might be able to share some insight on how clubs use data and the current lessons learned.  Chris is writing a book with his business partner David Sally on soccer analytics, so perhaps he will be able to share some highlights from it.  Jeff comes from the perspective of a league organization that is focused more on the business of sport, but player acquisition is a key element of MLS so perhaps he will speak to that.  Albert might talk about the Soccer Power Index and the internal simulations conducted by ESPN Stats and Information, but I&#8217;ve learned from last year to keep an open mind.  In a way, it&#8217;s too bad that neither Gavin Fleig nor an Opta representative will be on the panel because I&#8217;m almost certain that MCFC Analytics will be a topic for discussion.  And if it&#8217;s not, it should be.</p>
<p>I look forward to a very thought-provoking Soccer Analytics panel on Saturday.</p>
<p>&nbsp;</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.soccermetrics.net%2Fconferences-and-symposia%2F2013-ssac-preview-soccer-analytics-panel&amp;title=2013%20SSAC%20Preview%3A%20A%20look%20at%20the%20Soccer%20Analytics%20panel" id="wpa2a_26"><img src="http://www.soccermetrics.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.soccermetrics.net/conferences-and-symposia/2013-ssac-preview-soccer-analytics-panel/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
