<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2enclosuresfull.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>10801</title><link>http://losoi.blogspot.com/</link><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/10801" /><description>へんる Henri Losoi's Personal Blog</description><language>en</language><managingEditor>noreply@blogger.com (10801)</managingEditor><lastBuildDate>Wed, 18 Jan 2012 08:16:50 PST</lastBuildDate><generator>Blogger http://www.blogger.com</generator><openSearch:totalResults xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/">2</openSearch:totalResults><openSearch:startIndex xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/">1</openSearch:startIndex><openSearch:itemsPerPage xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/">25</openSearch:itemsPerPage><feedburner:info uri="10801" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><itunes:owner><itunes:email>noreply@blogger.com</itunes:email></itunes:owner><itunes:explicit>no</itunes:explicit><itunes:subtitle>へんる Henri Losoi's Personal Blog</itunes:subtitle><item><title>Efficient Frontier And Beyond</title><link>http://feedproxy.google.com/~r/10801/~3/1Mcwax4FpzY/efficient-frontier-and-beyond.html</link><author>noreply@blogger.com (10801)</author><pubDate>Wed, 07 Sep 2011 09:32:31 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8808369256651550301.post-6787373650979999993</guid><description>A sub-project from Math Harbour&amp;nbsp;resulted in a very fast Efficient Frontier -generator. We have been developing a technology by which users can manage indifferent results, not just in list like fashion as in current SE providers. It is not easy task so we are researching ideas from other fields and time-to-time, we publish some of our results to public domain to let users to play with them. For example, we have been using Efficient Frontiers in analyzing certain states which don't seem to have unique solution. Quants can visualize risk-return -relationship with them so we thought let's try -- let's put users on Efficient Frontier! &lt;i&gt;-And guess what?! &lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;We are open-sourcing the code! [look for my repo]&lt;/blockquote&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/-OHrZJfLAOYY/TZzuSvqqKkI/AAAAAAAAB8Y/nykcRU95KRA/s1600/eff_frontier_9funds.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="300" src="http://3.bp.blogspot.com/-OHrZJfLAOYY/TZzuSvqqKkI/AAAAAAAAB8Y/nykcRU95KRA/s400/eff_frontier_9funds.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
The crux idea in the model is craft distributions with pseudo-numbers to each usage, instead banging head with n-times innermost for-loop. It killed the O(x^n) time-complexity problem. Also, noticeable thing is that you will get odd holes to your sail if you don't use proper epsilon for conditional $abs(sum(proportions)-1)&amp;lt;\epsilon$, floating point oddities at the best. For convenience, I used Python's itertools package for managing iterables, intstead of the copycatted R itertools pkg. Initially, I coded most in Python but I switched to R for statistical- and advanced graphing solutions.&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;b&gt;&lt;br /&gt;
&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;Financial Significance&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;I may publish a paper on related topic so keep looking. If someone is interested to fund some research idea, please, contact me. The model can be used to analyze number of things from style drift in active funds to arbitrage opportunities.&lt;b&gt;&lt;br /&gt;
&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
I have blurred the next example, risk profile of some active funds. I write about it because it think it is of high news -value. Please, take everything with a drain of salt because the time-span is only about 12 years and I haven't done proper analysis between many similar funds. The "&lt;i&gt;safe-haven-marketed&lt;/i&gt;" active fund (number 1) has returned poorer risk-adjusted return to AAA cash -fund. For fellow indexers, this is probably nothing new but I suggest other people to think about this case with the frontier, do you buy over-priced counter-funds? Are you sure of your fund provider? The x-axis means years, I don't want to reveal them until proper analysis with other providers, it is technically easy but time-consuming because it requires to find/parse some awkward XLS/CVS files (not in any consistent format).&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/-smUxzGuJIbY/TZ4yLiyAwbI/AAAAAAAAB8o/ogsH1qspEj4/s1600/activeFunds.jpeg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="http://3.bp.blogspot.com/-smUxzGuJIbY/TZ4yLiyAwbI/AAAAAAAAB8o/ogsH1qspEj4/s320/activeFunds.jpeg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;We have been very positive about R, it is not just statistics, it is much more -- it is a bit like GnuPlot with functional props such as list comprehensions. Think this python one-line `[x*3 for x in range(30)]` is `x&amp;lt;-seq(30); 3*x[x]-3` in R. For some odd reason, indexing starts from 1 in R, hence the -3. Anyway very cool app if you crux python, I like it a lot -- and now I am practicing with some projects dealing in Python, R and some C which I believe can be useful for MH.&lt;br /&gt;
&lt;br /&gt;
You won't hear much of me but you can always read the repo. Let my sail protect you.&lt;i&gt; No more sailing birds.&lt;/i&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8808369256651550301-6787373650979999993?l=losoi.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/10801/~4/1Mcwax4FpzY" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2011-09-07T09:32:31.552-07:00</app:edited><media:thumbnail url="http://3.bp.blogspot.com/-OHrZJfLAOYY/TZzuSvqqKkI/AAAAAAAAB8Y/nykcRU95KRA/s72-c/eff_frontier_9funds.png" height="72" width="72" /><feedburner:origLink>http://losoi.blogspot.com/2011/04/efficient-frontier-and-beyond.html</feedburner:origLink></item><item><title>The MCM competition is over</title><link>http://feedproxy.google.com/~r/10801/~3/0tNB2xJ0Pa4/mcm-competition-is-over.html</link><category>MCM</category><category>mathematics</category><author>noreply@blogger.com (10801)</author><pubDate>Mon, 04 May 2009 17:50:24 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8808369256651550301.post-4586301131058522305</guid><description>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_Qc1Z3hIcYO4/SZTT6SUiLeI/AAAAAAAAA4A/qKJBOreaJMk/s1600-h/Blog_circle.png"&gt;&lt;img style="float:right; margin:0 0 10px 10px;cursor:pointer; cursor:hand;width: 270px; height: 400px;" src="http://2.bp.blogspot.com/_Qc1Z3hIcYO4/SZTT6SUiLeI/AAAAAAAAA4A/qKJBOreaJMk/s400/Blog_circle.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5302095659625754082" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;My friends, Sami Losoi and Esa Vesalainen, and me participated in the Mathematical Contest in Modeling. The problem was about regulating traffic in, around and out of a traffic circle. &lt;br /&gt;&lt;br /&gt;Our model is an automaton. Vesalainen wrote the most of the source code in C. I debugged the code, and I synthesized the information in Awk and Excel. My brother Sami edited the information, and he fast found new and relevant information. He mastered Latex and the use of search engines. &lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;The model can be used to improve the safety in traffic circles.&lt;/span&gt; Civil engineers may want to know the impact of a broken signal to the amount of cars. Our model shows the amount of extra capacity. It can be used to calculate the critical density to avoid traffic jams. &lt;br /&gt;&lt;br /&gt;There are many other applications for the model. A creative person can find the model useful in fields such as Finance and Physics.&lt;br /&gt;&lt;br /&gt;Great thanks to Sami and Esa!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8808369256651550301-4586301131058522305?l=losoi.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/10801/~4/0tNB2xJ0Pa4" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2009-05-04T17:50:24.436-07:00</app:edited><media:thumbnail url="http://2.bp.blogspot.com/_Qc1Z3hIcYO4/SZTT6SUiLeI/AAAAAAAAA4A/qKJBOreaJMk/s72-c/Blog_circle.png" height="72" width="72" /><feedburner:origLink>http://losoi.blogspot.com/2009/02/mcm-competition-is-over.html</feedburner:origLink></item><media:rating>nonadult</media:rating></channel></rss>

