<?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 on: Phase 1: Determine what problem you are going to solve</title>
	<atom:link href="http://ironboundsoftware.com/blog/2006/02/27/phase-1-determine-what-problem-you-are-going-to-solve/feed/" rel="self" type="application/rss+xml" />
	<link>http://ironboundsoftware.com/blog/2006/02/27/phase-1-determine-what-problem-you-are-going-to-solve/</link>
	<description>Droplets of Yes and No</description>
	<lastBuildDate>Fri, 31 Dec 2010 05:48:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: jerry chen</title>
		<link>http://ironboundsoftware.com/blog/2006/02/27/phase-1-determine-what-problem-you-are-going-to-solve/comment-page-1/#comment-1556</link>
		<dc:creator>jerry chen</dc:creator>
		<pubDate>Fri, 31 Mar 2006 18:46:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.ironboundsoftware.com/blog/?p=197#comment-1556</guid>
		<description>hello nick,

are you familiar with the Kelly Criterion? i have been reading this book called Fortune&#039;s Formula by Poundstone and it talks about this famous equation. it&#039;s based on Information Theory and was used for beating the stock market.

basically it goes like this, assuming you know in advance the probability of winning a wager and you know the odds you are paid per win, there are two extremes in betting strategies: bet everything you got. bet nothing. both strategies are inadequate, and in order to maximize your chances, there is an ideal middleground that can be calculated.

introduction:
http://www.investopedia.com/articles/trading/04/091504.asp

derivation:
http://www.jimgeary.com/poker/letters/KELLY.HTM

the original formulation as described on wikipedia goes like this:

f = (bp - q) / b
where:
f = ratio of entire bankroll to place in each bet
b = odds paid per win (ratio of bet)
p = chance of winning
q = chance of losing (= 1 - p)

a friend of mine was interested in the situation where only partial loss is incurred in a bad guess (ie. lose 1/3 your bet instead of 100%).
i did the math and i found the new equation to be:

f = (bp - qc) / bc
where:
f = ratio of entire bankroll to place in each bet
b = odds paid per win (ratio of bet)
c = punishment per loss (ratio of bet)
p = chance of winning
q = chance of losing (= 1 - p)

it&#039;s very elegant.. except the equation explodes when you plug 0 into either b or c.</description>
		<content:encoded><![CDATA[<p>hello nick,</p>
<p>are you familiar with the Kelly Criterion? i have been reading this book called Fortune&#8217;s Formula by Poundstone and it talks about this famous equation. it&#8217;s based on Information Theory and was used for beating the stock market.</p>
<p>basically it goes like this, assuming you know in advance the probability of winning a wager and you know the odds you are paid per win, there are two extremes in betting strategies: bet everything you got. bet nothing. both strategies are inadequate, and in order to maximize your chances, there is an ideal middleground that can be calculated.</p>
<p>introduction:<br />
<a href="http://www.investopedia.com/articles/trading/04/091504.asp" rel="nofollow">http://www.investopedia.com/articles/trading/04/091504.asp</a></p>
<p>derivation:<br />
<a href="http://www.jimgeary.com/poker/letters/KELLY.HTM" rel="nofollow">http://www.jimgeary.com/poker/letters/KELLY.HTM</a></p>
<p>the original formulation as described on wikipedia goes like this:</p>
<p>f = (bp &#8211; q) / b<br />
where:<br />
f = ratio of entire bankroll to place in each bet<br />
b = odds paid per win (ratio of bet)<br />
p = chance of winning<br />
q = chance of losing (= 1 &#8211; p)</p>
<p>a friend of mine was interested in the situation where only partial loss is incurred in a bad guess (ie. lose 1/3 your bet instead of 100%).<br />
i did the math and i found the new equation to be:</p>
<p>f = (bp &#8211; qc) / bc<br />
where:<br />
f = ratio of entire bankroll to place in each bet<br />
b = odds paid per win (ratio of bet)<br />
c = punishment per loss (ratio of bet)<br />
p = chance of winning<br />
q = chance of losing (= 1 &#8211; p)</p>
<p>it&#8217;s very elegant.. except the equation explodes when you plug 0 into either b or c.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://ironboundsoftware.com/blog/2006/02/27/phase-1-determine-what-problem-you-are-going-to-solve/comment-page-1/#comment-1555</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Mon, 27 Mar 2006 14:10:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.ironboundsoftware.com/blog/?p=197#comment-1555</guid>
		<description>Very cool! Thank you Jerry, that is quite a list! Looks like I&#039;ll never be able to say &quot;I&#039;ve got nothing to read&quot; again... ;)

-Nick</description>
		<content:encoded><![CDATA[<p>Very cool! Thank you Jerry, that is quite a list! Looks like I&#8217;ll never be able to say &#8220;I&#8217;ve got nothing to read&#8221; again&#8230; <img src='http://ironboundsoftware.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>-Nick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jerry chen</title>
		<link>http://ironboundsoftware.com/blog/2006/02/27/phase-1-determine-what-problem-you-are-going-to-solve/comment-page-1/#comment-1554</link>
		<dc:creator>jerry chen</dc:creator>
		<pubDate>Sun, 26 Mar 2006 08:39:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.ironboundsoftware.com/blog/?p=197#comment-1554</guid>
		<description>i&#039;ve collected some authoritative publications on the subject, if you are interested in how it works. i have a vague understanding, but perhaps we can share our insights and learn a thing or two. i&#039;m still figuring out the details..

http://bertolami.com/jerry/spectral.htm</description>
		<content:encoded><![CDATA[<p>i&#8217;ve collected some authoritative publications on the subject, if you are interested in how it works. i have a vague understanding, but perhaps we can share our insights and learn a thing or two. i&#8217;m still figuring out the details..</p>
<p><a href="http://bertolami.com/jerry/spectral.htm" rel="nofollow">http://bertolami.com/jerry/spectral.htm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://ironboundsoftware.com/blog/2006/02/27/phase-1-determine-what-problem-you-are-going-to-solve/comment-page-1/#comment-1553</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Sat, 25 Mar 2006 01:54:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.ironboundsoftware.com/blog/?p=197#comment-1553</guid>
		<description>Thanks Jerry, I&#039;ll keep that in mind. I&#039;m working my way though that last document you recommended. :) Lots of good info in there.

Also, I hear you on the math and wondering why it works. I&#039;ve been looking at the perl code in that Dr. Dobbs article trying to figure out the advantages of that approach. Very interesting stuff.</description>
		<content:encoded><![CDATA[<p>Thanks Jerry, I&#8217;ll keep that in mind. I&#8217;m working my way though that last document you recommended. <img src='http://ironboundsoftware.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Lots of good info in there.</p>
<p>Also, I hear you on the math and wondering why it works. I&#8217;ve been looking at the perl code in that Dr. Dobbs article trying to figure out the advantages of that approach. Very interesting stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jerry chen</title>
		<link>http://ironboundsoftware.com/blog/2006/02/27/phase-1-determine-what-problem-you-are-going-to-solve/comment-page-1/#comment-1552</link>
		<dc:creator>jerry chen</dc:creator>
		<pubDate>Wed, 22 Mar 2006 19:00:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.ironboundsoftware.com/blog/?p=197#comment-1552</guid>
		<description>if you want, i can give you a whole slew of references. i&#039;m currently using it for my thesis. the math isn&#039;t hard, but as to why it works is beyond me.</description>
		<content:encoded><![CDATA[<p>if you want, i can give you a whole slew of references. i&#8217;m currently using it for my thesis. the math isn&#8217;t hard, but as to why it works is beyond me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://ironboundsoftware.com/blog/2006/02/27/phase-1-determine-what-problem-you-are-going-to-solve/comment-page-1/#comment-1551</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Tue, 21 Mar 2006 18:04:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.ironboundsoftware.com/blog/?p=197#comment-1551</guid>
		<description>Hey Jerry, how&#039;s it going?

Thanks for the link, I&#039;ve come across the term &quot;spectral clustering&quot; while doing some reading, but this is the first paper I&#039;ve seen that gives some good detail. Thanks!

-Nick</description>
		<content:encoded><![CDATA[<p>Hey Jerry, how&#8217;s it going?</p>
<p>Thanks for the link, I&#8217;ve come across the term &#8220;spectral clustering&#8221; while doing some reading, but this is the first paper I&#8217;ve seen that gives some good detail. Thanks!</p>
<p>-Nick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jerry chen</title>
		<link>http://ironboundsoftware.com/blog/2006/02/27/phase-1-determine-what-problem-you-are-going-to-solve/comment-page-1/#comment-1550</link>
		<dc:creator>jerry chen</dc:creator>
		<pubDate>Tue, 21 Mar 2006 07:06:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.ironboundsoftware.com/blog/?p=197#comment-1550</guid>
		<description>hi,
i think you may find this research paper relevant in what you&#039;re trying to do. whether you&#039;re building a portfolio of stocks across similar markets, detecting questionable accounting practices, or simply guaging company profitability, spectral clustering is a powerful tool useful for untangling high order correlational data into an embedding of manageable dimension.

Porikli - Ambiguity Detection by Fusion and Conformity - A Spectral Clustering Approach

http://www.merl.com/papers/docs/TR2005-035.pdf</description>
		<content:encoded><![CDATA[<p>hi,<br />
i think you may find this research paper relevant in what you&#8217;re trying to do. whether you&#8217;re building a portfolio of stocks across similar markets, detecting questionable accounting practices, or simply guaging company profitability, spectral clustering is a powerful tool useful for untangling high order correlational data into an embedding of manageable dimension.</p>
<p>Porikli &#8211; Ambiguity Detection by Fusion and Conformity &#8211; A Spectral Clustering Approach</p>
<p><a href="http://www.merl.com/papers/docs/TR2005-035.pdf" rel="nofollow">http://www.merl.com/papers/docs/TR2005-035.pdf</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

