<?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>Win-Vector Blog &#187; Finance</title>
	<atom:link href="http://www.win-vector.com/blog/tag/finance/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.win-vector.com/blog</link>
	<description>The Applied Theorist&#039;s Point of View</description>
	<lastBuildDate>Thu, 29 Jul 2010 17:09:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Relative returns: a banker versus trader paradox</title>
		<link>http://www.win-vector.com/blog/2010/01/relative-returns-a-banker-versus-trader-paradox/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=relative-returns-a-banker-versus-trader-paradox</link>
		<comments>http://www.win-vector.com/blog/2010/01/relative-returns-a-banker-versus-trader-paradox/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 22:20:04 +0000</pubDate>
		<dc:creator>John Mount</dc:creator>
				<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[Statistics]]></category>
		<category><![CDATA[Finance]]></category>
		<category><![CDATA[logarithm]]></category>
		<category><![CDATA[paradox]]></category>
		<category><![CDATA[percent change]]></category>
		<category><![CDATA[relative returns]]></category>

		<guid isPermaLink="false">http://www.win-vector.com/blog/?p=1296</guid>
		<description><![CDATA[Quick Joke. Q: What is the difference between a banker and a trader? A: A banker will try and tell you a 10% loss followed by a 10% gain is breaking even. This is a bit less arcane than some of the issues we usually discuss on the Win-Vector Blog, but it is a fun [...]


Related posts:<ol><li><a href='http://www.win-vector.com/blog/2010/03/r-annoyances/' rel='bookmark' title='Permanent Link: R annoyances'>R annoyances</a></li>
<li><a href='http://www.win-vector.com/blog/2009/07/thievery-considered-harmful/' rel='bookmark' title='Permanent Link: Thievery considered harmful'>Thievery considered harmful</a></li>
<li><a href='http://www.win-vector.com/blog/2009/05/programs-reduced-to-statistics/' rel='bookmark' title='Permanent Link: Programs reduced to statistics'>Programs reduced to statistics</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Quick Joke. </p>
<blockquote><p>Q: What is the difference between a banker and a trader?<br />
A: A banker will try and tell you a 10% loss followed by a 10% gain is breaking even.</p></blockquote>
<p><span id="more-1296"></span><br />
This is a bit less arcane than some of the issues we usually discuss on the Win-Vector Blog, but it is a fun one.  And it does take some effort to disabuse yourself of the banker&#8217;s fallacy.</p>
<p>It turns out that a lot of our instincts about something as simple as ratios is not quite right.  Likely this is because the innate skills of counting leads to a deep understanding of addition and not of multiplication.  Take for example the opening joke: a 10% loss followed by a 10% gain sounds like it should be exactly breaking even.  But in fact it is exactly a 1% loss.</p>
<p>To compute the loss and gain on $100 we would say after the 10% loss we have $100*(1-0.1) = $90.  A 10% gain on this remaining portion would be written as $90*(1 + 0.1) = $99 which, as predicted, is missing a dollar.  An incorrect explanation would be something along the lines &#8220;well the loss was first, so it applied to a larger number than the gain.&#8221; But relative losses and gains work by multiplying and therefore is insensitive to order.  It is a fact that a 10% loss followed by a 10% gain is exactly the same as a 10% gain followed by a 10% loss (which eliminates the attempted explanation).  The correct explanation is the flaw was far earlier than you would think: you should not believe that the opposite of 10% loss is a 10% gain.   To undo the effect of a 10% loss you need just over an 11% gain (a 11.1111111% gain).</p>
<p>For a more dramatic example consider the Dow Jones Industrial Average.  It was at $12827 on January 7th 2008, by March 5th of 2009 it had fallen to $6594 or a 48% loss.  By January 4th 2010 it had experienced a 60% gain relative to March 5th 2009- but that only got us to $10583, still a 17% loss relative to January 7th 2008.  The opposite of 48% loss is in fact 192% gain (which obviously has not happened).</p>
<p>Bankers typically quote interest rates as if they were additive.  Things like points and fees are all added.  This is almost correct for small interest rates.  This nearly right (but actually wrong) language is why we have a bestiary of confusing terms describing interest: simple interest, compound interest and yield.  The bankers need some way to signal which numbers will actually be used for computing your mortgage payments versus which numbers will be used for advertising (and in the US they tended not to tell you many of the more important numbers until they were required to by law).</p>
<p>Traders, on the other hand, are very comfortable with multiplying relative losses and relative gains.  The main trick of achieving such mastery is to convert multiplication into addition.  The way to do this is the log() function (or the logarithm).</p>
<p>The log() function is simple function that has the property that log(a*b) = log(a) + log(b).  For connivence lets pick our notation so that log(10) = 1.  From this we can deduce that it must be the case that:</p>
<p><center><br />
<table>
<tr>
<td><strong>statement</strong></td>
<td><strong>justification</strong></td>
</tr>
<tr>
<td>
log(1000) = 3
</td>
<td>
 because: log(1000) = log(10*10*10) = log(10) + log(10) + log(10) = 1 + 1 + 1
</td>
</tr>
<tr>
<td>
log(1) = 0
</td>
<td>
because: log(1) = log(1*1) = log(1) + log(1)<br />
</tr>
<tr>
<td>
log(0.1) = -1
</td>
<td>
because: 0 = log(1) = log(0.1 * 10) = log(0.1) + 1 .
</td>
</tr>
</table>
<p></center></p>
<p>log() can not be used on zero or negative numbers (at least not if you expect a real number as a result).   For other values we use our calculator.</p>
<p>A trader uses logarithms to think additively  about relative changes (also called &#8220;returns&#8221;).  Breaking even is represented as 0 (our friend log(1)), relative increases are represented as positive numbers and relative decreases are represented as negative numbers.  For example a 10% loss is represented additively using logarithms as log(1- 0.1) = -0.0458.  Now in this logarithm notation the additive opposite of a -0.0458 is in fact (as you would hope) +0.0458.  You can even double check: log(1 + 0.1111111) = 0.0458.  In this notation the mathematics and the language work together- the opposite of a loss is a gain with the same magnitude (and positive sign).</p>
<p>Returning to our initial example: a 10% loss is represented as -0.0458 and a 10% gain is represented as log(1 + 0.1) = 0.0414, so if we add them (how we combing operations in the logarithmic notation) we get -0.0044.  Notice this is not zero, and is in fact equal to log(0 &#8211; 0.01) or a net-loss of 1%.</p>
<p>The point is that even trivial math becomes difficult if you are forced, by language or convention, to work from false premises.</p>


<p>Related posts:<ol><li><a href='http://www.win-vector.com/blog/2010/03/r-annoyances/' rel='bookmark' title='Permanent Link: R annoyances'>R annoyances</a></li>
<li><a href='http://www.win-vector.com/blog/2009/07/thievery-considered-harmful/' rel='bookmark' title='Permanent Link: Thievery considered harmful'>Thievery considered harmful</a></li>
<li><a href='http://www.win-vector.com/blog/2009/05/programs-reduced-to-statistics/' rel='bookmark' title='Permanent Link: Programs reduced to statistics'>Programs reduced to statistics</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.win-vector.com/blog/2010/01/relative-returns-a-banker-versus-trader-paradox/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Thievery considered harmful</title>
		<link>http://www.win-vector.com/blog/2009/07/thievery-considered-harmful/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=thievery-considered-harmful</link>
		<comments>http://www.win-vector.com/blog/2009/07/thievery-considered-harmful/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 16:18:32 +0000</pubDate>
		<dc:creator>John Mount</dc:creator>
				<category><![CDATA[Finance]]></category>
		<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[Thieves]]></category>

		<guid isPermaLink="false">http://www.win-vector.com/blog/?p=178</guid>
		<description><![CDATA[A bit of a tempest in finance news involving accusations of sensitive code stolen from a major trading desk. For emerging details see: Special Agent Michael G. McSwain&#8217;s charges Mathew Goldstein&#8217;s Reuters article Zero Hedge blog entry For me this triggers some strong (and sad) personal memories. No matter what inappropriate &#8220;Robin Hood&#8221; intellectual property [...]


Related posts:<ol><li><a href='http://www.win-vector.com/blog/2008/04/sorting-in-anger/' rel='bookmark' title='Permanent Link: Sorting Used in Anger'>Sorting Used in Anger</a></li>
<li><a href='http://www.win-vector.com/blog/2010/01/relative-returns-a-banker-versus-trader-paradox/' rel='bookmark' title='Permanent Link: Relative returns: a banker versus trader paradox'>Relative returns: a banker versus trader paradox</a></li>
<li><a href='http://www.win-vector.com/blog/2008/09/a-quick-appreciation-of-the-sharpe-ratio/' rel='bookmark' title='Permanent Link: A Quick Appreciation of the Sharpe Ratio'>A Quick Appreciation of the Sharpe Ratio</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>A bit of a tempest in finance news involving accusations of sensitive code stolen from a major trading desk.  For emerging details see:</p>
<ul>
<li>
<a href="http://static.reuters.com/resources/media/editorial/20090706/Complaint%20--%20Aleynikov.pdf" target="other">Special Agent Michael G. McSwain&#8217;s charges</a>
</li>
<li>
<a href="http://blogs.reuters.com/commentaries/2009/07/05/a-goldman-trading-scandal/" target="other">Mathew Goldstein&#8217;s Reuters article</a>
</li>
<li>
<a href="http://zerohedge.blogspot.com/2009/07/is-case-of-quant-trading-industrial.html" target="other">Zero Hedge blog entry</a>
</li>
</ul>
<p><span id="more-178"></span></p>
<p>For me this triggers some strong (and sad) personal memories.</p>
<p>No matter what inappropriate &#8220;Robin Hood&#8221; intellectual property fantasies you have this (if true) is just wrong. I have never been a huge fan of the <a href="http://www.acm.org/about/code-of-ethics" target="other">ACM Code of Ethics</a> (which does cover this situation, but fails to seriously address much beyond having  responsibilities to your employer) but this sort of incident reminds me why computer science needs some approximation of a shared set of ethics that we can try to refer to.</p>
<p>A particularly sad part of the story that attracted my attention was the reliance on &#8220;bash history&#8221; to try and establish what happened.  Attempting to &#8220;prove&#8221; something using a &#8220;bash history&#8221; is something I have painful experience with.  The &#8220;bash history&#8221; system is incredibly inadequate even for what it was designed for (caching recent commands).  Simply having two shells open can cause non-deterministic overwriting, deletion, clobbering and time disorderings in the history file.  Furthermore bash history has no dates, times, directories or any other contextual hints written into it.  Finally bash history has no hashes, signatures, nonces, sequence numbers or any other device that helps establish authenticity.</p>
<p>Now for my story.  We (by chance) caught somebody walking off with our group&#8217;s entire source tree.  In the end all we had to go on was the bash history.  To hostile eyes bash history is nowhere near what you would call &#8220;forensic grade evidence.&#8221;  Unfortunately for us the theft was intramural, the thief was merely taking the code to another group in the same company to later mine and represent as their own work.  At this point even language worked against us- every time we accidentally said something like &#8220;our code&#8221; (as in the code we produced, not the code we own) we were perceived as being anti-company.  Evil prevailed (the thief was promoted) and I looked stupid for working so hard to try to interpret such low-quality evidence.  But we live in an objective world- just because you can&#8217;t prove something doesn&#8217;t mean there isn&#8217;t some buried ugly truth.</p>
<p>So what was stolen?  Not the code, that moved from one pocket of the corporation that owned it to another pocket of the same corporation.  What was stolen was reputation.  The thief presumably appeared to out-produce both his old colleagues and his new ones (who don&#8217;t have a few absconded person-years of development to draw from).  So an apology to anyone who was asked why they could not code as fast as our escaped &#8220;genius,&#8221; it was certainly not our intent to so equip him.  And a larger apology to the rest of the team, sorry we could not prove the misappropriation of your work.  </p>
<p>Of course Shakespeare said it much better (from Othello):</p>
<blockquote>
<pre>
Good name in man and woman, dear my lord,
Is the immediate jewel of their souls:
Who steals my purse steals trash; ’t is something, nothing;
’T was mine, ’t is his, and has been slave to thousands;
But he that filches from me my good name
Robs me of that which not enriches him
And makes me poor indeed.
</pre>
</blockquote>


<p>Related posts:<ol><li><a href='http://www.win-vector.com/blog/2008/04/sorting-in-anger/' rel='bookmark' title='Permanent Link: Sorting Used in Anger'>Sorting Used in Anger</a></li>
<li><a href='http://www.win-vector.com/blog/2010/01/relative-returns-a-banker-versus-trader-paradox/' rel='bookmark' title='Permanent Link: Relative returns: a banker versus trader paradox'>Relative returns: a banker versus trader paradox</a></li>
<li><a href='http://www.win-vector.com/blog/2008/09/a-quick-appreciation-of-the-sharpe-ratio/' rel='bookmark' title='Permanent Link: A Quick Appreciation of the Sharpe Ratio'>A Quick Appreciation of the Sharpe Ratio</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.win-vector.com/blog/2009/07/thievery-considered-harmful/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A Quick Appreciation of the Sharpe Ratio</title>
		<link>http://www.win-vector.com/blog/2008/09/a-quick-appreciation-of-the-sharpe-ratio/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=a-quick-appreciation-of-the-sharpe-ratio</link>
		<comments>http://www.win-vector.com/blog/2008/09/a-quick-appreciation-of-the-sharpe-ratio/#comments</comments>
		<pubDate>Wed, 01 Oct 2008 03:15:07 +0000</pubDate>
		<dc:creator>John Mount</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Expository Writing]]></category>
		<category><![CDATA[Finance]]></category>
		<category><![CDATA[Mathematical Bedside Reading]]></category>
		<category><![CDATA[Sharpe Ratio]]></category>

		<guid isPermaLink="false">http://www.win-vector.com/blog/?p=22</guid>
		<description><![CDATA[The current state of the global financial markets has gotten more people than usual worrying about the technical aspects of finance. One method for reasoning about investment returns and risk is a tool called the Sharpe Ratio. It is well worth reviewing this measure and seeing how, if used properly, it doesn&#8217;t favor any of [...]


Related posts:<ol><li><a href='http://www.win-vector.com/blog/2010/01/easy-portfolio-allocation/' rel='bookmark' title='Permanent Link: &#8220;Easy&#8221; Portfolio Allocation'>&#8220;Easy&#8221; Portfolio Allocation</a></li>
<li><a href='http://www.win-vector.com/blog/2009/10/what-is-the-gamblers-equivalent-of-amdahls-law/' rel='bookmark' title='Permanent Link: What is the gambler&#8217;s equivalent of Amdahl&#8217;s Law?'>What is the gambler&#8217;s equivalent of Amdahl&#8217;s Law?</a></li>
<li><a href='http://www.win-vector.com/blog/2009/03/what-does-the-market-think/' rel='bookmark' title='Permanent Link: What does the Market Think?'>What does the Market Think?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>The current state of the global financial markets has gotten more people than usual worrying about the technical aspects of finance.  One method for reasoning about investment returns and risk is a tool called the Sharpe Ratio.  It is well worth reviewing this measure and seeing how, if used properly, it doesn&#8217;t favor any of the mistakes that underly our current financial crisis.<span id="more-22"></span></p>
<p>The Sharpe ratio is a famous measure of &#8220;risk adjusted return&#8221; and is defined as &#8220;the ratio of the expected excess return from an investment divided by standard deviation of the excess return.&#8221;  It is most easily demonstrated by an example (which we work in pieces).</p>
<p>If an investment is expected to generate a profit of 15% in the next year and an insured bank account would generate 10% profit then the expected excess return invested is 15% &#8211; 10% = 5%.  A rational investor would never take a risky investment that did not have a positive excess return (else they would expect to make more money at a bank). &#8220;Expected&#8221; is a technical term which means the average return of the investment averaged over all possible outcomes (weighted by the odds of each outcome), we can explain this by working a couple of examples.</p>
<p>Consider investment &#8220;A&#8221; which is a generally good idea that returns a 20% profit in half the possible years and a 10% profit in the other half of the years.  Investment A has an expected return of 0.5*20% + 0.5*10% = 15%.  Investment &#8220;A&#8221; has 15% &#8211; 10% = 5% excess return.</p>
<p>Also consider another investment &#8220;B&#8221; which is a risky bet that returns 20% profit most years (around 95.8% of them) and goes bankrupt in the other years.  The expected return of investment &#8220;B&#8221; is 0.958*20% + 0.042*(-100%) = 14.96%, or essentially 15%.   Investment &#8220;B&#8221; has 15% &#8211; 10% = 5% excess return.</p>
<p>As we can see &#8220;expectation&#8221; alone can not really tell these two investments apart.  That is why the second component of the Sharpe ratio is something called the standard deviation.  The standard deviation is defined as the square-root of the squared deviations of the return from the target value of 15%.  What we do is measure for each possible outcome how far off the return is from the target of 15%, multiply this number by itself (called squaring it) and then take the square-root of the sum of all such values.  Again, this is best explained by an example.</p>
<p>Investment &#8220;A&#8221; has a standard deviation of:<br />
square-root(  0.5 * (20% &#8211; 15%)*(20% &#8211; 15%) +  0.5 * (10% &#8211; 15%)*(10% &#8211; 15%)  ) = 5%</p>
<p>And investment &#8220;B&#8221; has a standard deviation of:<br />
square-root( 0.958 *( 20% &#8211; 15%)*( 20% &#8211; 15%) + 0.042*(-100% &#8211; 15%)*(-100% &#8211; 15%) ) = 24%</p>
<p>Just like in the calculation of expectation we are taking every possible situation and summing (weighted by the likelihood) our value of interest (in this case the squared variation).</p>
<p>The standard deviation&#8217;s opinion is that investment &#8220;B&#8221; is about five times riskier than investment &#8220;A.&#8221;  And this is the grace of the Sharpe ratio: it says that investment &#8220;A&#8221;&#8216;s value is (15% &#8211; 10%)/5% =  1 and &#8220;B&#8221;&#8216;s value is (15% &#8211; 10%)/24% = 0.2.</p>
<p>An interesting feature of the Sharpe ratio is that, unlike Wall Street, it does not believe that leveraging increases profitability.  A common desperation move is to take an investment that has a moderate return and borrow money to simulate larger returns by having larger exposure.  For instance an investment that returns 15% can try to simulate a higher return by borrowing.   If for every $1,000 invested we borrow another $1,000 to invest (paying the risk rate of 10% for the money) one can show an apparent rate of return of ($2000*15% &#8211; $1000*10%)/$1000 or 20%.  However, this is not free money- the investor is taking on twice as much risk for only half as much more return.  In fact with sufficient leverage (three times, for times, thirty times) one can convert a safe investment into a risky investment that could even go bankrupt.  The Sharpe ratio (by design) is not fooled by this sort of manipulation.  Investing $1000 in investment A has the exact same Sharpe ratio as investing $1000 plus $1000 more borrowed at the risk-free rate (this is part of the cleverness of using excess returns instead of un-adjusted returns).</p>
<p>Unfortunately to use the Sharpe ratio you need good estimates of three things:</p>
<p>1) The expected return of the investment.</p>
<p>2) The risk-less available in the market (to compute excess).</p>
<p>3) The standard deviation of the investment.</p>
<p>All three of these facts are about the future, so we don&#8217;t really know any of them.  The historic returns of an investment are not the same thing as the expected returns in the future, interest rates can change and the standard deviation is especially hard to estimate.  However, if you have a model (or at least a theory) of what your investments are supposed to do then you can plug in estimates for these three quantities and use the Sharpe ratio to determine which investments really are best.</p>
<p>If you knew how investment &#8220;A&#8221; worked and could estimate that it returned 20% about half the time and 10% the other times you could estimate its Sharpe ratio as 1.  And if you knew investment &#8220;B&#8221; was a gamble that almost always paid off at 20% with a single rare event that causes bankruptcy you could estimate its Sharpe ratio as 0.2.  Even if your estimates were inaccurate (say you estimate investment &#8220;A&#8221;&#8216;s Sharpe ratio is 0.7 and investment &#8220;B&#8221;&#8216;s Sharpe ratio as 0.3) the indication is to stay away from investment &#8220;B.&#8221;</p>
<p>This is in stark contrast to the conclusion you would draw if you thought of these investments as a &#8220;black box&#8221; (like a fund of funds does) and looked only at their historic performance.  If you looked at around 5 years of historic performance of both investments you would (incorrectly) think the following:</p>
<p>Investment A looks kind of noisy, some years it returns 10% and some years it return 20%.  You would estimate (correctly) the return as averaging to 15% and you can even get a historic estimate of its standard deviation that is actually about right (5%)</p>
<p>Investment B looks like easy money.  With about 80% chance you would not have seen a bankruptcy, just 5 years of 20% returns.  You would mis-estimate the return as being 20% (all you have ever seen) and further mis-estimate the standard deviation as 0%.</p>
<p>Based on historic data alone you would fire the manager of investment &#8220;A&#8221;, give the manager of investment &#8220;B&#8221; a huge bonus and invest all of your money.  And a few years later you would go bankrupt.</p>
<p>What is going on is very well explained by Nassim Nicholas Taleb as &#8220;the turkey paradox.&#8221;  Domestic turkeys are all killed at about the exact same age (say 60 days).  For somebody that understands commercial poultry farming there is not any mystery or uncertainty about it.  60 days before you want to sell a turkey carcass you buy a turkey chick.  There is an inevitability and reverse causality- the desire for the turkey&#8217;s carcass funds and causes the turkey&#8217;s start of life 60 days earlier.  Now if the turkey is a statistical empiricist (perhaps with a PhD in machine learning) things look good.  The turkey sets up a model of each day having an unknown chance of being good or bad.  The turkey figures that each day&#8217;s outcome is an independent trial drawn from this single unknown probability.  The turkey collects evidence: every day it gets fed.  Each day is more evidence that all days will be good.  And then on day 60 the turkey gets a nasty surprise.  The turkey&#8217;s life was a bad investment from day one, all of the &#8220;evidence&#8221; the turkey collects along the way was irrelevant because the model was wrong.  And the model was wrong because the turkey guessed at the model instead of investigating the nature of poultry farming.</p>
<p>Much is the same in many investments.  There are investments that look like investment &#8220;B&#8221; when you open the hood.  Many of them involve writing &#8220;out of the money options&#8221; and &#8220;default swaps.&#8221;  These are essentially selling insurance on events that nobody thinks are likely.  Selling insurance that usually is not used is profitable, until the insurance gets used.   This is why insurance companies (if they are ethical) don&#8217;t treat the entirety of collected payments as profit- but as a stockpile that must be kept to pay the claims that will inevitably some day come true.</p>
<p>It is important to point out the Sharpe ratio will give you incorrect results if you plug bad estimates into it.  Overall the Sharpe ratio prefers good investments and diversification but it can be led astray.  In fact that is the whole point: no amount of smart math will undo the inevitable consequences of wrong models that are used because &#8220;you need something you can solve&#8221; (like the turkey) or &#8220;everybody else is getting rich using them&#8221; (like investment &#8220;B&#8221;).</p>


<p>Related posts:<ol><li><a href='http://www.win-vector.com/blog/2010/01/easy-portfolio-allocation/' rel='bookmark' title='Permanent Link: &#8220;Easy&#8221; Portfolio Allocation'>&#8220;Easy&#8221; Portfolio Allocation</a></li>
<li><a href='http://www.win-vector.com/blog/2009/10/what-is-the-gamblers-equivalent-of-amdahls-law/' rel='bookmark' title='Permanent Link: What is the gambler&#8217;s equivalent of Amdahl&#8217;s Law?'>What is the gambler&#8217;s equivalent of Amdahl&#8217;s Law?</a></li>
<li><a href='http://www.win-vector.com/blog/2009/03/what-does-the-market-think/' rel='bookmark' title='Permanent Link: What does the Market Think?'>What does the Market Think?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.win-vector.com/blog/2008/09/a-quick-appreciation-of-the-sharpe-ratio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
