<?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; MCMC</title>
	<atom:link href="http://groundtruth.info/AstroStat/slog/category/statistics/mc/mcmc/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>[Books] Bayesian Computations</title>
		<link>http://groundtruth.info/AstroStat/slog/2009/books-bayesian-computations/</link>
		<comments>http://groundtruth.info/AstroStat/slog/2009/books-bayesian-computations/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 20:40:23 +0000</pubDate>
		<dc:creator>hlee</dc:creator>
				<category><![CDATA[Bayesian]]></category>
		<category><![CDATA[Fitting]]></category>
		<category><![CDATA[Languages]]></category>
		<category><![CDATA[MC]]></category>
		<category><![CDATA[MCMC]]></category>
		<category><![CDATA[Methods]]></category>
		<category><![CDATA[Stat]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[BUGS]]></category>
		<category><![CDATA[CMB]]></category>
		<category><![CDATA[examples]]></category>
		<category><![CDATA[HMM]]></category>
		<category><![CDATA[identifiability]]></category>
		<category><![CDATA[image processing]]></category>
		<category><![CDATA[LLN]]></category>
		<category><![CDATA[mixture]]></category>
		<category><![CDATA[MRF]]></category>
		<category><![CDATA[R]]></category>

		<guid isPermaLink="false">http://groundtruth.info/AstroStat/slog/?p=707</guid>
		<description><![CDATA[A number of practical Bayesian data analysis books are available these days. Here, I&#8217;d like to introduce two that were relatively recently published. I like the fact that they are rather technical than theoretical. They have practical examples close to be related with astronomical data. They have R codes so that one can try algorithms [...]]]></description>
			<content:encoded><![CDATA[<p>A number of practical Bayesian data analysis books are available these days. Here, I&#8217;d like to introduce two that were relatively recently published. I like the fact that they are rather technical than theoretical. They have practical examples close to be related with astronomical data. They have R codes so that one can try algorithms on the fly instead of jamming probability theories. <span id="more-707"></span></p>
<blockquote><p>
<b>Bayesian Computation with R</b><br />
Author:Jim Albert<br />
Publisher: Springer (2007)
</p></blockquote>
<p>As the title said, accompanying R package <a href="http://cran.r-project.org/web/packages/LearnBayes/index.html">LearnBayes</a> is available (clicking the name will direct you for downloading the package). Furthermore, the last chapter is about WinBUGS. (Please, check out resources listed in <a href="http://groundtruth.info/AstroStat/slog/2008/bugs/">BUGS</a> for other BUGS, Bayesian  inference Using Gibbs Sampling)  Overall,  it is quite practical and instructional. If an young astronomer likes to enter <a href="http://groundtruth.info/AstroStat/slog/2009/sbss-2010-competition/">the competition posted below</a> because of sophisticated data requiring non traditional statistical modeling, this book can be a good starting. (Here, traditional methods include brute force Monte Carlo simulations, chi^2/weighted least square fitting, and test statistics with rigid underlying assumptions).</p>
<p>An interesting quote is filtered because of a comment from an astronomer, &#8220;Bayesian is robust but frequentist is not&#8221; that I couldn&#8217;t agree with at the instance.</p>
<blockquote><p>
A Bayesian analysis is said to be robust to the choice of prior if the inference is insensitive to different priors that match the user&#8217;s beliefs.
</p></blockquote>
<p>Since there&#8217;s no discussion of priors in frequentist methods, Bayesian robustness cannot be matched and compared with frequentist&#8217;s robustness.  Similar to my discussion in <a href="http://groundtruth.info/AstroStat/slog/2009/robust-statistics/"><em>Robust Statistics</em></a>, I kept the notion that robust statistics is insensitive to outliers or iid Gaussian model assumption. Particularly, the latter is almost ways assumed in astronomical data analysis, unless other models and probability densities are explicitly stated, like Poisson counts and Pareto distribution. New Bayesian algorithms are invented to achieve robustness, not limited to the choice of prior but covering the topics from frequentists&#8217; robust statistics.  </p>
<p>The introduction of Bayesian computation focuses on analytical and simple parametric models and well known probability densities. These models and their Bayesian analysis produce interpretable results. Gibbs sampler, Metropolis-Hasting algorithms, and their few hybrids could handle scientific problems as long as scientific models and the uncertainties both in observations and parameters transcribed into well known probability density functions. I think astronomers like to check Chap 6 (MCMC) and Chap 9 (Regression Models). Often times, in order to prove strong correlation between two variables, astronomers adopt simple linear regression models and fit the data to these models. A priori knowledge enhances the flexibility of fitting analysis in which Bayesian computation works robustly different from straightforward chi-square methods. The book does not have sophisticated algorithms nor theories. It only offers very necessities and foundations for Bayesian computations to be accommodated into scientific needs. </p>
<p>The other book is</p>
<blockquote><p>
<b>Bayesian Core: A Practical Approach to Computational Bayesian Statistics.</b><br />
Author: J. Marin and C.P.Robert<br />
Publisher: Springer (2007).
</p></blockquote>
<p>Although the book is written by statisticians, the very first real data example is CMBdata (cosmic microwave background data; instead of <u>cosmic</u>, the book used <u>cosmological.</u> I&#8217;m not sure which one is correct but I&#8217;m so used to CMB by cosmic microwave background). Surprisingly, CMB became a very easy topic in statistics in terms of testing normality and extreme values. Seeing the real astronomy data first from the book was the primary reason of introducing this book. Also, it&#8217;s a relatively small volume book (about 250 pages) compared other Bayesian textbooks with the broad coverage of topics in Bayesian computation. There are other practical real data sets to illustrate Bayesian computations in the book and these example data sets are found from <a href="http://www.ceremade.dauphine.fr/~xian/BCS/">the book website</a> </p>
<p>The book begins with R, then normal models, regression and variable selection, generalized linear models, capture-recapture experiments, mixture models, dynamic models, and image analysis are covered.</p>
<p>I feel exuberant when I found the book describes the law of large numbers (LLN) that justifies the Monte Carlo methods. The LLN appears often when integration is approximated by summation, which astronomers use a lot without referring the name of this law.  For more information,  I rather give a wikipedia link to <a href="http://en.wikipedia.org/wiki/Laws_of_large_numbers">Law of Large Numbers.</a></p>
<blockquote><p>Several MCMC algorithms can be mixed together within a single algorithm using either a circular or a random design. While this construction is often suboptimal (in that the inefficient algorithms in the mixture are still used on a regular basis), it almost always brings an improvement compared with its individual components. A special case where a mixed scenario is used is the <em>Metropolis-within-Gibbs</em> algorithm: When building a Gibbs sample, it may happen that it is difficult or impossible to simulate from some of the conditional distributions. In that case, a single Metropolis step associated with this conditional distribution (as its target) can be used instead.
</p></blockquote>
<p>Description in Sec. 4.2 Metropolis-Hasting Algorithms is expected to be more appreciated and comprehended by astronomers because of the historical origins of these topics, <i>detailed balance equation</i> and <i>random walk.</i> </p>
<p>Personal favorite is section 6 on mixture models. Astronomers handle data of multi populations (multiple epochs of star formations, single or multiple break power laws,  linear or quadratic models, metalicities from merging or formation triggers, backgrounds+sources, environment dependent point spread functions, and so on) and discusses the difficulties of label switching problems (identifiability issue in codifying data into MCMC or EM algorithm)</p>
<blockquote><p>
A completely different approach to the interpretation and estimation of mixtures is the <i>semiparametric </i> perspective. To summarize this approach, consider that since very few phenomena obey probability laws corresponding to the most standard distributions, mixtures such as <img src='http://s.wordpress.com/latex.php?latex=%5Csum_%7Bi%3D1%7D%5Ek%20p_i%20f%28x%7C%5Ctheta_i%29&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='\sum_{i=1}^k p_i f(x|\theta_i)' title='\sum_{i=1}^k p_i f(x|\theta_i)' class='latex' /> (*) can be seen as a good trade-off between fair represntation of the phenomenon and efficient estimation of the underlying distribution. If k is large enough, there is theoretical support for the argument that (*) provides a good approximation (in some functional sense) to most distributions. Hence, a mixture distribution can be perceived as a type of basis approximation of unknown distributions, in a spirit similar to wavelets and splines, but with a more intuitive flavor (for a statistician at least). This chapter mostly focuses on the &#8220;parametric&#8221; case, when the partition of the sample into subsamples with different distributions <i>f_j</i> does make sense form the dataset point view (even though the computational processing is the same in both cases).</p></blockquote>
<blockquote><p>
We must point at this stage that mixture modeling is often used in image smoothing but not in feature recognition, which requires spatial coherence and thus more complicated models&#8230;
</p></blockquote>
<p>My patience ran out to comprehend every detail of the book but the section of reversible jump MCMC, hidden Markov model (HMM), and Markov random fields (MRF) would be very useful. Particularly, these  topics appear often in image processing, which field astronomers have their own algorithms. Adaption and  comparison across image analysis methods promises new directions of scientific imaging data analysis beyond subjective denoising, smoothing, and segmentation.</p>
<p>Readers considering more advanced Bayesian computation and rigorous treatment of MCMC  methodology, I&#8217;d like to point a textbook, frequently mentioned by Marin and Robert. </p>
<blockquote><p>
<strong>Monte Carlo Statistical Methods</strong> Robert, C. and Casella, G. (2004)<br />
Springer-Verlag, New York, 2nd Ed.</p></blockquote>
<p>There are a few more practical and introductory Bayesian Analysis books recently published or soon to be published. Some readership would prefer these books of running ink. Perhaps, there is/will be <strong>Bayesian Computation with Python, IDL, Matlab, Java, or C/C++</strong> for those who never intend to use R. By the way, for <strong>Mathematica</strong> users, you would like to check out Phil Gregory&#8217;s book which I introduced in <a href="http://groundtruth.info/AstroStat/slog/2008/books-a-boring-title/">[books] a boring title.</a>  My point is that applied statistics has become more friendly to non statisticians through these good introductory books and free online materials. I hope more astronomers apply statistical models in their data analysis without much trouble in executing Bayesian methods. Some might want to check BUGS, introduced <a href="http://groundtruth.info/AstroStat/slog/2008/bugs/">[BUGS].</a> This posting contains resources of how to use BUGS and available packages under languages. </p>
<p><!--I, a few times. saw (minor) typos in likelihood functions and probability density functions when statistical methodology is applied to estimate posterior distribution or to derive/compute a maximum likelihood estimator from astronomical literature. Probability density must satisfy axioms of probability but likelihood functions do not necessarily meet axioms of probability density functions. Those typos are found when the transition between them finds the lack of smoothness. Thanks to these dedicated books and softwares, Bayesian Computation can be easily achievable. What I like to see next is general optimization strategies for nonlinear functions (models) in astrophysics beyond chi-square minimization.<br />
I wanted to introduce this law more in general fashion but I couldn't build the case without enough evidence.<br />
<img src='http://s.wordpress.com/latex.php?latex=%5Cfrac%7B1%7D%7BN%7D&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='\frac{1}{N}' title='\frac{1}{N}' class='latex' /><br />
One way to put the LLN is $$\frac{1}{N} \sum f(X_i) - \int f(x) d\mu(x)|=o(1)$$ under some conditions  but omitted here. --></p>
]]></content:encoded>
			<wfw:commentRss>http://groundtruth.info/AstroStat/slog/2009/books-bayesian-computations/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Robust Statistics</title>
		<link>http://groundtruth.info/AstroStat/slog/2009/robust-statistics/</link>
		<comments>http://groundtruth.info/AstroStat/slog/2009/robust-statistics/#comments</comments>
		<pubDate>Mon, 18 May 2009 17:18:09 +0000</pubDate>
		<dc:creator>hlee</dc:creator>
				<category><![CDATA[Bayesian]]></category>
		<category><![CDATA[Frequentist]]></category>
		<category><![CDATA[Jargon]]></category>
		<category><![CDATA[MCMC]]></category>
		<category><![CDATA[Methods]]></category>
		<category><![CDATA[Quotes]]></category>
		<category><![CDATA[Stat]]></category>
		<category><![CDATA[Uncertainty]]></category>
		<category><![CDATA[break point]]></category>
		<category><![CDATA[Huber]]></category>
		<category><![CDATA[nonparametric]]></category>
		<category><![CDATA[robust]]></category>
		<category><![CDATA[Rousseeuw]]></category>
		<category><![CDATA[Tukey]]></category>

		<guid isPermaLink="false">http://groundtruth.info/AstroStat/slog/?p=1268</guid>
		<description><![CDATA[My understandings of &#8220;robustness&#8221; from the education in statistics and from communicating with astronomers are hard to find a mutual interest. Can anyone help me to build a robust bridge to get over this abyss? 
First, since it&#8217;s short, let&#8217;s quote a comment from an astronomer that might reflect the notion of robust statistics in [...]]]></description>
			<content:encoded><![CDATA[<p>My understandings of <strong>&#8220;robustness&#8221;</strong> from the education in statistics and from communicating with astronomers are hard to find a mutual interest. Can anyone help me to build a robust bridge to get over this abyss? <span id="more-1268"></span></p>
<p>First, since it&#8217;s short, let&#8217;s quote a comment from an astronomer that might reflect the notion of robust statistics in astronomy.<br />
<blockquote> Bayesian is robust. </p></blockquote>
<p> Is every Bayesian method robust and its counter part from classical statistics is not robust? I know that popular statistics in astronomy are not, generally speaking, robust and those popular statistics were borne before the notion of robustness in statistics were recognized and discussed.</p>
<p>I do understand why such partisan comment was produced. Astronomers always reports their data analysis results by best fits, error bars, probability, or some significance levels (they don&#8217;t say explicitly, p-values, powers, type I or type II errors, unbiased estimates, and other statistical jargon in inference problems) and those classical methods of frequent use have caused frustrations due to their lack of robustness. On the contrary, MCMC algorithms for estimating posterior distributions produce easy interpretable results to report best fit (mode) and error bar (HPD).</p>
<p>My understanding of <b>robustness</b> as a statistician does not draw a line between Bayesian and frequenstists. The following is quoted from the  <em>Katholieke Universiteit Leuven</em> website of which mathematics department has <a href="http://wis.kuleuven.be/stat/robust/index.html">a focus group for <strong>robust statistics</strong></a>.</p>
<blockquote><p>
<a href="http://wis.kuleuven.be/stat/research.html#robust"><strong>Robust statistical methods and applications</strong></a>.<br />
The goal of robust statistics is to develop data analytical methods which are resistant to outlying observations in the data, and hence which are also able to detect these outliers. Pioneering work in this area has been done by Huber (1981), Hampel et al. (1986) and Rousseeuw and Leroy (1987). In their work, estimators for location, scale, scatter and regression play a central role. They assume that the majority of the data follow a parametric model, whereas a minority (the contamination) can take arbitrary values. This approach leads to the concept of the influence function of an estimator which measures the influence of a small amount of contamination in one point. Other measures of robustness are the finite-sample and the asymptotic breakdown value of an estimator. They tell what the smallest amount of contamination is which can carry the estimates beyond all bounds. </p>
<p>Nowadays, robust estimators are being developed for many statistical models. Our research group is very active in investigating estimators of covariance and regression for high-dimensional data, with applications in chemometrics and bio-informatics. Recently, robust estimators have been developed for PCA (principal component analysis), PCR (principal component regression), PLS (partial least squares), classification, ICA (independent component analysis) and multi-way analysis. Also robust measures of skewness and tail weight have been introduced. We study robustness of kernel methods, and regression quantiles for censored data.
</p></blockquote>
<p>My understanding of &#8220;robustness&#8221; from statistics education is pandemic, covers both Bayesian and frequentist. Any methods and models that are insensitive or immune to outliers, are robust methods and statistics. For example, median is more robust than mean since the breakpoint of median is 1/2 and that of mean is 0, asymptotically. Both mean and median are estimable from Bayesian and frequentist methods. Instead of standard deviation, tactics like lower and upper quartiles to indicate error bars or <a href="http://en.wikipedia.org/wiki/Winsorising">Winsorization</a> (or trim) to obtain a standard deviation for the error bar, are adopted regardless of Bayesian or frequenstist. Instead of the chi square goodness-of-fit tests, which assume Gaussian residuals, nonparametrics tests or distribution free tests can be utilized. </p>
<p>The notion that frequentist methods are not robust might have been developed from the frustration that those chi-square related methods in astronomy do not show robust characteristics. The reason is that data are prone to the breaks of the normality (Gaussianity) assumption. Also, the limited library of nonparametric methods in data analysis packages and softwares envisions that frequentist methods are not robust. An additional unattractive aspect about frequentist methods is that the description seems too mathematical, too abstract, and too difficult to be codified with full of unfriendly jargon whereas the Bayesian methods provide step by step modeling procedures with explanation why they chose such likelihood and such priors based on external knowledge from physics and observations (MCMC algorithms in the astronomical papers are adaptation of already proven algorithms from statistics and algorithm journals).</p>
<p>John Tukey said:</p>
<blockquote><p><b>Robustness</b> refers to the property of a procedure remaining effective even in the absence of usual assumptions such as normality and no incorrect data values. In simplest terms the idea is to improve upon the use of the simple arithmetic average in estimating the center of a distribution. As a simple case one can ask: Is it ever better to use the sample median than the samle mean, and if so, when?</p></blockquote>
<p>I don&#8217;t think the whole set of frequentist methods is the complement set of Bayesians. Personally I feel quite embarrassed  whenever I am told that frequentist methods are not robust compared to Bayesian methods. Bayesian methods become robust when a priori knowledge (subjective priors) allows the results to be unaffected by outliers with a general class of likelihood. Regardless of being frequentist or Bayesian, statistics have been developed to be less sensitive to outliers and to do optimal inferences, i.e. to achieve the goal, <b>robustness.</b> </p>
<p>Ah&#8230;there are other various accounts for <b>robustness methods/statistics in astronomy</b> not limited to &#8220;bayesian is robust.&#8221; As often I got confused whenever I see <i><u>statistically rigorous</u></i> while the method is a simple <i><u>chi-square minimization</u></i> in literature, I believe astronomers can educate me the notion of <b>robustness</b> and the definition of <b>robust statistics</b> in various ways. I hope for some sequels from astronomers about robustness and robust statistics to this post of limited view. </p>
]]></content:encoded>
			<wfw:commentRss>http://groundtruth.info/AstroStat/slog/2009/robust-statistics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A History of Markov Chain Monte Carlo</title>
		<link>http://groundtruth.info/AstroStat/slog/2008/mcmc-historyo/</link>
		<comments>http://groundtruth.info/AstroStat/slog/2008/mcmc-historyo/#comments</comments>
		<pubDate>Wed, 17 Sep 2008 18:11:01 +0000</pubDate>
		<dc:creator>hlee</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[Bad AstroStat]]></category>
		<category><![CDATA[Bayesian]]></category>
		<category><![CDATA[Cross-Cultural]]></category>
		<category><![CDATA[Data Processing]]></category>
		<category><![CDATA[Imaging]]></category>
		<category><![CDATA[MC]]></category>
		<category><![CDATA[MCMC]]></category>
		<category><![CDATA[Methods]]></category>
		<category><![CDATA[Quotes]]></category>
		<category><![CDATA[Stat]]></category>
		<category><![CDATA[arXiv]]></category>
		<category><![CDATA[BUGS]]></category>
		<category><![CDATA[data augmentation]]></category>
		<category><![CDATA[EM]]></category>
		<category><![CDATA[Gibbs sampling]]></category>
		<category><![CDATA[Hasting]]></category>
		<category><![CDATA[history]]></category>
		<category><![CDATA[Metropolis]]></category>
		<category><![CDATA[reversible jump]]></category>
		<category><![CDATA[simulated annealing]]></category>

		<guid isPermaLink="false">http://groundtruth.info/AstroStat/slog/?p=768</guid>
		<description><![CDATA[I&#8217;ve been joking about the astronomers&#8217; fashion in writing Markov chain Monte Carlo (MCMC). Frequently, MCMC was represented by Monte Carlo Markov Chain in astronomical journals. I was curious about the history of this new creation. Overall, I thought it would be worth to learn more about the history of MCMC and this paper was [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been joking about the astronomers&#8217; fashion in writing <b>Markov chain Monte Carlo (MCMC)</b>. Frequently, <b>MCMC</b> was represented by <b>Monte Carlo Markov Chain</b> in astronomical journals. I was curious about the history of this new creation. Overall, I thought it would be worth to learn more about the history of MCMC and this paper was up in arxiv: <span id="more-768"></span></p>
<blockquote><p>
<a href="http://arxiv.org/abs/0808.2902">[stat.CO:0808.2902]</a> <b>A History of Markov Chain Monte Carlo&#8211;Subjective Recollections from Incomplete Data&#8211;</b> by C. Robert and G. Casella<br />
<b>Abstract:</b> In this note we attempt to trace the history and development of Markov chain Monte Carlo (MCMC) from its early inception in the late 1940&#8217;s through its use today. We see how the earlier stages of the Monte Carlo (MC, not MCMC) research have led to the algorithms currently in use. More importantly, we see how the development of this methodology has not only changed our solutions to problems, but has changed the way we think about problems.
</p></blockquote>
<p>Here is the year list of monumental advances in the MCMC history, </p>
<ul>
<li>1946: ENIAC </li>
<li>late 1940&#8217;s: inception along with Monte Carlo methods.</li>
<li>1953: <b>Metropolis algorithm</b> published in <i>Journal of Chemical Physics</i> (Metropolis et al.)</li>
<li>1970: <b>Hastings algorithms</b> in <i>Biometrika</i> (Hastrings)</li>
<li>1974: <b>Gibbs sampler</b> and <b>Hammersley-Clifford theorem</b> paper by Besag and its discussion by Hammersley in JRSSS B</li>
<li>1977: <b>EM algorithm</b> in JRSSS B (Dempster et al)</li>
<li>1983: <b>Simulated Annealing algorithm</b> (Kirkpatrick et al.)</li>
<li>1984: <b>Gibbs sampling</b>  in <i>IEEE Trans. Pattern Anal. Mach. Intell.</i> (Geman and Geman, this paper is responsible for the name)</li>
<li>1987:  <b>data augmentation</b> in <i>JASA</i> (Tanner and Wong)</li>
<li>1980s: image analysis and spatial statistics enjoyed MCMC algorithms, not popular with others due to the lack of computing power</li>
<li>1990: seminal paper by Gelfand and Smith in <i>JSAS</i> </li>
<li>1991: <a href="http://groundtruth.info/AstroStat/slog/2008/bugs/">BUGS</a> was presented at the Valencia meeting</li>
<li>1992: introductory paper by Casella and Georgy </li>
<li>1994: influential MCMC theory paper by Tierney in <i>Ann. Stat.</i> </li>
<li>1995: <b>reversible jump algorithm</b> in <i>Biometrika</i> (Green) </li>
<li>mid 1990&#8217;s: boom of MCMC due to particle filters, reversible jump and perfect sampling (second-generation of MCMC revolution)</li>
</ul>
<p>and a nice quote from conclusion.</p>
<blockquote><p>MCMC changed out emphasis from &#8220;closed form&#8221; solutions to algorithms, expanded our immpact to solving &#8220;real&#8221; applied problems, expanded our impact to improving numerical algorithms using statistical ideas, and led us into a world where &#8220;exact&#8221; now means &#8220;simulated&#8221;! </p></blockquote>
<p>If you consider applying MCMC methods in your data analysis, references listed in Robert and Casella serve as a good starting point. </p>
]]></content:encoded>
			<wfw:commentRss>http://groundtruth.info/AstroStat/slog/2008/mcmc-historyo/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>BUGS</title>
		<link>http://groundtruth.info/AstroStat/slog/2008/bugs/</link>
		<comments>http://groundtruth.info/AstroStat/slog/2008/bugs/#comments</comments>
		<pubDate>Tue, 16 Sep 2008 20:34:23 +0000</pubDate>
		<dc:creator>hlee</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[Bayesian]]></category>
		<category><![CDATA[Data Processing]]></category>
		<category><![CDATA[Languages]]></category>
		<category><![CDATA[MCMC]]></category>
		<category><![CDATA[Methods]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[openBUGS]]></category>
		<category><![CDATA[PyBUGS]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[R]]></category>
		<category><![CDATA[toolbox]]></category>
		<category><![CDATA[winBUGS]]></category>

		<guid isPermaLink="false">http://groundtruth.info/AstroStat/slog/?p=485</guid>
		<description><![CDATA[Astronomers tend to think in Bayesian way, but their Bayesian implementation is very limited. OpenBUGS, WinBUGS, GeoBUGS (BUGS for geostatistics; for example, modeling spatial distribution), R2WinBUGS (R BUGS wrapper) or PyBUGS (Python BUGS wrapper) could boost their Bayesian eagerness. Oh, by the way, BUGS stands for Bayesian inference Using Gibbs Sampling. 
Disclaimer: I never did [...]]]></description>
			<content:encoded><![CDATA[<p>Astronomers tend to think in Bayesian way, but their Bayesian implementation is very limited. OpenBUGS, WinBUGS, GeoBUGS (BUGS for geostatistics; for example, modeling spatial distribution), R2WinBUGS (R BUGS wrapper) or PyBUGS (Python BUGS wrapper) could boost their Bayesian eagerness. Oh, by the way, <b>BUGS</b> stands for <b>Bayesian inference Using Gibbs Sampling.</b> <span id="more-485"></span></p>
<blockquote><p>Disclaimer: I never did serious Bayesian computations so that information I provide here tends to be very shallow. Both statisticians and astronomers oriented by Bayesian ideals are very welcome to add advanced pieces of information. </p></blockquote>
<p>Bayesian statistics is very much preferred in astronomy, at least here at <a href="http://www.cfa.harvard.edu">Harvard Smithsonian Center for Astrophysics.</a> Yet, I do not understand why astronomy data analysis packages do not include libraries, modules, or toolboxes for MCMC (porting scripts from Numerical Recipes or IMSL, or using Python does not count here since these are also used by engineers and scientists of other disciplines: my view is also restricted thanks to my limited experience in using astronomical data analysis packages like ciao, XSPEC, IDL, IRAF, and AIPS) similar to WinBUGS or OpenBUGS. Most of Bayesian analysis in astronomy has to be done from the scratch, which drives off simple minded people like me (I prefer analytic forms and estimators than posterior chains). I hope easily implementable Bayesian Data Analysis modules come along soon to current astronomical data analysis systems for any astronomers who only had a lecture about Bayes theorem and Gibbs sampling. Perhaps, BUGS can be a role model to develop such modules.</p>
<p>As listed, one does not need R to use BUGS. WinBUGS is both stand alone and R implementable. PyBUGS can be handy since python is popular among astronomers. I heard that MATLAB (its open source counterpart, OCTAVE) has its own tools to maneuver Bayesian Data Analysis relatively easily. There are many small MCMC modules to solve particular problems in astronomy but none of them are reported to be robust enough so as to be applied in other type data sets. Not many have the freedom of choosing models and priors. </p>
<p>Hopefully, well knowledged Bayesians contribute in developing modules for Bayesian data analysis in astronomy. I don&#8217;t like to see contour plots, obtained from brute-forceful and blinded &#967<sup>2</sup> fitting, claimed to be bivariate probability density profiles. I&#8217;d like to project the module development like the way that BUGS is developed in astronomical data analysis packages with various Bayesian libraries. Here are some web links about BUGS:<br />
<a href="http://www.mrc-bsu.cam.ac.uk/bugs/">The BUGS Project</a><br />
<a href="http://www.mrc-bsu.cam.ac.uk/bugs/winbugs/contents.shtml">WinBUGS</a><br />
<a href="http://mathstat.helsinki.fi/openbugs/">OpenBUGS</a><br />
<a href="http://www.mrc-bsu.cam.ac.uk/bugs/winbugs/remote14.shtml">Calling WinBUGS 1.4 from other programs</a></p>
]]></content:encoded>
			<wfw:commentRss>http://groundtruth.info/AstroStat/slog/2008/bugs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[ArXiv] 3rd week, June 2008</title>
		<link>http://groundtruth.info/AstroStat/slog/2008/arxiv-3rd-week-june-2008/</link>
		<comments>http://groundtruth.info/AstroStat/slog/2008/arxiv-3rd-week-june-2008/#comments</comments>
		<pubDate>Sun, 22 Jun 2008 03:10:21 +0000</pubDate>
		<dc:creator>hlee</dc:creator>
				<category><![CDATA[MCMC]]></category>
		<category><![CDATA[arXiv]]></category>
		<category><![CDATA[CMB]]></category>
		<category><![CDATA[Gaia]]></category>
		<category><![CDATA[K-S test]]></category>
		<category><![CDATA[KMM]]></category>
		<category><![CDATA[lensing]]></category>
		<category><![CDATA[marginal distribution]]></category>
		<category><![CDATA[multi-scale image]]></category>

		<guid isPermaLink="false">http://groundtruth.info/AstroStat/slog/?p=338</guid>
		<description><![CDATA[This is my last [ArXiv] series. 

[astro-ph:0806.2228] T.J. Cornwell
&#160;&#160;&#160;Multi-Scale CLEAN deconvolution of radio synthesis images

[astro-ph:0806.2575] C.A.L. Bailer-Jones
&#160;&#160;&#160;What will Gaia tell us about the Galactic disk?

[astro-ph:0806.2823] Williams et al.
&#160;&#160;&#160;Lensed Image Angles: New Statistical Evidence for Substructure (Apart from their K-S tests, personally lensing is considered to be  a nice subject from a geostatistics standpoint.)

[astro-ph:0806.3074] Eriksen [...]]]></description>
			<content:encoded><![CDATA[<p>This is my last [ArXiv] series. <span id="more-338"></span></p>
<ul>
<li><a href="http://arxiv.org/abs/0806.2228">[astro-ph:0806.2228]</a> T.J. Cornwell<br />
&nbsp;&nbsp;&nbsp;<strong>Multi-Scale CLEAN deconvolution of radio synthesis images</strong>
</li>
<li><a href="http://arxiv.org/abs/0806.2575">[astro-ph:0806.2575]</a> C.A.L. Bailer-Jones<br />
&nbsp;&nbsp;&nbsp;<strong>What will Gaia tell us about the Galactic disk?</strong>
</li>
<li><a href="http://arxiv.org/abs/0806.2823">[astro-ph:0806.2823]</a> Williams et al.<br />
&nbsp;&nbsp;&nbsp;<strong>Lensed Image Angles: New Statistical Evidence for Substructure</strong> (Apart from their K-S tests, personally lensing is considered to be  a nice subject from a geostatistics standpoint.)
</li>
<li><a href="http://arxiv.org/abs/0806.3074">[astro-ph:0806.3074]</a> Eriksen and Wehus<br />
&nbsp;&nbsp;&nbsp;<strong>Marginal distributions for cosmic variance limited CMB polarization data </strong>
</li>
<li><a href="http://arxiv.org/abs/0806.2969">[astro-ph:0806.2969]</a>  W. Boschin et al.<br />
&nbsp;&nbsp;&nbsp;<strong>Optical analysis of the poor clusters Abell 610, Abell 725, and Abell 796, containing diffuse radio sources</strong> (astronomers call gaussian mixture models by KMM)
</li>
<li><a href="http://arxiv.org/abs/0806.3096">[astro-ph:0806.3096]</a> Miller, Shimon, &#038; Keating<br />
&nbsp;&nbsp;&nbsp;<strong>CMB Beam Systematics: Impact on Lensing Parameter Estimation</strong> (Note Monte Carlo Markov Chain in the abstract, not Markov chain Monte Carlo.)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://groundtruth.info/AstroStat/slog/2008/arxiv-3rd-week-june-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[ArXiv] 2nd week, June 2008</title>
		<link>http://groundtruth.info/AstroStat/slog/2008/arxiv-2nd-week-june-2008/</link>
		<comments>http://groundtruth.info/AstroStat/slog/2008/arxiv-2nd-week-june-2008/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 14:47:42 +0000</pubDate>
		<dc:creator>hlee</dc:creator>
				<category><![CDATA[MCMC]]></category>
		<category><![CDATA[arXiv]]></category>
		<category><![CDATA[Bayesian evidence]]></category>
		<category><![CDATA[Binning]]></category>
		<category><![CDATA[broken power law]]></category>
		<category><![CDATA[cosmology]]></category>
		<category><![CDATA[K-S test]]></category>
		<category><![CDATA[LF]]></category>
		<category><![CDATA[lhs]]></category>
		<category><![CDATA[likelihood]]></category>
		<category><![CDATA[PCA]]></category>
		<category><![CDATA[power spectrum]]></category>
		<category><![CDATA[R]]></category>
		<category><![CDATA[SFH]]></category>
		<category><![CDATA[Sun]]></category>
		<category><![CDATA[Tully-Fisher]]></category>

		<guid isPermaLink="false">http://groundtruth.info/AstroStat/slog/?p=335</guid>
		<description><![CDATA[ As Prof. Speed said, PCA is prevalent in astronomy, particularly this week. Furthermore, a paper explicitly discusses R, a popular statistics package.

[astro-ph:0806.1140] N.Bonhomme, H.M.Courtois, R.B.Tully
&#160;&#160;&#160; Derivation of Distances with the Tully-Fisher Relation: The Antlia Cluster
(Tully Fisher relation is well known and one of many occasions statistics could help. On the contrary, astronomical biases as [...]]]></description>
			<content:encoded><![CDATA[<p> <a href="http://groundtruth.info/AstroStat/slog/2008/pca/">As Prof. Speed said, PCA</a> is prevalent in astronomy, particularly this week. Furthermore, a paper explicitly discusses R, a popular statistics package.<span id="more-335"></span></p>
<ul>
<li><a href="http://arxiv.org/abs/0806.1140">[astro-ph:0806.1140]</a> N.Bonhomme, H.M.Courtois, R.B.Tully<br />
&nbsp;&nbsp;&nbsp; <strong>Derivation of Distances with the Tully-Fisher Relation: The Antlia Cluster</strong><br />
(Tully Fisher relation is well known and one of many occasions statistics could help. On the contrary, astronomical biases as well as measurement errors hinder from the collaboration).
</li>
<li><a href="http://arxiv.org/abs/0806.1222">[astro-ph:0806.1222]</a> S. Dye<br />
&nbsp;&nbsp;&nbsp; <strong>Star formation histories from multi-band photometry: A new approach</strong> (Bayesian evidence)
</li>
<li><a href="http://arxiv.org/abs/0806.1232">[astro-ph:0806.1232]</a> M. Cara and M. Lister<br />
&nbsp;&nbsp;&nbsp; <strong>Avoiding spurious breaks in binned luminosity functions</strong><br />
(I think that binning is not always necessary and overdosed, while there are alternatives.)
</li>
<li><a href="http://arxiv.org/abs/0806.1326">[astro-ph:0806.1326]</a> J.C. Ramirez Velez, A. Lopez Ariste and M. Semel<br />
&nbsp;&nbsp;&nbsp; <strong>Strength distribution of solar magnetic fields in photospheric quiet Sun regions</strong> (PCA was utilized)
</li>
<li><a href="http://arxiv.org/abs/0806.1487">[astro-ph:0806.1487]</a> M.D.Schneider et al.<br />
&nbsp;&nbsp;&nbsp; <strong>Simulations and cosmological inference: A statistical model for power spectra means and covariances</strong><br />
(They used R and its package Latin hypercube samples, <i>lhs</i>.)
</li>
<li><a href="http://arxiv.org/abs/0806.1558">[astro-ph:0806.1558]</a> Ivan L. Andronov et al.<br />
&nbsp;&nbsp;&nbsp; <strong>Idling Magnetic White Dwarf in the Synchronizing Polar BY Cam. The Noah-2 Project</strong> (PCA is applied)
</li>
<li><a href="http://arxiv.org/abs/0806.1880">[astro-ph:0806.1880]</a>  R. G. Arendt et al.<br />
&nbsp;&nbsp;&nbsp; <strong>Comparison of 3.6 &#8211; 8.0 Micron Spitzer/IRAC Galactic Center Survey Point Sources with Chandra X-Ray Point Sources in the Central 40&#215;40 Parsecs</strong> (K-S test)
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://groundtruth.info/AstroStat/slog/2008/arxiv-2nd-week-june-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[ArXiv] 4th week, May 2008</title>
		<link>http://groundtruth.info/AstroStat/slog/2008/arxiv-4th-week-may-2008/</link>
		<comments>http://groundtruth.info/AstroStat/slog/2008/arxiv-4th-week-may-2008/#comments</comments>
		<pubDate>Sun, 01 Jun 2008 03:59:15 +0000</pubDate>
		<dc:creator>hlee</dc:creator>
				<category><![CDATA[Bayesian]]></category>
		<category><![CDATA[MCMC]]></category>
		<category><![CDATA[Stat]]></category>
		<category><![CDATA[arXiv]]></category>
		<category><![CDATA[AGN]]></category>
		<category><![CDATA[Bayes factor]]></category>
		<category><![CDATA[bootstrap]]></category>
		<category><![CDATA[confidence set]]></category>
		<category><![CDATA[cosmological constanct]]></category>
		<category><![CDATA[dark energy]]></category>
		<category><![CDATA[Exofit]]></category>
		<category><![CDATA[exoplanet]]></category>
		<category><![CDATA[filament]]></category>
		<category><![CDATA[jackknife]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[Model Selection]]></category>
		<category><![CDATA[time series]]></category>
		<category><![CDATA[Type Ia SNe]]></category>
		<category><![CDATA[unbiased]]></category>
		<category><![CDATA[wavelet]]></category>

		<guid isPermaLink="false">http://groundtruth.info/AstroStat/slog/?p=323</guid>
		<description><![CDATA[Eight astro-ph papers and two statistics paper are listed this week. One statistics paper discusses detecting filaments and the other talks about maximum likelihood estimation of satellite images (clouds). 

[astro-ph:0805.3532] Balan and Lahav
ExoFit: Orbital Parameters of Extra-solar Planets from Radial Velocities (MCMC)
[astro-ph:0805.3983] R. G. Carlberg et al.
Clustering of supernova Ia host galaxies (Jackknife method is [...]]]></description>
			<content:encoded><![CDATA[<p>Eight astro-ph papers and two statistics paper are listed this week. One statistics paper discusses detecting filaments and the other talks about maximum likelihood estimation of satellite images (clouds). <span id="more-323"></span></p>
<ul>
<li><a href="http://arxiv.org/abs/0805.3532">[astro-ph:0805.3532]</a> Balan and Lahav<br />
<strong>ExoFit: Orbital Parameters of Extra-solar Planets from Radial Velocities</strong> (MCMC)</p>
<li><a href="http://arxiv.org/abs/0805.3983">[astro-ph:0805.3983]</a> R. G. Carlberg et al.<br />
<strong>Clustering of supernova Ia host galaxies</strong> (Jackknife method is utilized).</p>
<li><a href="http://arxiv.org/abs/0805.4005">[astro-ph:0805.4005]</a> Kurek, Hrycyna, &#038; Szydlowski<br />
<strong>From model dynamics to oscillating dark energy parametrisation</strong> (Bayes factor)</p>
<li><a href="http://arxiv.org/abs/0805.4136">[astro-ph:0805.4136]</a> C. Genovese et al.<br />
<strong>Inference for the Dark Energy Equation of State Using Type Ia Supernova Data</strong> </p>
<li><a href="http://arxiv.org/abs/0805.4141">[math.ST:0805.4141]</a> C. Genovese et al.<br />
<strong>On the path density of a gradient field</strong> (detecting filaments via kernel density estimation, KDE)</p>
<li><a href="http://arxiv.org/abs/0805.4342">[astro-ph:0805.4342]</a> C. Espaillat et al.<br />
<strong>Wavelet Analysis of AGN X-Ray Time Series: A QPO in 3C 273?</strong></p>
<li><a href="http://arxiv.org/abs/0805.4414">[astro-ph:0805.4414]</a> Tegmark and Zaldarriaga<br />
<strong>The Fast Fourier Transform Telescope</strong> </p>
<li><a href="http://arxiv.org/abs/0805.4417">[astro-ph:0805.4417]</a> A. Georgakakis et al.<br />
<strong>A new method for determining the sensitivity of X-ray imaging observations and the X-ray number counts</strong></p>
<li><a href="http://arxiv.org/abs/0805.4598">[stat.AP:0805.4598]</a> E. Anderes et al.<br />
<strong>Maximum Likelihood Estimation of Cloud Height from Multi-Angle Satellite Imagery</strong>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://groundtruth.info/AstroStat/slog/2008/arxiv-4th-week-may-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[ArXiv] 3rd week, May 2008</title>
		<link>http://groundtruth.info/AstroStat/slog/2008/arxiv-3rd-week-may-2008/</link>
		<comments>http://groundtruth.info/AstroStat/slog/2008/arxiv-3rd-week-may-2008/#comments</comments>
		<pubDate>Mon, 26 May 2008 18:59:38 +0000</pubDate>
		<dc:creator>hlee</dc:creator>
				<category><![CDATA[Bayesian]]></category>
		<category><![CDATA[Fitting]]></category>
		<category><![CDATA[MCMC]]></category>
		<category><![CDATA[Methods]]></category>
		<category><![CDATA[Stat]]></category>
		<category><![CDATA[arXiv]]></category>
		<category><![CDATA[clustering]]></category>
		<category><![CDATA[high dimension]]></category>
		<category><![CDATA[LF]]></category>
		<category><![CDATA[maximum likelihood]]></category>
		<category><![CDATA[multivariate]]></category>
		<category><![CDATA[Poisson]]></category>
		<category><![CDATA[Schechter]]></category>
		<category><![CDATA[zero count]]></category>

		<guid isPermaLink="false">http://groundtruth.info/AstroStat/slog/?p=316</guid>
		<description><![CDATA[Not many this week, but there&#8217;s a great read.

[stat.ME:0805.2756] Fionn Murtagh
The Remarkable Simplicity of Very High Dimensional Data: Application of Model-Based Clustering
[astro-ph:0805.2945] Martin, de Jong, &#038; Rix
A comprehensive Maximum Likelihood analysis of the structural properties of faint Milky Way satellites
[astro-ph:0805.2946] Kelly, Fan, &#038; Vestergaard
A Flexible Method of Estimating Luminosity Functions [my subjective comment is added [...]]]></description>
			<content:encoded><![CDATA[<p>Not many this week, but there&#8217;s a great read.<span id="more-316"></span></p>
<ul>
<li><a href="http://arxiv.org/abs/0805.2756">[stat.ME:0805.2756]</a> Fionn Murtagh<br />
<strong>The Remarkable Simplicity of Very High Dimensional Data: Application of Model-Based Clustering</strong></p>
<li><a href="http://arxiv.org/abs/0805.2945">[astro-ph:0805.2945]</a> Martin, de Jong, &#038; Rix<br />
<strong>A comprehensive Maximum Likelihood analysis of the structural properties of faint Milky Way satellites</strong></p>
<li><a href="http://arxiv.org/abs/0805.2946">[astro-ph:0805.2946]</a> Kelly, Fan, &#038; Vestergaard<br />
<strong>A Flexible Method of Estimating Luminosity Functions</strong> [my subjective comment is added at the bottom]</p>
<li><a href="http://arxiv.org/abs/0805.3220">[stat.ME:0805.3220]</a> Bayarri, Berger, Datta<br />
<strong>Objective Bayes testing of Poisson versus inflated Poisson models</strong> (will it be of use when one is dealing with many zero background counts, underpopulated above zero background counts, and underpopulated source counts?)
</ul>
<p>[<strong>Comment</strong>] You must read it. It can serve as a very good Bayesian tutorial for astronomers. I think there&#8217;s a typo, nothing major, plus/minus sign in the likelihood, though. Tom Loredo kindly has informed through his extensive slog comments about Schechter function and this paper made me appreciate the gamma distribution more. Schechter function and the gamma density function share the same equation although the objective of their use does not have much to be shared (Forgive my Bayesian ignorance in the extensive usage of gamma distribution except the fact it&#8217;s a conjugate of Poisson or exponential distribution). </p>
<p>FYI, there was another recent arxiv paper on zero-inflation <a href="http://arxiv.org/abs/0805.2258">[stat.ME:0805.2258]</a> by Bhattacharya, Clarke, &#038; Datta<br />
<strong>A Bayesian test for excess zeros in a zero-inflated power series distribution</strong> </p>
]]></content:encoded>
			<wfw:commentRss>http://groundtruth.info/AstroStat/slog/2008/arxiv-3rd-week-may-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[ArXiv] 1st week, May 2008</title>
		<link>http://groundtruth.info/AstroStat/slog/2008/arxiv-1st-week-may-2008/</link>
		<comments>http://groundtruth.info/AstroStat/slog/2008/arxiv-1st-week-may-2008/#comments</comments>
		<pubDate>Mon, 12 May 2008 02:42:54 +0000</pubDate>
		<dc:creator>hlee</dc:creator>
				<category><![CDATA[MCMC]]></category>
		<category><![CDATA[Uncertainty]]></category>
		<category><![CDATA[arXiv]]></category>
		<category><![CDATA[Classification]]></category>
		<category><![CDATA[covariance]]></category>
		<category><![CDATA[FARIMA]]></category>
		<category><![CDATA[Fisher information]]></category>
		<category><![CDATA[GL]]></category>
		<category><![CDATA[GRB]]></category>
		<category><![CDATA[Levy]]></category>
		<category><![CDATA[light curve]]></category>
		<category><![CDATA[limb darkening]]></category>
		<category><![CDATA[ML]]></category>
		<category><![CDATA[Pareto distribution]]></category>
		<category><![CDATA[quasars]]></category>
		<category><![CDATA[solar flare]]></category>
		<category><![CDATA[standard candle]]></category>
		<category><![CDATA[tessellation]]></category>
		<category><![CDATA[time series]]></category>
		<category><![CDATA[VO]]></category>
		<category><![CDATA[void]]></category>

		<guid isPermaLink="false">http://groundtruth.info/AstroStat/slog/?p=298</guid>
		<description><![CDATA[I think I have to review spatial statistics in astronomy, focusing on tessellation (void structure), point process (expanding 2 (3) point correlation function), and marked point process (spatial distribution of hardness ratios of X-ray distant sources, different types of galaxies -not only morphological differences but other marks such as absolute magnitudes and existence of particular [...]]]></description>
			<content:encoded><![CDATA[<p>I think I have to review spatial statistics in astronomy, focusing on tessellation (void structure), point process (expanding 2 (3) point correlation function), and marked point process (spatial distribution of hardness ratios of X-ray distant sources, different types of galaxies -not only morphological differences but other marks such as absolute magnitudes and existence of particular features). When? Someday&#8230; </p>
<p>In addition to Bayesian methodologies, like this week&#8217;s astro-ph, studies on characterizing empirical spatial distributions of voids and galaxies frequently appear, which I believe can be enriched further with the ideas from stochastic geometry and spatial statistics. Click for what was appeared in arXiv this week. <span id="more-298"></span></p>
<ul>
<li><a href="http://arxiv.org/abs/0805.0156">[astro-ph:0805.0156]</a>R. D&#8217;Abrusco, G. Longo, N. A. Walton<br />
<strong>Quasar candidates selection in the Virtual Observatory era</strong></p>
<li><a href=" http://arxiv.org/abs/0805.0201">[astro-ph:0805.0201]</a> S. Vegetti&#038; L.V.E. Koopmans<br />
<strong>Bayesian Strong Gravitational-Lens Modelling on Adaptive Grids: Objective Detection of Mass Substructure in Galaxies</strong> (many like to see this paper: nest sampling implemented, discusses penalty function and tessllation)</p>
<li><a href="http://arxiv.org/abs/0805.0238">[astro-ph:0805.0238]</a> J. A. Carter et al.<br />
<strong>Analytic Approximations for Transit Light Curve Observables, Uncertainties, and Covariances</strong></p>
<li><a href="http://arxiv.org/abs/0805.0269">[astro-ph:0805.0269]</a> S.M.Leach et al.<br />
<strong>Component separation methods for the Planck mission</strong></p>
<li><a href="http://arxiv.org/abs/0805.0276">[astro-ph:0805.0276]</a> M. Grossi et al.<br />
<strong>The mass density field in simulated non-Gaussian scenarios</strong></p>
<li><a href="http://arxiv.org/abs/0805.0790">[astro-ph:0805.0790]</a> Ceccarelli, Padilla, &#038; Lambas<br />
<strong>Large-scale modulation of star formation in void walls</strong><br />
<a href="http://arxiv.org/abs/0805.0797">[astro-ph:0805.0797]</a> Ceccarelli et al.<br />
<strong>Voids in the 2dFGRS and LCDM simulations: spatial and dynamical properties </strong></p>
<li><a href="http://arxiv.org/abs/0805.0875">[astro-ph:0805.0875]</a> S. Basilakos and L. Perivolaropoulos<br />
<strong>Testing GRBs as Standard Candles</strong></p>
<li><a href="http://arxiv.org/abs/0805.0968">[astro-ph:0805.0968]</a> A. A. Stanislavsky et al.<br />
<strong>Statistical Modeling of Solar Flare Activity from Empirical Time Series of Soft X-ray Solar Emission</strong>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://groundtruth.info/AstroStat/slog/2008/arxiv-1st-week-may-2008/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>[ArXiv] 5th week, Apr. 2008</title>
		<link>http://groundtruth.info/AstroStat/slog/2008/arxiv-5th-week-apr-2008/</link>
		<comments>http://groundtruth.info/AstroStat/slog/2008/arxiv-5th-week-apr-2008/#comments</comments>
		<pubDate>Mon, 05 May 2008 07:08:42 +0000</pubDate>
		<dc:creator>hlee</dc:creator>
				<category><![CDATA[Galaxies]]></category>
		<category><![CDATA[Imaging]]></category>
		<category><![CDATA[MCMC]]></category>
		<category><![CDATA[Physics]]></category>
		<category><![CDATA[Spectral]]></category>
		<category><![CDATA[arXiv]]></category>
		<category><![CDATA[ANN]]></category>
		<category><![CDATA[automation]]></category>
		<category><![CDATA[Classification]]></category>
		<category><![CDATA[correlation function]]></category>
		<category><![CDATA[denoising]]></category>
		<category><![CDATA[FFT]]></category>
		<category><![CDATA[gravitational wave]]></category>
		<category><![CDATA[lensing]]></category>
		<category><![CDATA[LISA]]></category>
		<category><![CDATA[machine learning]]></category>
		<category><![CDATA[missing data]]></category>
		<category><![CDATA[mock data]]></category>
		<category><![CDATA[morphology]]></category>
		<category><![CDATA[PCA]]></category>
		<category><![CDATA[power spectrum]]></category>
		<category><![CDATA[robust]]></category>
		<category><![CDATA[SDSS]]></category>
		<category><![CDATA[spectrum]]></category>
		<category><![CDATA[sunspots]]></category>
		<category><![CDATA[wavelet]]></category>
		<category><![CDATA[zoo]]></category>

		<guid isPermaLink="false">http://groundtruth.info/AstroStat/slog/?p=281</guid>
		<description><![CDATA[Since I learned Hubble&#8217;s tuning fork[1] for the first time, I wanted to do classification (semi-supervised learning seems more suitable) galaxies based on their features (colors and spectra), instead of labor intensive human eye classification. Ironically, at that time I didn&#8217;t know there is a field of computer science called machine learning nor statistics which [...]]]></description>
			<content:encoded><![CDATA[<p>Since I learned Hubble&#8217;s tuning fork<sup>[1]</sup> for the first time, I wanted to do classification (semi-supervised learning seems more suitable) galaxies based on their features (colors and spectra), instead of labor intensive human eye classification. Ironically, at that time I didn&#8217;t know there is a field of computer science called machine learning nor statistics which do such studies. Upon switching to statistics with a hope of understanding statistical packages implemented in IRAF and IDL, and learning better the contents of Numerical Recipes and Bevington&#8217;s book, the ignorance was not the enemy, but the accessibility of data was. <span id="more-281"></span></p>
<p>I&#8217;m glad to see this week presented a paper that I had dreamed of many years ago in addition to other interesting papers. Nowadays, I&#8217;m more and more realizing that astronomical machine learning is not simple as what we see from machine learning and statistical computation literature, which typically adopted data sets from the data repository whose characteristics are well known over the many years (for example, the famous iris data; there are toy data sets and mock catalogs, no shortage of data sets of public characteristics). As the long list of authors indicates, machine learning on astronomical massive data sets are never meant to be a little girl&#8217;s dream. With a bit of my sentiment, I offer the list of this week:</p>
<ul>
<li><a href="http://arxiv.org/abs/0804.4068">[astro-ph:0804.4068]</a> S. Pires et al.<br />
<strong>FASTLens (FAst STatistics for weak Lensing) : Fast method for Weak Lensing Statistics and map making</strong>
</li>
<li><a href="http://arxiv.org/abs/0804.4142">[astro-ph:0804.4142]</a> M.Kowalski et al.<br />
<strong>Improved Cosmological Constraints from New, Old and Combined Supernova Datasets</strong>
</li>
<li><a href="http://arxiv.org/abs/0804.4219">[astro-ph:0804.4219]</a> M. Bazarghan and R. Gupta<br />
<strong>Automated Classification of Sloan Digital Sky Survey (SDSS) Stellar Spectra using Artificial Neural Networks</strong>
</li>
<li><a href="http://arxiv.org/abs/0804.4144">[gr-qc:0804.4144]</a>E. L. Robinson, J. D. Romano, A. Vecchio<br />
<strong>Search for a stochastic gravitational-wave signal in the second round of the Mock LISA Data challenges </strong>
</li>
<li><a href="http://arxiv.org/abs/0804.4483">[astro-ph:0804.4483]</a>C. Lintott et al.<br />
<strong>Galaxy Zoo : Morphologies derived from visual inspection of galaxies from the Sloan Digital Sky Survey</strong>
</li>
<li><a href="http://arxiv.org/abs/0804.4692">[astro-ph:0804.4692]</a> M. J. Martinez Gonzalez et al.<br />
<strong>PCA detection and denoising of Zeeman signatures in stellar polarised spectra</strong>
</li>
<li><a href="http://arxiv.org/abs/0805.0101">[astro-ph:0805.0101]</a> J. Ireland et al.<br />
<strong>Multiresolution analysis of active region magnetic structure and its correlation with the Mt. Wilson classification and flaring activity</strong>
</li>
</ul>
<p>A relevant post related machine learning on galaxy morphology from the slog is found at <a href="http://groundtruth.info/AstroStat/slog/2007/arxiv-svm-morphological-classification/">svm and galaxy morphological classification</a></p>
<p>< <strong>Added: 3rd week May 2008><a href=" http://arxiv.org/abs/0805.2612">[astro-ph:0805.2612]</a> S. P. Bamford et al.<br />
<strong> Galaxy Zoo: the independence of morphology and colour</strong></p>
<ol class="footnotes"><li id="footnote_0_281" class="footnote"><a href="http://en.wikipedia.org/wiki/Hubble_sequence">Wikipedia  link: Hubble sequence</a></li></ol>]]></content:encoded>
			<wfw:commentRss>http://groundtruth.info/AstroStat/slog/2008/arxiv-5th-week-apr-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

