<?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>The AstroStat Slog &#187; Skilling</title>
	<atom:link href="http://groundtruth.info/AstroStat/slog/tag/skilling/feed/" rel="self" type="application/rss+xml" />
	<link>http://groundtruth.info/AstroStat/slog</link>
	<description>Weaving together Astronomy+Statistics+Computer Science+Engineering+Intrumentation, far beyond the growing borders</description>
	<lastBuildDate>Fri, 09 Sep 2011 17:05:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>An alternative to MCMC?</title>
		<link>http://groundtruth.info/AstroStat/slog/2007/an-alternative-to-mcmc/</link>
		<comments>http://groundtruth.info/AstroStat/slog/2007/an-alternative-to-mcmc/#comments</comments>
		<pubDate>Sun, 19 Aug 2007 04:31:09 +0000</pubDate>
		<dc:creator>vlk</dc:creator>
				<category><![CDATA[MC]]></category>
		<category><![CDATA[MCMC]]></category>
		<category><![CDATA[Methods]]></category>
		<category><![CDATA[arXiv]]></category>
		<category><![CDATA[likelihood]]></category>
		<category><![CDATA[Nested Sampling]]></category>
		<category><![CDATA[posterior]]></category>
		<category><![CDATA[probability]]></category>
		<category><![CDATA[Skilling]]></category>

		<guid isPermaLink="false">http://groundtruth.info/AstroStat/slog/2007/an-alternative-to-mcmc/</guid>
		<description><![CDATA[I think of Markov-Chain Monte Carlo (MCMC) as a kind of directed staggering about, a random walk with a goal.  (Sort of like driving in Boston.)  It is conceptually simple to grasp as a way to explore the posterior probability distribution of the parameters of interest by sampling only where it is worth [...]]]></description>
			<content:encoded><![CDATA[<p>I think of Markov-Chain Monte Carlo (MCMC) as a kind of directed staggering about, a random walk with a goal.  (Sort of like driving in Boston.)  It is conceptually simple to grasp as a way to explore the posterior probability distribution of the parameters of interest by sampling only where it is worth sampling from.  Thus, a major savings from brute force Monte Carlo, and far more robust than downhill fitting programs.  It also gives you the error bar on the parameter for free.  What could be better?<span id="more-117"></span></p>
<p>Feroz &amp; Hobson (2007, <a href="http://arxiv.org/abs/0704.3704">arXiv:0704.3704</a>) describe a technique called Nested Sampling (Skilling 2004), one that could give MCMC a run for its money.  It takes the one inefficient part of MCMC &#8212; the burn-in phase &#8212; and turns that into a virtue.  The way it seems to work is to keep track of how the parameter space is traversed as the model parameters {<em>theta</em>} reach the mode of the posterior, and to take the sequence of likelihoods thus obtained L(<em>theta</em>), and turn it around to get <em>theta</em>(L).  Neat.</p>
<p>Two big (computational) problems that I see are (1) the calculation of <em>theta</em>(L), and (2) the sampling to discard the tail of L(<em>theta</em>).  The former, it seems to me, becomes intractable exactly when the likelihood surface gets complicated.  The latter, again, it seems you have to run through just as many iterations as in MCMC to get a decent sample size.  Of course, if you have a good <em>theta</em>(L), it does seem to be an improvement over MCMC in that you won&#8217;t need to run the chains multiple times to make sure you catch all the modes.</p>
<p>I think the main advantage of MCMC is that it produces and keeps track of marginalized posteriors for each parameter, whereas in this case, you have to essentially keep a full list of samples from the joint posterior and then marginalize over it yourself.  The larger the sample size, the harder this gets, and in fact it is a bit difficult to tell whether the nested sampling method is competing with MCMC or Monte Carlo integration.</p>
<p>Is there any reason why this should not be combined with MCMC?  i.e., can we use nested sampling from the burn-in phase to figure out the proposal distributions for Metropolis or Metropolis-Hastings <em>in situ</em>, and get the best of both worlds?</p>
]]></content:encoded>
			<wfw:commentRss>http://groundtruth.info/AstroStat/slog/2007/an-alternative-to-mcmc/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

