<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>stable-distributions &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/stable-distributions/</link>
	<description>Feed of posts on WordPress.com tagged "stable-distributions"</description>
	<pubDate>Sat, 18 May 2013 18:15:18 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[More fun with maximum likelihood estimation]]></title>
<link>http://phorgyphynance.wordpress.com/2012/10/20/more-fun-with-maximum-likelihood-estimation/</link>
<pubDate>Sat, 20 Oct 2012 09:02:26 +0000</pubDate>
<dc:creator>Eric</dc:creator>
<guid>http://phorgyphynance.wordpress.com/2012/10/20/more-fun-with-maximum-likelihood-estimation/</guid>
<description><![CDATA[A while ago, I wrote a post Fun with maximum likelihood estimation where I jotted down some notes. I]]></description>
<content:encoded><![CDATA[<p>A while ago, I wrote a post</p>
<h3 id="post-831" style="padding-left:30px;"><a href="http://phorgyphynance.wordpress.com/2011/01/02/fun-with-maximum-likelihood-estimation/" rel="bookmark">Fun with maximum likelihood estimation</a></h3>
<p>where I jotted down some notes. I ended the post with the following:</p>
<blockquote><p>Note: The first time I worked through this exercise, I thought it was cute, but I would never compute <img src='http://s0.wp.com/latex.php?latex=%5Cmu&amp;bg=ffffff&amp;fg=000&amp;s=0' alt='&#92;mu' title='&#92;mu' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=%5Csigma%5E2&amp;bg=ffffff&amp;fg=000&amp;s=0' alt='&#92;sigma^2' title='&#92;sigma^2' class='latex' /> as above so the maximum likelihood estimation, as presented, is not meaningful to me. Hence, this is just a warm up for what comes next. Stay tuned&#8230;</p></blockquote>
<p>Well, it has been over a year and I&#8217;m trying to get a friend interested in MLE for a side project we might work on together, so thought it would be good to revisit it now.</p>
<p>To briefly review, the probability of observing <img src='http://s0.wp.com/latex.php?latex=N&amp;bg=ffffff&amp;fg=000&amp;s=0' alt='N' title='N' class='latex' /> independent samples <img src='http://s0.wp.com/latex.php?latex=X%5Cin%5Cmathbb%7BR%7D%5EN&amp;bg=ffffff&amp;fg=000&amp;s=0' alt='X&#92;in&#92;mathbb{R}^N' title='X&#92;in&#92;mathbb{R}^N' class='latex' /> may be approximated by</p>
<p><img src='http://s0.wp.com/latex.php?latex=%5Cbegin%7Baligned%7D+P%28X%26%23124%3B%5Ctheta%29+%3D+%5Cprod_%7Bi+%3D+1%7D%5EN+P%28x_i%26%23124%3B%5Ctheta%29+%3D+%5Cleft%28%5CDelta+x%5Cright%29%5EN+%5Cprod_%7Bi%3D1%7D%5EN+%5Crho%28x_i%26%23124%3B%5Ctheta%29%2C%5Cend%7Baligned%7D&amp;bg=ffffff&amp;fg=000&amp;s=0' alt='&#92;begin{aligned} P(X&#124;&#92;theta) = &#92;prod_{i = 1}^N P(x_i&#124;&#92;theta) = &#92;left(&#92;Delta x&#92;right)^N &#92;prod_{i=1}^N &#92;rho(x_i&#124;&#92;theta),&#92;end{aligned}' title='&#92;begin{aligned} P(X&#124;&#92;theta) = &#92;prod_{i = 1}^N P(x_i&#124;&#92;theta) = &#92;left(&#92;Delta x&#92;right)^N &#92;prod_{i=1}^N &#92;rho(x_i&#124;&#92;theta),&#92;end{aligned}' class='latex' /></p>
<p>where <img src='http://s0.wp.com/latex.php?latex=%5Crho%28x%26%23124%3B%5Ctheta%29&amp;bg=ffffff&amp;fg=000&amp;s=0' alt='&#92;rho(x&#124;&#92;theta)' title='&#92;rho(x&#124;&#92;theta)' class='latex' /> is a probability density and <img src='http://s0.wp.com/latex.php?latex=%5Ctheta&amp;bg=ffffff&amp;fg=000&amp;s=0' alt='&#92;theta' title='&#92;theta' class='latex' /> represents the parameters we are trying to estimate. The key observation becomes clear after a slight change in perspective.</p>
<p>If we take the <img src='http://s0.wp.com/latex.php?latex=N&amp;bg=ffffff&amp;fg=000&amp;s=0' alt='N' title='N' class='latex' />th root of the above probability (and divide by <img src='http://s0.wp.com/latex.php?latex=%5CDelta+x&amp;bg=ffffff&amp;fg=000&amp;s=0' alt='&#92;Delta x' title='&#92;Delta x' class='latex' />), we obtain the geometric mean of the individual densities, i.e.</p>
<p><img src='http://s0.wp.com/latex.php?latex=%5Cbegin%7Baligned%7D+%5Clangle+%5Crho%28X%26%23124%3B%5Ctheta%29%5Crangle_%7B%5Ctext%7Bgeom%7D%7D+%3D+%5Cprod_%7Bi%3D1%7D%5EN+%5Cleft%5B%5Crho%28x_i%26%23124%3B%5Ctheta%29%5Cright%5D%5E%7B1%2FN%7D.%5Cend%7Baligned%7D&amp;bg=ffffff&amp;fg=000&amp;s=0' alt='&#92;begin{aligned} &#92;langle &#92;rho(X&#124;&#92;theta)&#92;rangle_{&#92;text{geom}} = &#92;prod_{i=1}^N &#92;left[&#92;rho(x_i&#124;&#92;theta)&#92;right]^{1/N}.&#92;end{aligned}' title='&#92;begin{aligned} &#92;langle &#92;rho(X&#124;&#92;theta)&#92;rangle_{&#92;text{geom}} = &#92;prod_{i=1}^N &#92;left[&#92;rho(x_i&#124;&#92;theta)&#92;right]^{1/N}.&#92;end{aligned}' class='latex' /></p>
<p>In computing the geometric mean above, each sample is given the same weighting, i.e. <img src='http://s0.wp.com/latex.php?latex=1%2FN&amp;bg=ffffff&amp;fg=000&amp;s=0' alt='1/N' title='1/N' class='latex' />. However, we may have reason to want to weigh some samples heavier than others, e.g. if we are studying samples from a time series, we may want to weigh the more recent data heavier. This inspired me to replace <img src='http://s0.wp.com/latex.php?latex=1%2FN&amp;bg=ffffff&amp;fg=000&amp;s=0' alt='1/N' title='1/N' class='latex' /> with an arbitrary weight <img src='http://s0.wp.com/latex.php?latex=w_i&amp;bg=ffffff&amp;fg=000&amp;s=0' alt='w_i' title='w_i' class='latex' /> satisfying</p>
<p><img src='http://s0.wp.com/latex.php?latex=%5Cbegin%7Baligned%7D+w_i%5Cge+0%2C%5Cquad%5Ctext%7Band%7D%5Cquad+%5Csum_%7Bi%3D1%7D%5EN+w_i+%3D+1.%5Cend%7Baligned%7D&amp;bg=ffffff&amp;fg=000&amp;s=0' alt='&#92;begin{aligned} w_i&#92;ge 0,&#92;quad&#92;text{and}&#92;quad &#92;sum_{i=1}^N w_i = 1.&#92;end{aligned}' title='&#92;begin{aligned} w_i&#92;ge 0,&#92;quad&#92;text{and}&#92;quad &#92;sum_{i=1}^N w_i = 1.&#92;end{aligned}' class='latex' /></p>
<p>With no apologies for abusing terminology, I&#8217;ll refer to this as the likelihood function</p>
<p><img src='http://s0.wp.com/latex.php?latex=%5Cbegin%7Baligned%7D+%5Cmathcal%7BL%7D%28%5Ctheta%29+%3D+%5Cprod_%7Bi%3D1%7D%5EN+%5Crho%28x_i%26%23124%3B%5Ctheta%29%5E%7Bw_i%7D.%5Cend%7Baligned%7D&amp;bg=ffffff&amp;fg=000&amp;s=0' alt='&#92;begin{aligned} &#92;mathcal{L}(&#92;theta) = &#92;prod_{i=1}^N &#92;rho(x_i&#124;&#92;theta)^{w_i}.&#92;end{aligned}' title='&#92;begin{aligned} &#92;mathcal{L}(&#92;theta) = &#92;prod_{i=1}^N &#92;rho(x_i&#124;&#92;theta)^{w_i}.&#92;end{aligned}' class='latex' /></p>
<p>Replacing <img src='http://s0.wp.com/latex.php?latex=w_i&amp;bg=ffffff&amp;fg=000&amp;s=0' alt='w_i' title='w_i' class='latex' /> with <img src='http://s0.wp.com/latex.php?latex=1%2FN&amp;bg=ffffff&amp;fg=000&amp;s=0' alt='1/N' title='1/N' class='latex' /> would result in the same parameter estimation as the traditional maximum likelihood method.</p>
<p>It is often more convenient to work with log likelihoods, which has an even more intuitive expression</p>
<p><img src='http://s0.wp.com/latex.php?latex=%5Cbegin%7Baligned%7D%5Clog%5Cmathcal%7BL%7D%28%5Ctheta%29+%3D+%5Csum_%7Bi%3D1%7D%5EN+w_i+%5Clog+%5Crho%28x_i%26%23124%3B%5Ctheta%29%2C%5Cend%7Baligned%7D&amp;bg=ffffff&amp;fg=000&amp;s=0' alt='&#92;begin{aligned}&#92;log&#92;mathcal{L}(&#92;theta) = &#92;sum_{i=1}^N w_i &#92;log &#92;rho(x_i&#124;&#92;theta),&#92;end{aligned}' title='&#92;begin{aligned}&#92;log&#92;mathcal{L}(&#92;theta) = &#92;sum_{i=1}^N w_i &#92;log &#92;rho(x_i&#124;&#92;theta),&#92;end{aligned}' class='latex' /></p>
<p>i.e. the log likelihood is simply the weighted (arithmetic) average of the log densities.</p>
<p>I use this approach to estimate stable density parameters for time series analysis that is more suitable for capturing risk in the tails. For instance, I used this technique when generating the charts in a post from back in 2009:</p>
<h3 id="post-318" style="padding-left:30px;"><a href="http://phorgyphynance.wordpress.com/2009/08/06/80-years-of-daily-sp-500-value-at-risk-estimates/">80 Years of Daily S&#38;P 500 Value-at-Risk Estimates</a></h3>
<p>which was subsequently picked up by Felix Salmon of Reuters in</p>
<h3 style="padding-left:30px;"><a href="http://blogs.reuters.com/felix-salmon/2009/08/06/how-has-var-changed-over-time/">How has VaR changed over time?</a></h3>
<p>and Tracy Alloway of Financial Times in</p>
<h3 style="padding-left:30px;"><a href="http://ftalphaville.ft.com/2009/08/07/65991/on-baseline-var/">On baseline VaR</a></h3>
<p>If I find a spare moment, which is rare these days, I&#8217;d like to update that analysis and expand it to other markets. A lot has happened since August 2009. Other markets I&#8217;d like to look at would include other equity markets as well as fixed income. Due to the ability to cleanly model skew, stable distributions are particularly useful for analyzing fixed income returns.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Meet the FairTax Economists - #13 - Arthur S De Vany]]></title>
<link>http://fairtaxer.com/2012/02/04/meet-the-fairtax-economists-13-arthur-s-de-vany/</link>
<pubDate>Sat, 04 Feb 2012 21:33:45 +0000</pubDate>
<dc:creator>FairTaxer</dc:creator>
<guid>http://fairtaxer.com/2012/02/04/meet-the-fairtax-economists-13-arthur-s-de-vany/</guid>
<description><![CDATA[Arthur S De Vany - FairTax Economist Arthur De Vany, Ph.D. Professor Emeritus, Economics and Mathema]]></description>
<content:encoded><![CDATA[Arthur S De Vany - FairTax Economist Arthur De Vany, Ph.D. Professor Emeritus, Economics and Mathema]]></content:encoded>
</item>
<item>
<title><![CDATA[Daily S&amp;P 500 Value-at-Risk Estimates]]></title>
<link>http://phorgyphynance.wordpress.com/2009/08/08/daily-sp-500-value-at-risk-estimates/</link>
<pubDate>Sat, 08 Aug 2009 17:49:03 +0000</pubDate>
<dc:creator>Eric</dc:creator>
<guid>http://phorgyphynance.wordpress.com/2009/08/08/daily-sp-500-value-at-risk-estimates/</guid>
<description><![CDATA[A few people have commented about the methodology used to produce the charts in my last post. Keep i]]></description>
<content:encoded><![CDATA[<p>A few people have <a href="http://ftalphaville.ft.com/blog/2009/08/07/65991/on-baseline-var/">commented</a> about the methodology used to produce the charts in my <a href="http://phorgyphynance.wordpress.com/2009/08/06/80-years-of-daily-sp-500-value-at-risk-estimates/">last post</a>. Keep in mind, I threw those together quickly for <a href="http://blogs.reuters.com/felix-salmon/2009/08/06/how-has-var-changed-over-time/">Felix</a> based on charts already put together for a seminar at UCLA. If you want to see what I actually look at on a regular basis, I put the following chart together:</p>
<p style="text-align:center;"><img class="aligncenter" title="SP500VaR_10yr_linear_annotated" src="http://phorgyphynance.files.wordpress.com/2009/08/sp500var_10yr_linear_annotated.jpg?w=720&#038;h=384" alt="SP500VaR_10yr_linear_annotated" width="720" height="384" /></p>
<p style="text-align:left;">This is the 99%, 1-day VaR using a weighting scheme that places more weight on the most recent data.</p>
<p style="text-align:left;">Again, note the divergence between the two charts in recent months. Risk systems (like most third party vendors) based on normal distributions are likely indicating that risk continues to decrease. However, the stable distribution indicates the opposite, i.e. risk has begun increasing again.</p>
]]></content:encoded>
</item>

</channel>
</rss>
