<?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: Mean Variance Optimization with Matlab</title>
	<atom:link href="http://luminouslogic.com/mean-variance-optimization-with-matlab.htm/feed" rel="self" type="application/rss+xml" />
	<link>http://luminouslogic.com/mean-variance-optimization-with-matlab.htm</link>
	<description>Stock-picking is an art.  I have sympathy for all who attempt it.</description>
	<lastBuildDate>Thu, 24 May 2012 06:06:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Nora</title>
		<link>http://luminouslogic.com/mean-variance-optimization-with-matlab.htm/comment-page-1#comment-3043</link>
		<dc:creator>Nora</dc:creator>
		<pubDate>Sun, 26 Feb 2012 15:04:35 +0000</pubDate>
		<guid isPermaLink="false">http://luminouslogic.com/?p=2469#comment-3043</guid>
		<description>That indeed does help a lot!

I&#039;ll try when I have time, thanks for your support!

Love,
Nora</description>
		<content:encoded><![CDATA[<p>That indeed does help a lot!</p>
<p>I&#8217;ll try when I have time, thanks for your support!</p>
<p>Love,<br />
Nora</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lumilog</title>
		<link>http://luminouslogic.com/mean-variance-optimization-with-matlab.htm/comment-page-1#comment-3036</link>
		<dc:creator>Lumilog</dc:creator>
		<pubDate>Sun, 19 Feb 2012 21:00:29 +0000</pubDate>
		<guid isPermaLink="false">http://luminouslogic.com/?p=2469#comment-3036</guid>
		<description>hi nora,

you only need to do 2 things.  add the new row of returns under line 15 and then give the new asset class a name on the line under that.

for example, under line 15, I&#039;ll add some random data (you would enter the asset class returns) like so:
rors(4,:)     = rand(size(rors(3,:))); 

And then on the asset class line, I added an extra entry to give it a name like so:
asset_classes = {&#039;S&amp;P 500 Index&#039;, &#039;Barclays US Aggregate Bond Index&#039;, &#039;Pacific Rim Index&#039;, &#039;Sample Asset Class&#039;}; 

Hope that helps!</description>
		<content:encoded><![CDATA[<p>hi nora,</p>
<p>you only need to do 2 things.  add the new row of returns under line 15 and then give the new asset class a name on the line under that.</p>
<p>for example, under line 15, I&#8217;ll add some random data (you would enter the asset class returns) like so:<br />
rors(4,:)     = rand(size(rors(3,:))); </p>
<p>And then on the asset class line, I added an extra entry to give it a name like so:<br />
asset_classes = {&#8216;S&#038;P 500 Index&#8217;, &#8216;Barclays US Aggregate Bond Index&#8217;, &#8216;Pacific Rim Index&#8217;, &#8216;Sample Asset Class&#8217;}; </p>
<p>Hope that helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nora</title>
		<link>http://luminouslogic.com/mean-variance-optimization-with-matlab.htm/comment-page-1#comment-3029</link>
		<dc:creator>Nora</dc:creator>
		<pubDate>Thu, 16 Feb 2012 18:35:08 +0000</pubDate>
		<guid isPermaLink="false">http://luminouslogic.com/?p=2469#comment-3029</guid>
		<description>Hi Lumi,
I&#039;m currently playing around with your MPT code. So I tried to enlarge the sample you have by adding another Index. Turns out that it&#039;s not as easy as one might think... Can you please tell me where I do have to change the code so that the code works for more asset classes as well?

Cheers &amp; thanks a lot,
Nora</description>
		<content:encoded><![CDATA[<p>Hi Lumi,<br />
I&#8217;m currently playing around with your MPT code. So I tried to enlarge the sample you have by adding another Index. Turns out that it&#8217;s not as easy as one might think&#8230; Can you please tell me where I do have to change the code so that the code works for more asset classes as well?</p>
<p>Cheers &amp; thanks a lot,<br />
Nora</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mathieuchamel &#124; Pearltrees</title>
		<link>http://luminouslogic.com/mean-variance-optimization-with-matlab.htm/comment-page-1#comment-2984</link>
		<dc:creator>mathieuchamel &#124; Pearltrees</dc:creator>
		<pubDate>Thu, 29 Dec 2011 22:03:16 +0000</pubDate>
		<guid isPermaLink="false">http://luminouslogic.com/?p=2469#comment-2984</guid>
		<description>[...] Mean Variance Optimization and Modern Portfolio Theory with Matlab &#124; Luminous Logic [...]</description>
		<content:encoded><![CDATA[<p>[...] Mean Variance Optimization and Modern Portfolio Theory with Matlab | Luminous Logic [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://luminouslogic.com/mean-variance-optimization-with-matlab.htm/comment-page-1#comment-2656</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Sun, 20 Mar 2011 10:46:28 +0000</pubDate>
		<guid isPermaLink="false">http://luminouslogic.com/?p=2469#comment-2656</guid>
		<description>you have two constraint equations.  i.e. the weights sum to one and the return fractions sum to the expected portfolio return.  you could remove the return equation and replace it with beta fractions summing to the portfolio beta .... then the weights aren&#039;t dependent on the estimated equity returns and the portfolio remains balanced.

good luck on the tests man</description>
		<content:encoded><![CDATA[<p>you have two constraint equations.  i.e. the weights sum to one and the return fractions sum to the expected portfolio return.  you could remove the return equation and replace it with beta fractions summing to the portfolio beta &#8230;. then the weights aren&#8217;t dependent on the estimated equity returns and the portfolio remains balanced.</p>
<p>good luck on the tests man</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lumilog</title>
		<link>http://luminouslogic.com/mean-variance-optimization-with-matlab.htm/comment-page-1#comment-2425</link>
		<dc:creator>Lumilog</dc:creator>
		<pubDate>Sun, 02 May 2010 22:42:57 +0000</pubDate>
		<guid isPermaLink="false">http://luminouslogic.com/?p=2469#comment-2425</guid>
		<description>Chuck - thanks so much for writing and glad it was insightful.  Good luck in your studies! - lumi</description>
		<content:encoded><![CDATA[<p>Chuck &#8211; thanks so much for writing and glad it was insightful.  Good luck in your studies! &#8211; lumi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chuck</title>
		<link>http://luminouslogic.com/mean-variance-optimization-with-matlab.htm/comment-page-1#comment-2423</link>
		<dc:creator>Chuck</dc:creator>
		<pubDate>Sun, 02 May 2010 21:37:44 +0000</pubDate>
		<guid isPermaLink="false">http://luminouslogic.com/?p=2469#comment-2423</guid>
		<description>Hi !

I am just writing in order to thank you for your blog. I am currently studying the MVP theory and your blog as well as your m file helped me a lot in understanding the outcomings of this theory.</description>
		<content:encoded><![CDATA[<p>Hi !</p>
<p>I am just writing in order to thank you for your blog. I am currently studying the MVP theory and your blog as well as your m file helped me a lot in understanding the outcomings of this theory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lumilog</title>
		<link>http://luminouslogic.com/mean-variance-optimization-with-matlab.htm/comment-page-1#comment-2412</link>
		<dc:creator>Lumilog</dc:creator>
		<pubDate>Mon, 22 Mar 2010 18:05:30 +0000</pubDate>
		<guid isPermaLink="false">http://luminouslogic.com/?p=2469#comment-2412</guid>
		<description>Hi Wenger - thanks so much for taking the time to write.  So glad you enjoyed the Level One posts - I wish my current workload didn&#039;t preclude me from putting the same time &amp; effort into blogging about Level Two.

Funny that we&#039;re both DSP guys.  I always thought that after a few months studying the stock market, I&#039;d be making a killing using something fancy like neural networks or wavelet transforms over historical price data to identify and exploit inefficiencies. But as Einstein said, not everything that counts can be counted and not everything that can be counted counts.  So I find myself in the CFA program and reading 10-K&#039;s and 10-Q&#039;s! 

Your blog looks great and I&#039;m adding you to my list of links.   Wishing you lots of luck for Level 2 - let us know how you did come August.

-lumi</description>
		<content:encoded><![CDATA[<p>Hi Wenger &#8211; thanks so much for taking the time to write.  So glad you enjoyed the Level One posts &#8211; I wish my current workload didn&#8217;t preclude me from putting the same time &amp; effort into blogging about Level Two.</p>
<p>Funny that we&#8217;re both DSP guys.  I always thought that after a few months studying the stock market, I&#8217;d be making a killing using something fancy like neural networks or wavelet transforms over historical price data to identify and exploit inefficiencies. But as Einstein said, not everything that counts can be counted and not everything that can be counted counts.  So I find myself in the CFA program and reading 10-K&#8217;s and 10-Q&#8217;s! </p>
<p>Your blog looks great and I&#8217;m adding you to my list of links.   Wishing you lots of luck for Level 2 &#8211; let us know how you did come August.</p>
<p>-lumi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wenger J Khairy</title>
		<link>http://luminouslogic.com/mean-variance-optimization-with-matlab.htm/comment-page-1#comment-2411</link>
		<dc:creator>Wenger J Khairy</dc:creator>
		<pubDate>Mon, 22 Mar 2010 05:55:47 +0000</pubDate>
		<guid isPermaLink="false">http://luminouslogic.com/?p=2469#comment-2411</guid>
		<description>Sencha71 (? is that your name),
I&#039;ve been following your blog for about a year plus. The peach of the posting was your travails for Level I, I read it out to my mom and she was burst out laughing. (Flunked L1 on first time, got it right the 2nd time, am with u on this L2 June 2010).

By the way, I would also include myself as having some DSP scars of wars. Mine was the TI 6200 and later on the SHARC bits from AD. Some fond memories remembering the SHARC, if memory serves me right (quote from Chairman Kaga in Iron Chef), I remember setting up two DAG counters and using them to get the memory address for the data bits. Well it was a long time - 2001-2002.

And so I find myself in the same boat with you. Ex  DSP (embedded variant) and now CFA wannabe. Right now, I&#039;ve fully dissolved myself from the engineering side, I do a bit of political blogging for some up coming Senators (sort of) guys in Malaysia and I use CFA material all the time to kick ass.

Just a note to tell you best of luck, and if you ever find the time, do drop by at mine. Some of the postings is in my national language, but some are in English too.

Cheers

Wenger J. Khairy
Cybertrooper</description>
		<content:encoded><![CDATA[<p>Sencha71 (? is that your name),<br />
I&#8217;ve been following your blog for about a year plus. The peach of the posting was your travails for Level I, I read it out to my mom and she was burst out laughing. (Flunked L1 on first time, got it right the 2nd time, am with u on this L2 June 2010).</p>
<p>By the way, I would also include myself as having some DSP scars of wars. Mine was the TI 6200 and later on the SHARC bits from AD. Some fond memories remembering the SHARC, if memory serves me right (quote from Chairman Kaga in Iron Chef), I remember setting up two DAG counters and using them to get the memory address for the data bits. Well it was a long time &#8211; 2001-2002.</p>
<p>And so I find myself in the same boat with you. Ex  DSP (embedded variant) and now CFA wannabe. Right now, I&#8217;ve fully dissolved myself from the engineering side, I do a bit of political blogging for some up coming Senators (sort of) guys in Malaysia and I use CFA material all the time to kick ass.</p>
<p>Just a note to tell you best of luck, and if you ever find the time, do drop by at mine. Some of the postings is in my national language, but some are in English too.</p>
<p>Cheers</p>
<p>Wenger J. Khairy<br />
Cybertrooper</p>
]]></content:encoded>
	</item>
</channel>
</rss>

