<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>xQuant</title>
	
	<link>http://blog.xquant.net</link>
	<description>finance, ruby, data mining..</description>
	<lastBuildDate>Sun, 29 Aug 2010 16:03:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/xquantblog" /><feedburner:info uri="xquantblog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Weekly links for 10/08/29</title>
		<link>http://feedproxy.google.com/~r/xquantblog/~3/NS44CNm-EOE/</link>
		<comments>http://blog.xquant.net/?p=110#comments</comments>
		<pubDate>Sun, 29 Aug 2010 16:00:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.xquant.net/?p=110</guid>
		<description />
			<content:encoded><![CDATA[<div>
<dl>
<dt><a href="http://github.com/joshuaclayton/blueprint-css">joshuaclayton&#8217;s blueprint-css at master &#8211; GitHub</a></dt>
<dd>This is a CSS framework designed to cut down on your CSS development time. It gives you a solid foundation to build your own CSS on</dd>
<dt><a href="http://cs.gmu.edu/~jessica/sax.htm">SAX (Symbolic Aggregate approXimation)</a></dt>
<dd>Sax: Symbolic Aggregate approXimation &#8212; SAX is the first symbolic representation for time series that allows for dimensionality reduction and indexing with a lower-bounding distance measure. In classic data mining tasks such as clustering, classification, index, etc., SAX is as good as well-known representations such as Discrete Wavelet Transform (DWT) and Discrete Fourier Transform (DFT), while requiring less storage space. In addition, the representation allows researchers to avail of the wealth of data structures and algorithms in bioinformatics or text mining, and also provides solutions to many challenges associated with current data mining tasks. One example is motif discovery, a problem which we recently defined for time series data. There is great potential for extending and applying the discrete representation on a wide class of data mining tasks. Source code has &#8220;non-commercial&#8221; license</dd>
<dd></dd>
<dt><a href="http://code.google.com/p/jbooktrader/">jbooktrader &#8211; Project Hosting on Google Code</a></dt>
<dd></dd>
<dt><a href="http://www.e-vidence.net/?p=430">Introduction à Git pour les gens normaux | E-vidence</a></dt>
<dd>a very efficient introduction to git in french</dd>
<dt><a href="http://videolectures.net/mlss09uk_godsill_pf/">Particle Filters</a></dt>
<dd>Particle Filters<br />
author: Simon Godsill, University of Cambridge</dd>
</dl>
</div>
<hr />
<p><small>&copy; admin for <a href="http://blog.xquant.net">xQuant</a>, 2010. |
<a href="http://blog.xquant.net/?p=110">Permalink</a> |
<a href="http://blog.xquant.net/?p=110#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://blog.xquant.net/?p=110&amp;title=Weekly links for 10/08/29">del.icio.us</a>
<br/>
Post tags: <br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
<img src="http://feeds.feedburner.com/~r/xquantblog/~4/NS44CNm-EOE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.xquant.net/?feed=rss2&amp;p=110</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.xquant.net/?p=110</feedburner:origLink></item>
		<item>
		<title>Staged Type programming</title>
		<link>http://feedproxy.google.com/~r/xquantblog/~3/ae943BAdZlY/</link>
		<comments>http://blog.xquant.net/?p=103#comments</comments>
		<pubDate>Mon, 16 Aug 2010 21:29:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[csharp]]></category>

		<guid isPermaLink="false">http://blog.xquant.net/?p=103</guid>
		<description><![CDATA[The dynamic class is only truce only between the two worlds. There has to be something better]]></description>
			<content:encoded><![CDATA[<p>The world of programming language seems to be separated between static and dynamic languages.</p>
<p>Yet as Eric Meijers and  others realized both are addressing a need and should coexist  (<a href="http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.69.5966&amp;rep=rep1&amp;type=pdf">static when possible, dynamic when needed</a>)</p>
<p>Thus the introduction of the dynamic keyword in the most recent .net stack, csharp 4.0 and friends. This keyword escapes entirely such declared variables from the typing system, in a way that leaves the other strongly typed untouched.</p>
<p>The dynamic class is only truce only between the two worlds. There has to be something better.</p>
<p>It is a common feeling that  when something does not fit a strong type system, it does not so by a narrow tiny bit. Why then should we throw away all the goodness that comes with strong typing ? Isn&#8217;t there some principled middle ground which would allow us to accommodate those needs when we want to bend just a little our typesystem ?  This is what staged type creation is about.</p>
<p><strong>Staged type programming</strong></p>
<p>Let&#8217;s imagine you have build a class Car on which attributes such as model, year, mileage are defined.</p>
<p>All is fine until someday you have to deal with a collection of cars.<br />
Wouldn&#8217;t it be nice to be able to use on our car collection the same attributes we know exists in the underlying type : The model of a collection of cars would be he collection of car&#8217;s model name.</p>
<p>In order to do that we nowadays declare the collection to be dynamic and intercept calls to redirect them to a corresponding array operations.</p>
<p>But it is far better to recognize the principle that lies behind this operation, which is a type transformation from a car class, to an array type class. Here the transformation is through a type called a monad, in that cases the &#8216;array monad&#8217;.</p>
<p>Now we can use this in our compiler, the following way.<br />
Our car  and  array  mapping rules came to existence in our code editor. They belong to the strongly typed stage 0, the only stage we access while programming static langages.</p>
<p>Our car collection with its added methods depend on those classes. It is strongly typed as well, once we move our editor to a later stage 1. As we go to his stage, our editor has generated an extra class which contains our special array of cars type. It has all the methods we wanted on it, like model, name, year, mileage, defined on an array of cars.</p>
<p>While the definition of such a class resides in stage 0, we can consume it statically at stage 1, where it is only accessible as read-only.</p>
<p>Types are defined not entirely at code write time as in classic static programming, not entirely at run time as in dynamic programming, but at defined stage, which can be created at will, somewhere in between the first line of code and the execution.</p>
<p>We can continue to program with strongly typed code, and never let loose our types to full dynamism, thus accomplishing the wise goal : static when you can, dynamic when you need.</p>
<hr />
<p><small>&copy; admin for <a href="http://blog.xquant.net">xQuant</a>, 2010. |
<a href="http://blog.xquant.net/?p=103">Permalink</a> |
<a href="http://blog.xquant.net/?p=103#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://blog.xquant.net/?p=103&amp;title=Staged Type programming">del.icio.us</a>
<br/>
Post tags: <br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
<img src="http://feeds.feedburner.com/~r/xquantblog/~4/ae943BAdZlY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.xquant.net/?feed=rss2&amp;p=103</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.xquant.net/?p=103</feedburner:origLink></item>
		<item>
		<title>Finding relevant topics : text analysis with python</title>
		<link>http://feedproxy.google.com/~r/xquantblog/~3/2CoM5yBD3hg/</link>
		<comments>http://blog.xquant.net/?p=86#comments</comments>
		<pubDate>Sat, 13 Feb 2010 14:01:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.xquant.net/?p=86</guid>
		<description><![CDATA[What do you talk about ? What are we interested in ? If you were given an access to some network, how to identify what its member talks about ? David Blei made a nice video at Google which I already posted on It turns out that the method described, Latent Dirichlet Allocation can be [...]]]></description>
			<content:encoded><![CDATA[<p>What do you talk about ? What are we interested in ?<br />
If you were given an access to some network, how to identify what its member talks about ?</p>
<p><a href="www.cs.princeton.edu/~blei">David Blei</a> made a nice video at Google which I already posted on<br />
<object id="VideoPlayback" style="width: 400px; height: 326px;" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="100" height="100" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://video.google.com/googleplayer.swf?docid=3077213787166426672&amp;hl=en&amp;fs=true" /><param name="allowfullscreen" value="true" /><embed id="VideoPlayback" style="width: 400px; height: 326px;" type="application/x-shockwave-flash" width="100" height="100" src="http://video.google.com/googleplayer.swf?docid=3077213787166426672&amp;hl=en&amp;fs=true" allowfullscreen="true"></embed></object></p>
<p>It turns out that the method described, Latent Dirichlet Allocation can be extended in interesting directions, for sentiment analysis which enable automated news-trading for instance. Also LDA can be implemented using Gibbs sampling, which is another general method for finding latent variables. So I decided to give it a crack, and get started with some python as well.</p>
<p>As an example I generate documents that are actually images.<br />
The topics are then groups of pixels. For instance the first topic &#8216;talks&#8217; about pixel 1,2,3,4,5, topics 2 about pixels 11,12,13,14,15   :</p>
<p><a href="http://blog.xquant.net/wp-content/uploads/2010/02/originaltopics2.png"><img title="originaltopics" src="http://blog.xquant.net/wp-content/uploads/2010/02/originaltopics2.png" alt="" width="330" height="60" /></a></p>
<p>From there I generate a set of documents. For each document, I draw a sample P from a dirichlet. P is a vector that represents a mixture of topics this document will speak about. Then for each word from this document, I pick from a topic from the mixture, then from the topic, I pick a term (aka, a pixel) from the words distribution of that topic.</p>
<p>If we run the LDA on such a generated set of documents, we find the following &#8220;topics&#8221;, with increasing likelihood for the data :</p>
<p><a href="http://blog.xquant.net/wp-content/uploads/2010/02/topics0.png"><img class="alignnone size-full wp-image-91" title="topics0" src="http://blog.xquant.net/wp-content/uploads/2010/02/topics0.png" alt="" width="330" height="60" /></a> Likelihood : -119781, Iteration #0</p>
<p><a href="http://blog.xquant.net/wp-content/uploads/2010/02/topics2.png"><img class="alignnone size-full wp-image-92" title="topics2" src="http://blog.xquant.net/wp-content/uploads/2010/02/topics2.png" alt="" width="330" height="60" /></a>Likelihood : -103233 iteration # 2</p>
<p><a href="http://blog.xquant.net/wp-content/uploads/2010/02/topics5.png"><img class="alignnone size-full wp-image-93" title="topics5" src="http://blog.xquant.net/wp-content/uploads/2010/02/topics5.png" alt="" width="330" height="60" /></a>Likelihood : -89401 iteration # 4</p>
<p><a href="http://blog.xquant.net/wp-content/uploads/2010/02/topics8.png"><img class="alignnone size-full wp-image-94" title="topics8" src="http://blog.xquant.net/wp-content/uploads/2010/02/topics8.png" alt="" width="330" height="60" /></a>Likelihood : -78168 iteration #8</p>
<p><a href="http://blog.xquant.net/wp-content/uploads/2010/02/topics12.png"><img class="alignnone size-full wp-image-95" title="topics12" src="http://blog.xquant.net/wp-content/uploads/2010/02/topics12.png" alt="" width="330" height="60" /></a>Likelihood : -73634 iteration # 12</p>
<p><a href="http://blog.xquant.net/wp-content/uploads/2010/02/topics17.png"><img class="alignnone size-full wp-image-96" title="topics17" src="http://blog.xquant.net/wp-content/uploads/2010/02/topics17.png" alt="" width="330" height="60" /></a>Likelihood : -71200 iteration # 17</p>
<p><a href="http://blog.xquant.net/wp-content/uploads/2010/02/topics25.png"><img class="alignnone size-full wp-image-97" title="topics25" src="http://blog.xquant.net/wp-content/uploads/2010/02/topics25.png" alt="" width="330" height="60" /></a>Likelihood : -69670 iteration # 25</p>
<p><a href="http://blog.xquant.net/wp-content/uploads/2010/02/topics35.png"><img class="alignnone size-full wp-image-98" title="topics35" src="http://blog.xquant.net/wp-content/uploads/2010/02/topics35.png" alt="" width="330" height="60" /></a>Likelihood : -66950 iteration # 35</p>
<p><a href="http://blog.xquant.net/wp-content/uploads/2010/02/topics65.png"><img class="alignnone size-full wp-image-99" title="topics65" src="http://blog.xquant.net/wp-content/uploads/2010/02/topics65.png" alt="" width="330" height="60" /></a>Likelihood : -65199 iteration # 65</p>
<p>So we successfully recover the &#8220;topics&#8221;.</p>
<p>The crux of Gibs sampling is : we have N words, each corresponding to a hidden topic, and a model for their joint distribution. we want to have access to the distribution of topics given those words, or to take a sample from it. It turns out we can express easily the distribution of 1 topic given the rest (that is given the other topics and given the words, cf the docs below). Gibbs sampling means starting from a random point for the N topics, and sampling 1 topic at a time for the N topics, and doing so many times, gives you a sample from the joint distribution of the N topics.</p>
<p>The 2 detailed papers I found on the subject are <a href="http://www.arbylon.net/publications/text-est.pdf">Parameter estimation for text analysis</a> and <a href="http://dbgroup.cs.tsinghua.edu.cn/wangyi/lda/lda.pdf">Distributed gibbs sampling of Latent topic model</a> and the python code can be found at my github page <a href="http://github.com/nrolland/pyLDA">http://github.com/nrolland/pyLDA</a> Python has huge number of  libraries implemented and is a big time saver.</p>
<hr />
<p><small>&copy; admin for <a href="http://blog.xquant.net">xQuant</a>, 2010. |
<a href="http://blog.xquant.net/?p=86">Permalink</a> |
<a href="http://blog.xquant.net/?p=86#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://blog.xquant.net/?p=86&amp;title=Finding relevant topics : text analysis with python">del.icio.us</a>
<br/>
Post tags: <br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
<img src="http://feeds.feedburner.com/~r/xquantblog/~4/2CoM5yBD3hg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.xquant.net/?feed=rss2&amp;p=86</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.xquant.net/?p=86</feedburner:origLink></item>
		<item>
		<title>Weekly links for 10/02/13</title>
		<link>http://feedproxy.google.com/~r/xquantblog/~3/TTsC44W-BMw/</link>
		<comments>http://blog.xquant.net/?p=85#comments</comments>
		<pubDate>Sat, 13 Feb 2010 06:28:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.xquant.net/?p=85</guid>
		<description><![CDATA[3. An Informal Introduction to Python — Python v2.6.4 documentation La documentation de python. Learning Python, Linux, Java, Ruby and more with Videos, Tutorials and Screencasts Showmedo is about learning and (Free and) Open-source software (FOSS). We were inspired to start Showmedo by watching some very effective web video-tutorials/screencasts. These convinced us that web-videos can [...]]]></description>
			<content:encoded><![CDATA[<div>
<dl>
<dt><a href="http://docs.python.org/tutorial/introduction.html#strings">3. An Informal Introduction to Python — Python v2.6.4 documentation</a></dt>
<dd>La documentation de python.</dd>
<dt><a href="http://showmedo.com/">Learning Python, Linux, Java, Ruby and more with Videos, Tutorials and Screencasts</a></dt>
<dd>Showmedo is about learning and (Free and) Open-source software (FOSS). We were inspired to start Showmedo by watching some very effective web video-tutorials/screencasts. These convinced us that web-videos can be a great way to quickly and efficiently acquire knowledge. It can even be fun, or at least painless. For some things there is no substitute to seeing it done.</dd>
</dl>
</div>
<hr />
<p><small>&copy; admin for <a href="http://blog.xquant.net">xQuant</a>, 2010. |
<a href="http://blog.xquant.net/?p=85">Permalink</a> |
<a href="http://blog.xquant.net/?p=85#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://blog.xquant.net/?p=85&amp;title=Weekly links for 10/02/13">del.icio.us</a>
<br/>
Post tags: <br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
<img src="http://feeds.feedburner.com/~r/xquantblog/~4/TTsC44W-BMw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.xquant.net/?feed=rss2&amp;p=85</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.xquant.net/?p=85</feedburner:origLink></item>
		<item>
		<title>notes</title>
		<link>http://feedproxy.google.com/~r/xquantblog/~3/LPgi8yMqzU4/</link>
		<comments>http://blog.xquant.net/?p=54#comments</comments>
		<pubDate>Sat, 06 Jun 2009 07:33:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.xquant.net/?p=54</guid>
		<description><![CDATA[gnuradio : is a set of software routine to process signal. it enables you to sample the whole electromagnetic spectrum, and decode it to provide radio, GSM, DECT, GPS, functionality with a single piece of hardware. pretty awesome. palantir a software company that provides useful software for datamining and flexible correlation studies. &#169; admin for xQuant, [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li><a href="http://gnuradio.org/trac">gnuradio</a> : is a set of software routine to process signal. it enables you to sample the whole electromagnetic spectrum, and decode it to provide radio, GSM, DECT, GPS, functionality with a single piece of hardware. pretty awesome.</li>
<li><a href="http://www.palantirtech.com/government/videos">palantir</a> a software company that provides useful software for datamining and flexible correlation studies.</li>
</ul>
<hr />
<p><small>&copy; admin for <a href="http://blog.xquant.net">xQuant</a>, 2009. |
<a href="http://blog.xquant.net/?p=54">Permalink</a> |
<a href="http://blog.xquant.net/?p=54#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://blog.xquant.net/?p=54&amp;title=notes">del.icio.us</a>
<br/>
Post tags: <br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
<img src="http://feeds.feedburner.com/~r/xquantblog/~4/LPgi8yMqzU4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.xquant.net/?feed=rss2&amp;p=54</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.xquant.net/?p=54</feedburner:origLink></item>
		<item>
		<title>The radical uncertainty of stocks</title>
		<link>http://feedproxy.google.com/~r/xquantblog/~3/V_gxfo4WmPw/</link>
		<comments>http://blog.xquant.net/?p=46#comments</comments>
		<pubDate>Sun, 07 Dec 2008 06:00:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[finance]]></category>

		<guid isPermaLink="false">http://blog.xquant.net/?p=46</guid>
		<description><![CDATA[One would like to think that an investment in stocks can not result in a complete meltdown, except in some strange pathological cases. Yet it can be easily shown that by the mere structure of stocks, such a meltdown (or its bubble counterpart) is largely unpreventable in a systematic way. If one can hope to [...]]]></description>
			<content:encoded><![CDATA[<p>One would like to think that an investment in stocks can not result in a complete meltdown, except in some strange pathological cases. Yet it can be easily shown that by the mere structure of stocks, such a meltdown (or its bubble counterpart) is largely unpreventable in a systematic way.</p>
<p>If one can hope to have price stability, it could only be found in the form of a &#8220;fundamental value&#8221; around which market&#8217;s participants could stabilize the price. If prices becomes to low, an agent would then buy because he knows he can extract some money <strong>directly</strong> from the company, in the form of dividend. In the lack of such capacity, buying at a &#8220;good price&#8221; does not mean anything, as nothing prevents the price to go even lower, at some even &#8216;better&#8217; level..</p>
<p>So at the heart of price stability lies in that fundamental value, which as every other investment can be obtained by adding up all the <a href="http://en.wikipedia.org/wiki/Discounted_cash_flow">present value of future forecasted cash flows</a>. Given a set of hypothesis on future profits, this gives the company a fundamental price, under which one can decide whether or not the stock is over or undervalued. But&#8230;.. beyond that mere number, one can wonder how firmly grounded such a value can be.</p>
<p>Let&#8217;s consider a simplistic example company whose business yieds 1 dollar per year. Let&#8217;s assume that interest rates are on average at 5%. For each year i, the present value of a dividend would be 1 USD * 0,95^i , and the current value <a href="http://en.wikipedia.org/wiki/Geometric_progression">the sum of those</a> would then be 20 USD. Out of those 20 USD, 8 comes from the next ten year&#8217;s dividends, and 12 comes from all the years beyond that.</p>
<p>For a hypothetical investor who has formidable insight about the next 10 years for the company (quite a genius really), and intending to bring back market value with the fundamental one, it means that despite his formidable insight his investment is still subject to 60% of sheer uncertainty after 10 years, and to the market&#8217;s evaluation of that uncertain period of 9 years and beyond before. The inability to evaluate the correct price of stock is fundamental and can not be overcome by the mere construction of what a stock financially is. Even this is a very rough case, it does show that the level of uncertainty contained in stock prices is pretty much irreducible, and for its main component, driven by the market itself. What Keynes called  the <a href="http://en.wikipedia.org/wiki/Keynesian_beauty_contest">beauty contest</a> is not a secondary but a primary, essential effect.</p>
<p>In real life though, one can hope that other stabilizing forces come at play, and that through time and diversification, good judgment becomes recognized by the market. And technique can tentatively be put in place to try to isolate as much as possible the judgment and eliminate other effects (global market or sectoral movement etc&#8230;) . However, there are deep consequences of this <strong>fundamental</strong> uncertainty :</p>
<ul>
<li>A lot of a corporation&#8217;s energy is spent to control market&#8217;s feeling (avert fear, suscitate enthusiasm). Although necessary when a nothing can flip your stock, that diverted energy, in the end, does produces nothing.</li>
</ul>
<ul>
<li>It boldens the case for investors who have a edge in really understanding a business. An obvious illustration of this is Mr Buffet. (real) private equity investments has been historically successful it seems as well.</li>
</ul>
<ul>
<li>It tends to imply that stock market should not be a straight mass-investment vehicle for retirement or for the general public. If a successful investment implies a certain craftiness, the current plain vanilla stock investment by armies of zombies is poised to be profited from by unscrupulous financiers.</li>
</ul>
<p>The market legitimacy in classical economy lies in its ability to have a match between investors willing to taker some risk, and companies in need of financing. The current &#8220;stock&#8221; does not seem to be able to fulfill that role, at least in the way it is used today. It can be seen as easy to say so now that the market crashed, but I guess I have some credential there, having <a href="http://nrolland.livejournal.com/44007.html">blogged about it</a> before the meltdown.. <img src='http://blog.xquant.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<hr />
<p><small>&copy; admin for <a href="http://blog.xquant.net">xQuant</a>, 2008. |
<a href="http://blog.xquant.net/?p=46">Permalink</a> |
<a href="http://blog.xquant.net/?p=46#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://blog.xquant.net/?p=46&amp;title=The radical uncertainty of stocks">del.icio.us</a>
<br/>
Post tags: <br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
<img src="http://feeds.feedburner.com/~r/xquantblog/~4/V_gxfo4WmPw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.xquant.net/?feed=rss2&amp;p=46</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.xquant.net/?p=46</feedburner:origLink></item>
		<item>
		<title>The anonymous financial room</title>
		<link>http://feedproxy.google.com/~r/xquantblog/~3/jRHE7lk1ffA/</link>
		<comments>http://blog.xquant.net/?p=40#comments</comments>
		<pubDate>Sun, 30 Nov 2008 10:06:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.xquant.net/?p=40</guid>
		<description><![CDATA[That would leave only 5.7 per cent of Volkswagen’s ordinary shares available to be traded on the market. However, hedge funds and other traders had between them short sold shares equivalent to 12.9 per cent of the total, and in consequence were obliged to buy and return them. They understandably panicked, and the resultant frantic [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>That would leave only 5.7 per cent of Volkswagen’s ordinary shares<br />
available to be traded on the market. However, hedge funds and other<br />
traders had between them short sold shares equivalent to 12.9 per cent<br />
of the total, and in consequence were obliged to buy and return them.<br />
They understandably panicked, and the resultant frantic efforts to buy<br />
Volkswagen shares caused the price to quadruple</p>
<p>http://www.lrb.co.uk/nl/v30/n23/mack01_.html</p></blockquote>
<p>This story highlights (among other things) the difficulty of creating a market consensus. Had hedge funds been able to gather and delegate the handling of this short to a common entity, who would then negotiate in their name, the problem would not have been so wide and painful.</p>
<p>However, when faced with such a case, there are strong incentives not to disclose anything to competitors, for many reasons. Which is why a platform that guarantee both authenticity of participant yet remains completely anonymous could be useful. With it, people with a shameful problem can at least discuss it without fear that the mere discussion will aggravate the situation.</p>
<p>I wonder what infrastructure can guarantee that kind of &#8220;anonymous authentication&#8221;&#8230;</p>
<hr />
<p><small>&copy; admin for <a href="http://blog.xquant.net">xQuant</a>, 2008. |
<a href="http://blog.xquant.net/?p=40">Permalink</a> |
<a href="http://blog.xquant.net/?p=40#comments">2 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://blog.xquant.net/?p=40&amp;title=The anonymous financial room">del.icio.us</a>
<br/>
Post tags: <br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
<img src="http://feeds.feedburner.com/~r/xquantblog/~4/jRHE7lk1ffA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.xquant.net/?feed=rss2&amp;p=40</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://blog.xquant.net/?p=40</feedburner:origLink></item>
		<item>
		<title>no time to think</title>
		<link>http://feedproxy.google.com/~r/xquantblog/~3/dYkUsUtEsts/</link>
		<comments>http://blog.xquant.net/?p=36#comments</comments>
		<pubDate>Sat, 29 Nov 2008 13:48:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.xquant.net/?p=36</guid>
		<description><![CDATA[An interesting discussion by a Stanford professor &#169; admin for xQuant, 2008. &#124; Permalink &#124; One comment &#124; Add to del.icio.us Post tags: Feed enhanced by Better Feed from Ozh]]></description>
			<content:encoded><![CDATA[<p>An interesting discussion by a Stanford professor</p>
<p><object width="425" height="344" data="http://www.youtube.com/v/KHGcvj3JiGA&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/KHGcvj3JiGA&amp;hl=en&amp;fs=1" /><param name="allowfullscreen" value="true" /></object></p>
<hr />
<p><small>&copy; admin for <a href="http://blog.xquant.net">xQuant</a>, 2008. |
<a href="http://blog.xquant.net/?p=36">Permalink</a> |
<a href="http://blog.xquant.net/?p=36#comments">One comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://blog.xquant.net/?p=36&amp;title=no time to think">del.icio.us</a>
<br/>
Post tags: <br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
<img src="http://feeds.feedburner.com/~r/xquantblog/~4/dYkUsUtEsts" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.xquant.net/?feed=rss2&amp;p=36</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blog.xquant.net/?p=36</feedburner:origLink></item>
		<item>
		<title>Star trader</title>
		<link>http://feedproxy.google.com/~r/xquantblog/~3/BXFXN6sApFA/</link>
		<comments>http://blog.xquant.net/?p=24#comments</comments>
		<pubDate>Thu, 21 Aug 2008 09:57:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.freekle.org/?p=24</guid>
		<description><![CDATA[photo credit: David Paul Ohmer August 15, 2008 WSJ  : The two-year-old hedge fund founded by former UBS AG star trader JW,  is down about 85% from its inception through July, according to a person familiar with the matter. August 03, 2006: UBS star trader goes solo with launch of hedge fund. One of the [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Wall Street - Bull" href="http://www.flickr.com/photos/50965924@N00/2932154983/" target="_blank"><img src="http://farm4.static.flickr.com/3144/2932154983_cf878f086a_t.jpg" border="0" alt="Wall Street - Bull" /></a></p>
<p><small><a title="Attribution License" href="http://creativecommons.org/licenses/by/2.0/" target="_blank"><img src="http://blog.xquant.net/wp-content/plugins/photo-dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" /></a> <a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a title="David Paul Ohmer" href="http://www.flickr.com/photos/50965924@N00/2932154983/" target="_blank">David Paul Ohmer</a></small></p>
<p><small><a title="David Paul Ohmer" href="http://www.flickr.com/photos/50965924@N00/2932154983/" target="_blank"></a></small></p>
<blockquote><p>August 15, 2008 WSJ  : The two-year-old hedge fund founded by former UBS AG star trader JW,  <strong>is down about 85% </strong>from its inception through July, according to a person familiar with the matter.</p></blockquote>
<blockquote><p>August 03, 2006: UBS star trader goes solo with launch of hedge fund. One of the City&#8217;s most aggressive traders will soon be snapping even more ferociously at the heels of management as the head of a $5bn (pounds 2.7bn) hedge fund. In his new role, Jon Wood will be set free from potential client conflict at UBS, the Swiss investment bank where he currently heads proprietary trading. Backers have already committed $3bn to his SRM global fund, which will be capped at $5bn and launched on 1 September. UBS, where Mr Wood has worked for the past 17 years, is investing $500m. Investors in SRM Global can choose from two fee structures – a 1 percent management fee to invest for a period of five years and 1.5 percent for three years. SRM Global will retain 25 percent of its profits.</p></blockquote>
<p>Hey, good thing it was capped at USD 5bn !!</p>
<hr />
<p><small>&copy; admin for <a href="http://blog.xquant.net">xQuant</a>, 2008. |
<a href="http://blog.xquant.net/?p=24">Permalink</a> |
<a href="http://blog.xquant.net/?p=24#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://blog.xquant.net/?p=24&amp;title=Star trader">del.icio.us</a>
<br/>
Post tags: <br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
<img src="http://feeds.feedburner.com/~r/xquantblog/~4/BXFXN6sApFA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.xquant.net/?feed=rss2&amp;p=24</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.xquant.net/?p=24</feedburner:origLink></item>
		<item>
		<title>Proof network and knowledge repository</title>
		<link>http://feedproxy.google.com/~r/xquantblog/~3/X4mFiMwWGXg/</link>
		<comments>http://blog.xquant.net/?p=21#comments</comments>
		<pubDate>Fri, 28 Mar 2008 09:57:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.freekle.org/?p=21</guid>
		<description><![CDATA[I have been looking a long time for a way to represent on the web a mathematical corpus. It would be tremendous if one could find on the web the different books written on a subject, in a form that enables verification of theorem and proof. Let&#8217;s reflect on what a lesson is : Mostly [...]]]></description>
			<content:encoded><![CDATA[<p>I have been looking a long time for a way to represent on the web a mathematical corpus. It would be tremendous if one could find on the web the different books written on a subject, in a form that enables verification of theorem and proof.</p>
<p>Let&#8217;s reflect on what a lesson is : Mostly a lesson is about learning one by one different entities, and the relations that those entities share. It is all about serializing a graph.</p>
<p>If we were to improve this process of learning, we should identify what represent the most effort and the least added value in the making of it, and I see 3 big bottleneck.</p>
<ul>
<li>This process has to occur at a level the audience can understand :</li>
</ul>
<p>The same lesson can take a day or 5 minutes depending on the knowledge of the audience. One of the big problem that clutters reuse of lessons on a large scale basins is that every time one wants to adapt the level, a whole rewrite is necessary. Having a formal representation of books would allow for seamless rewrite of proof down to the basic axiom if necessary.</p>
<ul>
<li>Another variability is how does one reuse the theorem or presentation of another.</li>
</ul>
<p>Dissemination now is informal, slow, and based on individual reading. Few ways exists to have clever solution to emerge. A repository of steps for proofs, which would allow reuse in other context, would enable indirect voting, and promote the best practices.</p>
<ul>
<li> Finally, another problem is the sheer size of the domain which can only be tackled with by many specialists.</li>
</ul>
<p>Sometimes the difficulty lies not in the domain itself but in the many ways there are to show one same effect. There is no place for such collaboration to take place in a fruitful way, with people ranging from high school students to phd&#8217;s to contribute and enrich each other. Wikipedia exists, but is completely out of scope : what if I was to see the 10 differents ways to prove an assertion, and how the theorems used apply in the specific case i am looking at ? wikipedia can&#8217;t handle this kind of data explosion and no onewill contribute this to the details I might need (and some other person won&#8217;t)</p>
<p>So, facing those issues, one might think that the computer science people in universites found a way ? No, you want to know why ? They are research ways not tho share proof and have a formal system for proof and representation. no. they are *waaaaayy* behond that : they are looking to *automate* the creation of proof. This really is for me the completely wrong way to go, and we should first concentrate on having a formal description system to tackle those 3 points I exposed. *Then*, with such a useful formal description, will we get ammo for automated proof, if we ever can solve it.</p>
<hr />
<p><small>&copy; admin for <a href="http://blog.xquant.net">xQuant</a>, 2008. |
<a href="http://blog.xquant.net/?p=21">Permalink</a> |
<a href="http://blog.xquant.net/?p=21#comments">One comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://blog.xquant.net/?p=21&amp;title=Proof network and knowledge repository">del.icio.us</a>
<br/>
Post tags: <br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
<img src="http://feeds.feedburner.com/~r/xquantblog/~4/X4mFiMwWGXg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.xquant.net/?feed=rss2&amp;p=21</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blog.xquant.net/?p=21</feedburner:origLink></item>
	</channel>
</rss>
