<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Computational Legal Studies&trade;</title>
	<atom:link href="http://computationallegalstudies.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://computationallegalstudies.com</link>
	<description></description>
	<lastBuildDate>Wed, 17 Mar 2010 14:49:42 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on New Paper Available on SSRN: A Profitable Trading and Risk Management Strategy Despite Transaction Cost by mjbommar</title>
		<link>http://computationallegalstudies.com/2010/03/16/new-paper-available-on-ssrn-a-profitable-trading-and-risk-management-strategy-despite-transaction-cost/comment-page-1/#comment-383</link>
		<dc:creator>mjbommar</dc:creator>
		<pubDate>Wed, 17 Mar 2010 14:49:42 +0000</pubDate>
		<guid isPermaLink="false">http://computationallegalstudies.com/?p=3806#comment-383</guid>
		<description>Hi Michael,
  That&#039;s always a fair question.  I don&#039;t imagine this strategy will be executed with enough magnitude to overcome other behavioral or algorithmic dynamics in the S&amp;P500.  The answer still depends on what you believe algorithmic trading&#039;s effects on the market is and other more broad beliefs about Lucasian critiques.  

  As far as predicting its performance in the future, we have performed a number of simulations that &quot;generalize&quot; our results to other time periods that are not too dramatically unlike our training sample.  Note that the method does outperform the market even through the recent equity declines in 2008 and 2009.  However, there&#039;s never a guarantee that even the best out-of-sample backtesting can prepare you for what the future might hold.</description>
		<content:encoded><![CDATA[<p>Hi Michael,<br />
  That&#8217;s always a fair question.  I don&#8217;t imagine this strategy will be executed with enough magnitude to overcome other behavioral or algorithmic dynamics in the S&#038;P500.  The answer still depends on what you believe algorithmic trading&#8217;s effects on the market is and other more broad beliefs about Lucasian critiques.  </p>
<p>  As far as predicting its performance in the future, we have performed a number of simulations that &#8220;generalize&#8221; our results to other time periods that are not too dramatically unlike our training sample.  Note that the method does outperform the market even through the recent equity declines in 2008 and 2009.  However, there&#8217;s never a guarantee that even the best out-of-sample backtesting can prepare you for what the future might hold.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New Paper Available on SSRN: A Profitable Trading and Risk Management Strategy Despite Transaction Cost by Michael Metcalf Bishop</title>
		<link>http://computationallegalstudies.com/2010/03/16/new-paper-available-on-ssrn-a-profitable-trading-and-risk-management-strategy-despite-transaction-cost/comment-page-1/#comment-382</link>
		<dc:creator>Michael Metcalf Bishop</dc:creator>
		<pubDate>Wed, 17 Mar 2010 14:34:15 +0000</pubDate>
		<guid isPermaLink="false">http://computationallegalstudies.com/?p=3806#comment-382</guid>
		<description>Do you think the strategy will stay profitable now that your result is being publicized?  You should make some predictions about how it will fair in the future.</description>
		<content:encoded><![CDATA[<p>Do you think the strategy will stay profitable now that your result is being publicized?  You should make some predictions about how it will fair in the future.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Programming Dynamic Models in Python-Part 3: Outbreak on a Network by mjbommar</title>
		<link>http://computationallegalstudies.com/2009/11/15/programming-dynamic-models-in-python-3-outbreak-on-a-network/comment-page-1/#comment-377</link>
		<dc:creator>mjbommar</dc:creator>
		<pubDate>Thu, 25 Feb 2010 01:48:35 +0000</pubDate>
		<guid isPermaLink="false">http://computationallegalstudies.com/?p=2697#comment-377</guid>
		<description>Hi Pete,
  You&#039;ll need to install pycairo on Windows.  Googling for pycairo and your particular version of Python should do the trick.</description>
		<content:encoded><![CDATA[<p>Hi Pete,<br />
  You&#8217;ll need to install pycairo on Windows.  Googling for pycairo and your particular version of Python should do the trick.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Programming Dynamic Models in Python-Part 3: Outbreak on a Network by Pete</title>
		<link>http://computationallegalstudies.com/2009/11/15/programming-dynamic-models-in-python-3-outbreak-on-a-network/comment-page-1/#comment-376</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Thu, 25 Feb 2010 00:16:33 +0000</pubDate>
		<guid isPermaLink="false">http://computationallegalstudies.com/?p=2697#comment-376</guid>
		<description>Hello,

I tried to run your code, but got the error below. Any ideas?

Thanks,

Pete

Traceback (most recent call last):
  File &quot;C:/Python26/networktest&quot;, line 245, in 
    myNetworkModel.graphPlot()
  File &quot;C:/Python26/networktest&quot;, line 222, in graphPlot
    igraph.drawing.plot(self.graph, layout = l)
  File &quot;C:\Python26\lib\site-packages\igraph\drawing.py&quot;, line 738, in plot
    result = Plot(target, bbox)
  File &quot;C:\Python26\lib\site-packages\igraph\drawing.py&quot;, line 222, in __init__
    self._surface_was_created=not isinstance(target, cairo.Surface)
  File &quot;C:\Python26\lib\site-packages\igraph\drawing.py&quot;, line 51, in __getattr__
    raise TypeError, &quot;plotting not available&quot;
TypeError: plotting not available</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I tried to run your code, but got the error below. Any ideas?</p>
<p>Thanks,</p>
<p>Pete</p>
<p>Traceback (most recent call last):<br />
  File &#8220;C:/Python26/networktest&#8221;, line 245, in<br />
    myNetworkModel.graphPlot()<br />
  File &#8220;C:/Python26/networktest&#8221;, line 222, in graphPlot<br />
    igraph.drawing.plot(self.graph, layout = l)<br />
  File &#8220;C:\Python26\lib\site-packages\igraph\drawing.py&#8221;, line 738, in plot<br />
    result = Plot(target, bbox)<br />
  File &#8220;C:\Python26\lib\site-packages\igraph\drawing.py&#8221;, line 222, in __init__<br />
    self._surface_was_created=not isinstance(target, cairo.Surface)<br />
  File &#8220;C:\Python26\lib\site-packages\igraph\drawing.py&#8221;, line 51, in __getattr__<br />
    raise TypeError, &#8220;plotting not available&#8221;<br />
TypeError: plotting not available</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bankruptcy and Foreclosure InfoGraphic [Via Total Bankruptcy] by sudarsan</title>
		<link>http://computationallegalstudies.com/2009/10/12/bankruptcy-and-foreclosure-infographic-via-total-bankruptcy/comment-page-1/#comment-372</link>
		<dc:creator>sudarsan</dc:creator>
		<pubDate>Sat, 20 Feb 2010 10:41:20 +0000</pubDate>
		<guid isPermaLink="false">http://computationallegalstudies.com/?p=2176#comment-372</guid>
		<description>Mortgage companies are willing to work with debtors since some people would rather afford them others freedom instead of go through any trouble with court proceedings involved with foreclosures.</description>
		<content:encoded><![CDATA[<p>Mortgage companies are willing to work with debtors since some people would rather afford them others freedom instead of go through any trouble with court proceedings involved with foreclosures.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Large Scale ( 130,000 + ) Zoomable Visualization of a Twitter Network by mjbommar</title>
		<link>http://computationallegalstudies.com/2010/01/24/large-scale-130000-zoomable-visualization-of-a-twitter-network/comment-page-1/#comment-369</link>
		<dc:creator>mjbommar</dc:creator>
		<pubDate>Thu, 28 Jan 2010 21:19:19 +0000</pubDate>
		<guid isPermaLink="false">http://computationallegalstudies.com/?p=3406#comment-369</guid>
		<description>Hello Pascual,
  The calculation was done with a modified version of igraph.  A couple hundred iterations run in just over a day on a new i7.</description>
		<content:encoded><![CDATA[<p>Hello Pascual,<br />
  The calculation was done with a modified version of igraph.  A couple hundred iterations run in just over a day on a new i7.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Large Scale ( 130,000 + ) Zoomable Visualization of a Twitter Network by psj</title>
		<link>http://computationallegalstudies.com/2010/01/24/large-scale-130000-zoomable-visualization-of-a-twitter-network/comment-page-1/#comment-368</link>
		<dc:creator>psj</dc:creator>
		<pubDate>Thu, 28 Jan 2010 21:15:04 +0000</pubDate>
		<guid isPermaLink="false">http://computationallegalstudies.com/?p=3406#comment-368</guid>
		<description>Generating a FR layout for 130365 nodes must have taken quite some time. What software did you use (igraph?), and on what hardware did it run?</description>
		<content:encoded><![CDATA[<p>Generating a FR layout for 130365 nodes must have taken quite some time. What software did you use (igraph?), and on what hardware did it run?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sean Gourley on the Mathematics of War by Barry Edwards</title>
		<link>http://computationallegalstudies.com/2010/01/15/sean-gourley-on-the-mathematics-of-war/comment-page-1/#comment-361</link>
		<dc:creator>Barry Edwards</dc:creator>
		<pubDate>Wed, 20 Jan 2010 04:44:41 +0000</pubDate>
		<guid isPermaLink="false">http://computationallegalstudies.com/?p=3331#comment-361</guid>
		<description>Interesting video with great graphics.  I&#039;m not sure I follow or agree with his inferences about the organization of insurgent groups in Iraq.  Keep up the good work on your blog!</description>
		<content:encoded><![CDATA[<p>Interesting video with great graphics.  I&#8217;m not sure I follow or agree with his inferences about the organization of insurgent groups in Iraq.  Keep up the good work on your blog!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cash for Clunkers Average Net Fuel Miles By State by Jonathon Hill</title>
		<link>http://computationallegalstudies.com/2010/01/16/cash-for-clunkers-average-net-fuel-miles-by-state/comment-page-1/#comment-358</link>
		<dc:creator>Jonathon Hill</dc:creator>
		<pubDate>Sun, 17 Jan 2010 06:02:11 +0000</pubDate>
		<guid isPermaLink="false">http://computationallegalstudies.com/?p=3339#comment-358</guid>
		<description>Does this mean that the brighter areas are less fuel efficient overall? If so, I am surprised that the west coast is so bright!</description>
		<content:encoded><![CDATA[<p>Does this mean that the brighter areas are less fuel efficient overall? If so, I am surprised that the west coast is so bright!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Educational Attainment and Employment Infographic [Via US College Search.org] by Jared</title>
		<link>http://computationallegalstudies.com/2010/01/03/educational-attainment-and-employment-infographic-via-us-college-search-org/comment-page-1/#comment-355</link>
		<dc:creator>Jared</dc:creator>
		<pubDate>Sat, 09 Jan 2010 16:21:38 +0000</pubDate>
		<guid isPermaLink="false">http://computationallegalstudies.com/?p=3193#comment-355</guid>
		<description>They&#039;ve done a nice job obscuring the information with those fat arrows. Their &quot;slope&quot; seems to be meaningless (note that unemployment isn&#039;t even strictly increasing with decreasing educational attainment - see doctoral vs professional). Why not just connect the dots, so to speak? A pretty nice idea very poorly executed.</description>
		<content:encoded><![CDATA[<p>They&#8217;ve done a nice job obscuring the information with those fat arrows. Their &#8220;slope&#8221; seems to be meaningless (note that unemployment isn&#8217;t even strictly increasing with decreasing educational attainment &#8211; see doctoral vs professional). Why not just connect the dots, so to speak? A pretty nice idea very poorly executed.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.474 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-03-18 01:37:11 -->
<!-- Compression = gzip -->