<?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; wavelet</title>
	<atom:link href="http://groundtruth.info/AstroStat/slog/tag/wavelet/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>Wavelet-regularized image deconvolution</title>
		<link>http://groundtruth.info/AstroStat/slog/2009/wavelet-regularized-image-deconvolution/</link>
		<comments>http://groundtruth.info/AstroStat/slog/2009/wavelet-regularized-image-deconvolution/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 20:47:36 +0000</pubDate>
		<dc:creator>hlee</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[Data Processing]]></category>
		<category><![CDATA[Fitting]]></category>
		<category><![CDATA[Imaging]]></category>
		<category><![CDATA[Jargon]]></category>
		<category><![CDATA[Methods]]></category>
		<category><![CDATA[Quotes]]></category>
		<category><![CDATA[Stat]]></category>
		<category><![CDATA[arXiv]]></category>
		<category><![CDATA[bound optimization]]></category>
		<category><![CDATA[deconvolution]]></category>
		<category><![CDATA[image processing]]></category>
		<category><![CDATA[impulse response]]></category>
		<category><![CDATA[MM algorithm]]></category>
		<category><![CDATA[PSF]]></category>
		<category><![CDATA[regularization]]></category>
		<category><![CDATA[restoration]]></category>
		<category><![CDATA[thresholding]]></category>
		<category><![CDATA[wavelet]]></category>

		<guid isPermaLink="false">http://groundtruth.info/AstroStat/slog/?p=2905</guid>
		<description><![CDATA[A Fast Thresholded Landweber Algorithm for Wavelet-Regularized Multidimensional Deconvolution
Vonesch and Unser (2008)
IEEE Trans. Image Proc. vol. 17(4), pp. 539-549
Quoting the authors, I also like to say that the recovery of the original image from the observed is an ill-posed problem. They traced the efforts of wavelet regularization in deconvolution back to a few relatively recent [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p><strong>A Fast Thresholded Landweber Algorithm for Wavelet-Regularized Multidimensional Deconvolution</strong><br />
Vonesch and Unser (2008)<br />
IEEE Trans. Image Proc. vol. 17(4), pp. 539-549</p></blockquote>
<p>Quoting the authors, I also like to say that <u>the recovery of the original image from the observed is an <strong>ill-posed</strong> problem</u>. They traced the efforts of wavelet regularization in deconvolution back to a few relatively recent publications by astronomers. Therefore, I guess the topic and algorithm of this paper could drag some attentions from astronomers. <span id="more-2905"></span></p>
<p>They explain the wavelet based reconstruction procedure in a simple term. The matrix-vector product w<sub>x</sub>= Wx yields the coefficients of x in the wavelet basis, and W<sup>T</sup>Wx reconstructs the signal from these coefficients. </p>
<p>Their assumed model is<br />
<blockquote>
y=Hx<sub>orig</sub> + b,
</p></blockquote>
<p>where y and x_{orig} are vectors containing uniform samples of the original and measured signals; b represents the measurement error. H is a square (block) circulant matrix that approximates the convolution with the PSF. Then, the problem of deconvolution is to find an estimate that maximizes the cost function<br />
<blockquote>
J(x) = J<sub>data</sub>(x)+ &#955;  J<sub>reg</sub>(x)</p></blockquote>
<p>They described that &#8220;<u>this functional can also interpreted as a (negative) log-likelihood in a Bayesian statistical framework, and deconvolution can then be seen as a maximum a posteriori (MAP) estimation problem.</u>&#8221; Also the description of the cost function is applicable to the frequently appearing topic in regression or classification problems such as ridge regression, quantile regression, LASSO, LAR, model/variable selection, state space models from time series and spatial statistics, etc. </p>
<blockquote><p>
The observed image is the d-dimensional covolution of an origianl image (the characteristic function of the object of interest) with the<strong> impulse response (or PSF).</strong>  of the imaging system. </p></blockquote>
<p>The notion of regularization or penalizing the likelihood seems not well received among astronomers based on my observation that often times the chi-square minimization (the simple least square method) without penalty is suggested and used in astronomical data analysis. Since image analysis with wavelets popular in astronomy, the fast algorithm for wavelet regularized variational deconvolution introduced in this paper could bring faster results to astronomers and could offer better insights of the underlying physical processes by separating noise and background more in a model according fashion, not simple background  subtraction. </p>
]]></content:encoded>
			<wfw:commentRss>http://groundtruth.info/AstroStat/slog/2009/wavelet-regularized-image-deconvolution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[ArXiv] Sparse Poisson Intensity Reconstruction Algorithms</title>
		<link>http://groundtruth.info/AstroStat/slog/2009/arxiv-sparse-poisson-intensity-reconstruction-algorithms/</link>
		<comments>http://groundtruth.info/AstroStat/slog/2009/arxiv-sparse-poisson-intensity-reconstruction-algorithms/#comments</comments>
		<pubDate>Thu, 07 May 2009 16:14:39 +0000</pubDate>
		<dc:creator>hlee</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[Astro]]></category>
		<category><![CDATA[Cross-Cultural]]></category>
		<category><![CDATA[Data Processing]]></category>
		<category><![CDATA[High-Energy]]></category>
		<category><![CDATA[Imaging]]></category>
		<category><![CDATA[Jargon]]></category>
		<category><![CDATA[arXiv]]></category>
		<category><![CDATA[compressed sensing]]></category>
		<category><![CDATA[decomposition]]></category>
		<category><![CDATA[EM algorithm]]></category>
		<category><![CDATA[intensity]]></category>
		<category><![CDATA[MPLE]]></category>
		<category><![CDATA[multiscale]]></category>
		<category><![CDATA[penalty]]></category>
		<category><![CDATA[Poisson]]></category>
		<category><![CDATA[Poisson Intensity]]></category>
		<category><![CDATA[Sparcity]]></category>
		<category><![CDATA[wavelet]]></category>

		<guid isPermaLink="false">http://groundtruth.info/AstroStat/slog/?p=2498</guid>
		<description><![CDATA[One of [ArXiv] papers from yesterday whose title might drag lots of attentions from astronomers. Furthermore, it&#8217;s a short paper.
[arxiv:math.CO:0905.0483] by Harmany, Marcia, and Willet.

Estimating f under &#8220;Sparse Poisson Intensity&#8221; condition is an frequently appearing topic in high energy astrophysics data analysis. Some might like to check references in the paper, which offer solutions to [...]]]></description>
			<content:encoded><![CDATA[<p>One of [ArXiv] papers from yesterday whose title might drag lots of attentions from astronomers. Furthermore, it&#8217;s a short paper.<br />
<a href="http://arxiv.org/abs/0905.0483">[arxiv:math.CO:0905.0483]</a> by Harmany, Marcia, and Willet.<br />
<span id="more-2498"></span><br />
Estimating f under &#8220;Sparse Poisson Intensity&#8221; condition is an frequently appearing topic in high energy astrophysics data analysis. Some might like to check references in the paper, which offer solutions to compressed sensing problems with different kinds of sparsity, minimization approaches, and constraints on f.</p>
<p>Apart from the technical details, the first two sentences from the conclusion,</p>
<blockquote><p>
We have developed computational approaches for signal reconstruction from photon-limited measurements &#8211; a situation prevalent in many practical settings. Our method optimizes a regularized Poisson likelihood under nonnegativity constraints</p></blockquote>
<p>tempt me to study and try their algorithm.</p>
]]></content:encoded>
			<wfw:commentRss>http://groundtruth.info/AstroStat/slog/2009/arxiv-sparse-poisson-intensity-reconstruction-algorithms/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>Mexican Hat [EotW]</title>
		<link>http://groundtruth.info/AstroStat/slog/2008/eotw-mexican-hat/</link>
		<comments>http://groundtruth.info/AstroStat/slog/2008/eotw-mexican-hat/#comments</comments>
		<pubDate>Wed, 28 May 2008 17:00:38 +0000</pubDate>
		<dc:creator>vlk</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[Astro]]></category>
		<category><![CDATA[Imaging]]></category>
		<category><![CDATA[Jargon]]></category>
		<category><![CDATA[Chandra]]></category>
		<category><![CDATA[ciao]]></category>
		<category><![CDATA[convolution]]></category>
		<category><![CDATA[correlation]]></category>
		<category><![CDATA[EotW]]></category>
		<category><![CDATA[Equation]]></category>
		<category><![CDATA[Equation of the Week]]></category>
		<category><![CDATA[Fourier Transform]]></category>
		<category><![CDATA[gaussian]]></category>
		<category><![CDATA[MexHat]]></category>
		<category><![CDATA[Mexican Hat]]></category>
		<category><![CDATA[MH]]></category>
		<category><![CDATA[multiscale]]></category>
		<category><![CDATA[wavdetect]]></category>
		<category><![CDATA[wavelet]]></category>

		<guid isPermaLink="false">http://groundtruth.info/AstroStat/slog/?p=311</guid>
		<description><![CDATA[The most widely used tool for detecting sources in X-ray images, especially Chandra data, is the wavelet-based wavdetect, which uses the Mexican Hat (MH) wavelet.  Now, the MH is not a very popular choice among wavelet aficianados because it does not form an orthonormal basis set (i.e., scale information is not well separated), and [...]]]></description>
			<content:encoded><![CDATA[<p>The most widely used tool for detecting sources in X-ray images, especially Chandra data, is the wavelet-based <tt><a href="http://cxc.harvard.edu/ciao/download/doc/detect_manual/wav_theory.html">wavdetect</a></tt>, which uses the Mexican Hat (MH) wavelet.  Now, the MH is not a very popular choice among wavelet aficianados because it does not form an orthonormal basis set (i.e., scale information is not well separated), and does not have compact support (i.e., the function extends to inifinity).  So why is it used here?<br />
<span id="more-311"></span></p>
<p>The short answer is, it has a convenient <a href="http://groundtruth.info/AstroStat/slog/2008/eotw-background-subtraction/">background subtractor</a> built in, is analytically comprehensible, and uses concepts very familiar to astronomers.  The last bit can be seen by appealing to Gaussian smoothing.  Astronomers are (or were) used to smoothing images with Gaussians, and in a manner of speaking, all astronomical images already come presmoothed by PSFs (point spread functions) that are nominally approximated by Gaussians.  Now, if an image were smoothed by another Gaussian of a slightly larger width, the difference between the two smoothed images should highlight those features which are prominent at the spatial scale of the larger Gaussian.  This is the basic rationale behind a wavelet.</p>
<p>So, in the following, <em>G(x,y;&#963;<sub>x</sub>,&#963;<sub>y</sub>,x<sub>o</sub>,y<sub>o</sub>)</em> is a 2D Gaussian written in such that the scaling of the widths and the transposition of the function is made obvious.  It is defined over the real plane <em>x,y &#949; R<sup>2</sup></em> and for widths <em>&#963;<sub>x</sub>,&#963;<sub>y</sub></em>.  The Mexican Hat wavelet MH<em>(x,y;&#963;<sub>x</sub>,&#963;<sub>y</sub>,x<sub>o</sub>,y<sub>o</sub>)</em> is generated as the difference between the two Gaussians of different widths, which essentially boils down to taking partial derivatives of <em>G(&#963;<sub>x</sub>,&#963;<sub>y</sub>)</em> wrt the widths.  To be sure, these must really be thought of as operators where the functions are correlated with a data image, so the derivaties must be carried out inside an integral, but I am skipping all that for the sake of clarity.  Also note, the MH is sometimes derived as the second derivative of <em>G(x,y)</em>, the <em>spatial</em> derivatives that is.</p>
<p><a href='http://groundtruth.info/AstroStat/slog/wp-content/uploads/eotw_mexhat.jpg'><img src="http://groundtruth.info/AstroStat/slog/wp-content/uploads/eotw_mexhat-300x126.jpg" alt="Mexican Hat wavelet" width="300" height="126" class="aligncenter size-medium wp-image-312" /></a></p>
<p>The integral of the MH over <em>R<sup>2</sup></em> results in the positive bump and the negative annulus canceling each other out, so there is no unambiguous way to set its normalization.   And finally, the Fourier Transform shows which spatial scales (<em>k<sub>x,y</sub></em> are wavenumbers) are enhanced or filtered during a correlation.</p>
]]></content:encoded>
			<wfw:commentRss>http://groundtruth.info/AstroStat/slog/2008/eotw-mexican-hat/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>
		<item>
		<title>[ArXiv] 1st week, Apr. 2008</title>
		<link>http://groundtruth.info/AstroStat/slog/2008/arxiv-1st-week-apr-2008/</link>
		<comments>http://groundtruth.info/AstroStat/slog/2008/arxiv-1st-week-apr-2008/#comments</comments>
		<pubDate>Sun, 06 Apr 2008 15:10:15 +0000</pubDate>
		<dc:creator>hlee</dc:creator>
				<category><![CDATA[Jargon]]></category>
		<category><![CDATA[MCMC]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[arXiv]]></category>
		<category><![CDATA[Bible]]></category>
		<category><![CDATA[big bang]]></category>
		<category><![CDATA[FFT]]></category>
		<category><![CDATA[IMF]]></category>
		<category><![CDATA[microlensing]]></category>
		<category><![CDATA[misnomer]]></category>
		<category><![CDATA[model]]></category>
		<category><![CDATA[NGC 602]]></category>
		<category><![CDATA[power law]]></category>
		<category><![CDATA[Stellar association]]></category>
		<category><![CDATA[wavelet]]></category>

		<guid isPermaLink="false">http://groundtruth.info/AstroStat/slog/?p=263</guid>
		<description><![CDATA[I&#8217;m very curious how astronomers began to use Monte Carlo Markov Chain instead of Markov chain Monte Carlo. The more it becomes popular, the more frequently Monte Carlo Markov Chain appears. Anyway, this week, I added non astrostatistical papers in the list: a tutorial, big bang, and biblical theology. 

[astro-ph:0803.4089] R. Trotta
Bayes in the sky: [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m very curious how astronomers began to use Monte Carlo Markov Chain instead of Markov chain Monte Carlo. The more it becomes popular, the more frequently Monte Carlo Markov Chain appears. Anyway, this week, I added non astrostatistical papers in the list: a tutorial, big bang, and biblical theology. <span id="more-263"></span></p>
<ul>
<li><a href="http://arxiv.org/abs/0803.4089">[astro-ph:0803.4089]</a> R. Trotta<br />
<strong>Bayes in the sky: Bayesian inference and model selection in cosmology</strong> (Bayesian cosmology tutorial).</p>
<li><a href="http://arxiv.org/abs/0804.0070">[astro-ph:0804.0070]</a> W. Cui et al.<br />
<strong>An ideal mass assignment scheme for measuring the Power Spectrum with  FFTs</strong></p>
<li><a href="http://arxiv.org/abs/0804.0155">[astro-ph:0804.0155]</a> L. Wang et al.<br />
<strong>Timeline analysis and wavelet multiscale analysis of the AKARI All-Sky Survey at 90 micron</strong></p>
<li><a href="http://arxiv.org/abs/0804.0278">[astro-ph:0804.0278]</a>L. Colombo and E. Pierpaoli<br />
<strong>Model independent approaches to reionization in the analysis of upcoming CMB data</strong> </p>
<li><a href="http://arxiv.org/abs/0804.0285">[astro-ph:0804.0285]</a>L. Vergani et al.<br />
<strong>Dark Matter &#8211; Dark Energy coupling biasing parameter estimates from CMB data</strong></p>
<li><a href="http://arxiv.org/abs/0804.0294">[astro-ph:0804.0294]</a> A. Romeo et al.<br />
<strong>Discreteness Effects in Lambda Cold Dark Matter Simulations: A Wavelet-Statistical View</strong></p>
<li><a href="http://arxiv.org/abs/0804.0373">[astro-ph:0804.0373]</a> F. Schmidt et al.<br />
<strong>Weak Lensing Effects on the Galaxy Three-Point Correlation Function</strong></p>
<li><a href="http://arxiv.org/abs/0804.0382">[astro-ph:0804.0382]</a> R. U. Abbasi et al.<br />
<strong>Search for Correlations between HiRes Stereo Events and Active Galactic  Nuclei</strong></p>
<li><a href="http://arxiv.org/abs/0804.0543">[astro-ph:0804.0543]</a> M. Schmalzl et al.<br />
<strong>The Initial Mass Function of the Stellar Association NGC 602 in the Small Magellanic Cloud with Hubble Space Telescope ACS Observations</strong></p>
</ul>
<p>gravitational microlensing tutorial? <a href="http://arxiv.org/abs/0803.4324">[astro-ph:0803.4324]</a><br />
<strong>Recent Developments in Gravitational Microlensing</strong> by A. Gould</p>
<p>paper with a very interesting title: <a href="http://arxiv.org/abs/0803.3604">[astro-ph:0803.3604]</a><br />
<strong>Was There A Big Bang?</strong> by R. K. Soberman and M. Dubin</p>
<p>not astrostatistics but atypical statistical application, interesting topic, and good discussions:<a href="http://arxiv.org/abs/0804.0079">[stat.AP:0804.0079]</a><br />
<strong>Statistical analysis of an archeological find</strong> by A. Feuerverger<br />
Discussants are <a href="http://arxiv.org/abs/0804.0080">S.M. Stigler</a>, <a href="http://arxiv.org/abs/0804.0088">C. Fuchs</a>, <a href="http://arxiv.org/abs/0804.0090">D.L. Bentley</a>, <a href="http://arxiv.org/abs/0804.0093">S.M. Bird</a>, <a href="http://arxiv.org/abs/0804.0095">H. Höfling, L. Wasserman</a>, <a href="http://arxiv.org/abs/0804.0097"> R. Ingermanson</a>,  <a href="http://arxiv.org/abs/0804.0099"> J. Mortera, P. Vicard</a>, <a href="http://arxiv.org/abs/0804.0102">J.B. Kadane</a> (Click names).</p>
]]></content:encoded>
			<wfw:commentRss>http://groundtruth.info/AstroStat/slog/2008/arxiv-1st-week-apr-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[ArXiv] 5th week, Jan. 2008</title>
		<link>http://groundtruth.info/AstroStat/slog/2008/arxiv-5th-week-jan-2008/</link>
		<comments>http://groundtruth.info/AstroStat/slog/2008/arxiv-5th-week-jan-2008/#comments</comments>
		<pubDate>Fri, 01 Feb 2008 18:01:03 +0000</pubDate>
		<dc:creator>hlee</dc:creator>
				<category><![CDATA[arXiv]]></category>
		<category><![CDATA[bimodality]]></category>
		<category><![CDATA[distribution]]></category>
		<category><![CDATA[Fourier]]></category>
		<category><![CDATA[GRB]]></category>
		<category><![CDATA[K-S test]]></category>
		<category><![CDATA[kurtosis]]></category>
		<category><![CDATA[Nested Sampling]]></category>
		<category><![CDATA[quantification]]></category>
		<category><![CDATA[skewness]]></category>
		<category><![CDATA[wavelet]]></category>

		<guid isPermaLink="false">http://groundtruth.info/AstroStat/slog/2008/arxiv-5th-week-jan-2008/</guid>
		<description><![CDATA[Some statistics papers were listed at the top, of which topics would interest some slog subscribers.

From statistics arxiv:

[stat.CO:0801.3387] Contemplating Evidence: properties, extensions of, and alternatives to Nested Sampling N. Chopin &#038;C. Robert
[math.ST:0801.4329] Estimators of Long-Memory: Fourier versus Wavelets G. Fay et.al. (not comprehensible but the title is more than interesting)

From astro-ph:

[astro-ph:0801.4041] Quantifying parameter errors due [...]]]></description>
			<content:encoded><![CDATA[<p>Some statistics papers were listed at the top, of which topics would interest some slog subscribers.<br />
<span id="more-224"></span><br />
From statistics arxiv:</p>
<ul>
<li><a href="http://arxiv.org/abs/0801.3887">[stat.CO:0801.3387]</a> <strong>Contemplating Evidence: properties, extensions of, and alternatives to Nested Sampling</strong> N. Chopin &#038;C. Robert</li>
<li><a href="http://arxiv.org/abs/0801.4329">[math.ST:0801.4329]</a> <strong>Estimators of Long-Memory: Fourier versus Wavelets</strong> G. Fay et.al. (<i>not comprehensible but the title is more than interesting</i>)
</ul>
<p>From astro-ph:</p>
<ul>
<li><a href="http://arxiv.org/abs/0801.4041">[astro-ph:0801.4041]</a> <strong>Quantifying parameter errors due to the peculiar velocities of type Ia supernovae</strong> R. Ali Vanderveld</li>
<li><a href="http://arxiv.org/abs/0801.4233">[astro-ph:0801.4233]</a> <strong>Effects of the interaction between dark energy and dark matter on cosmological parameters</strong> J. He &#038; B. Wang</li>
<li><a href="http://arxiv.org/abs/0801.4889">[astro-ph:0801.4889]</a> <strong>Temporal variability and statistics of the Strehl ratio in adaptive-optics images </strong> S. Gladysz</li>
<li><a href="http://arxiv.org/abs/0801.4751">[astro-ph:0801.4751]</a> <strong>Low-Luminosity Gamma-Ray Bursts as a Distinct GRB Population:A Monte Carlo Analysis</strong> F Virgili, E Liang, &#038;B Zhang
<li><a href="http://arxiv.org/abs/0801.4759">[astro-ph:0801.4759]</a> <strong> Optical afterglow luminosities in the Swift epoch: confirming clustering and bimodality</strong> M. Nardini, G. Ghisellini &#038; G. Ghirlanda
</ul>
<p>(The last two papers mentioned Kolmogorov-Smirnov test and probability)</p>
]]></content:encoded>
			<wfw:commentRss>http://groundtruth.info/AstroStat/slog/2008/arxiv-5th-week-jan-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Signal Processing and Bootstrap</title>
		<link>http://groundtruth.info/AstroStat/slog/2008/signal-processing-and-bootstrap/</link>
		<comments>http://groundtruth.info/AstroStat/slog/2008/signal-processing-and-bootstrap/#comments</comments>
		<pubDate>Wed, 30 Jan 2008 06:33:25 +0000</pubDate>
		<dc:creator>hlee</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[Bayesian]]></category>
		<category><![CDATA[Cross-Cultural]]></category>
		<category><![CDATA[Fitting]]></category>
		<category><![CDATA[Frequentist]]></category>
		<category><![CDATA[MC]]></category>
		<category><![CDATA[MCMC]]></category>
		<category><![CDATA[Methods]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Spectral]]></category>
		<category><![CDATA[Stat]]></category>
		<category><![CDATA[Uncertainty]]></category>
		<category><![CDATA[arXiv]]></category>
		<category><![CDATA[bootstrap]]></category>
		<category><![CDATA[compressive sensing]]></category>
		<category><![CDATA[confidence interval]]></category>
		<category><![CDATA[GLM]]></category>
		<category><![CDATA[IEEE]]></category>
		<category><![CDATA[jacknife]]></category>
		<category><![CDATA[machine learning]]></category>
		<category><![CDATA[multitaper estimate]]></category>
		<category><![CDATA[particle filter]]></category>
		<category><![CDATA[signal processing]]></category>
		<category><![CDATA[statistical inference]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[wavelet]]></category>

		<guid isPermaLink="false">http://groundtruth.info/AstroStat/slog/2008/signal-processing-and-bootstrap/</guid>
		<description><![CDATA[Astronomers have developed their ways of processing signals almost independent to but sometimes  collaboratively with engineers, although the fundamental of signal processing is same: extracting information. Doubtlessly, these two parallel roads of astronomers&#8217; and engineers&#8217; have been pointing opposite directions: one toward the sky and the other to the earth. Nevertheless, without an intensive [...]]]></description>
			<content:encoded><![CDATA[<p>Astronomers have developed their ways of processing signals almost independent to but sometimes  collaboratively with engineers, although the fundamental of signal processing is same: extracting information. Doubtlessly, these two parallel roads of astronomers&#8217; and engineers&#8217; have been pointing opposite directions: one toward the sky and the other to the earth. Nevertheless, without an intensive argument, we could say that somewhat statistics has played the medium of signal processing for both scientists and engineers. This particular issue of IEEE signal processing magazine may shed lights for astronomers interested in signal processing and statistics outside the astronomical society. </p>
<blockquote><p>
<a href="http://ieeexplore.ieee.org/xpl/tocresult.jsp?isYear=2007&#038;isnumber=4286449&#038;Submit32=Go+To+Issue">IEEE Signal Processing Magazine Jul. 2007 Vol 24 Issue 4: Bootstrap methods in signal processing</a>
</p></blockquote>
<p>This link will show the table of contents and provide links to articles; however, the access to papers requires <a href="http://ieeexplore.ieee.org">IEEE Xplore</a> subscription via libraries or individual IEEE memberships). Here, I&#8217;d like to attempt to introduce some articles and tutorials.<br />
<span id="more-193"></span><br />
<strong>Special topic on bootstrap:</strong><br />
The guest editors (A.M. Zoubir &#038; D.R. Iskander)<sup>[1]</sup> open the issue by providing the rationale, the occasional invalid Gaussian noise assumption, and the consequential complex modeling in their editorial opening, <strong>Bootstrap Methods in Signal Processing</strong>. A practical approach has been Monte Carlo simulations but the cost of repeating experiments is problematic. The suggested alternative is the bootstrap, which provides tools for designing detectors for various signals subject to noise or interference from unknown distributions. It is said that <em>the bootstrap is a computer-intensive tool for answering inferential questions</em> and this issue serves as tutorials that introduce this computationally intensive statistical method to the signal processing community.</p>
<p>The first tutorial is written by those two guest editors: <strong> Bootstrap Methods and Applications</strong>, which begins with the list of bootstrap methods and emphasizes its resilience. It discusses the number of bootstrap samples to compensate a simulation (Monte Carlo) error to a statistical error and the sampling methods for dependent data with real examples. The flowchart from Fig. 9 provides the guideline for how to use the bootstrap methods as a summary.</p>
<p>The title of the second tutorial is  <strong>Jackknifing Multitaper Spectrum Estimates</strong> (D.J. Thomson), which introduces the jackknife, multitaper estimates of spectra, and applying the former to the latter with real data sets. The author added the reason for his preference of jackknife to bootstrap and discussed the underline assumptions on resampling methods.</p>
<p>Instead of listing all articles from <a href="http://ieeexplore.ieee.org/xpl/tocresult.jsp?isYear=2007&#038;isnumber=4286449&#038;Submit32=Go+To+Issue">the special issue</a>, a few astrostatistically notable articles are chosen:</p>
<ul>
<li> <strong>Bootstrap-Inspired Techniques in Computational Intelligence </strong> (R. Polikar) explains the bootstrap for estimating errors, algorithms of <i>bagging</i>, <i>boosting</i>, and <i>AdaBoost</i>,  and other bootstrap inspired techniques in ensemble systems with a discussion of missing.
<li> <strong>Bootstrap for Empirical Multifractal Analysis </strong> (H. Wendt, P. Abry &#038; S. Jaffard) explains block bootstrap methods for dependent data, bootstrap confidence limits, bootstrap hypothesis testing in addition to multifractal analysis. Due to the personal lack of familiarity in wavelet leaders, instead of paraphrasing, the article&#8217;s conclusion is intentionally replaced with quoting sentences:<br />
<blockquote><p>First, besides being mathematically well-grounded with respect to multifractal analysis, wavelet leaders exhibit significantly enhanced statistical performance compared to wavelet coefficients. &#8230; Second, bootstrap procedures provide practitioners with satisfactory confidence limits and hypothesis test p-values for multifractal parameters. Third, the computationally cheap percentile method achieves already excellent performance for both confidence limits and tests. </p></blockquote>
<li> <strong>Wild Bootstrap Test</strong> (J. Franke &#038; S. Halim) discusses the residual-based nonparametric tests and the wild bootstrap for regression models, applicable to signal/image analysis. Their test checks the differences between two irregular signals/images.
<li> <strong>Nonparametric Estimates of Biological Transducer Functions </strong> (D.H.Foster &#038; K.Zychaluk) I like the part where they discuss generalized linear model (GLM) that is useful to expend the techniques of model fitting/model estimation in astronomy beyond gaussian and least square. They also mentioned that the bootstrap is simpler for getting confidence intervals.
<li> <strong> Bootstrap Particle Filtering </strong> (J.V.Candy) It is a very pleasant reading for Bayesian signal processing and particle filter. It overviews MCMC and state space model, and explains resampling as a remedy to overcome the shortcomings of importance sampling in signal processing.
<li> <strong>Compressive sensing.</strong> (R.G.Baranuik)<br />
<blockquote><p>A lecture note presents a new method to capture and represent compressible signals at a rate significantly below the Nyquist rate. This method employs nonadaptive linear projections that preserve the structure of the signal;</p></blockquote>
</ul>
<p>I do wish this brief summary assists you selecting a few interesting articles.</p>
<ol class="footnotes"><li id="footnote_0_193" class="footnote">They wrote a book, <strong>the bootstrap and its application in signal processing</strong>.</li></ol>]]></content:encoded>
			<wfw:commentRss>http://groundtruth.info/AstroStat/slog/2008/signal-processing-and-bootstrap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[ArXiv] 1st week, Dec. 2007</title>
		<link>http://groundtruth.info/AstroStat/slog/2007/arxiv-1st-week-dec-2007/</link>
		<comments>http://groundtruth.info/AstroStat/slog/2007/arxiv-1st-week-dec-2007/#comments</comments>
		<pubDate>Fri, 07 Dec 2007 19:15:04 +0000</pubDate>
		<dc:creator>hlee</dc:creator>
				<category><![CDATA[arXiv]]></category>
		<category><![CDATA[CMB]]></category>
		<category><![CDATA[cosmic shear]]></category>
		<category><![CDATA[cross-correlation]]></category>
		<category><![CDATA[Hubble constant]]></category>
		<category><![CDATA[Maxwell distribution]]></category>
		<category><![CDATA[Point Process]]></category>
		<category><![CDATA[PSF]]></category>
		<category><![CDATA[SZ]]></category>
		<category><![CDATA[wavelet]]></category>
		<category><![CDATA[X-Atlas]]></category>

		<guid isPermaLink="false">http://groundtruth.info/AstroStat/slog/2007/arxiv-1st-week-dec-2007/</guid>
		<description><![CDATA[There&#8217;s only one day in the first week of December with no preprint appearance. Dubbing the week of Dec. 2nd as the first week is hoped to be accepted. 

[stat.ML:0711.4983]
 A Method for Compressing Parameters in Bayesian Models with Application to Logistic Sequence Prediction Models  L. Li and R. M. Neal
[astro-ph:0711.4886]
Requirements on PSF Calibration [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s only one day in the first week of December with no preprint appearance. Dubbing the week of Dec. 2nd as the first week is hoped to be accepted.<span id="more-197"></span> <!---more ---></p>
<ul>
<li><a href="http://arxiv.org/abs/0711.4983">[stat.ML:0711.4983]</a><br />
<strong> A Method for Compressing Parameters in Bayesian Models with Application to Logistic Sequence Prediction Models </strong> L. Li and R. M. Neal</li>
<li><a href="http://arxiv.org/abs/0711.4886">[astro-ph:0711.4886]</a><br />
<strong>Requirements on PSF Calibration for Dark Energy from Cosmic Shear </strong> S. Paulin-Henriksson et.al.</li>
<li><a href="http://arxiv.org/abs/0711.4895">[astro-ph:0711.4895]</a><br />
<strong> The impact of going beyond the Maxwell distribution in direct dark matter detection rates </strong> J. D.  Vergados, S. H. Hansen, and O. Host</li>
<li><a href="http://arxiv.org/abs/0712.0003">[astro-ph:0712.0003]</a><br />
<strong>The Galaxy Cross-Correlation Function as a Probe of the Spatial Distribution of Galactic Satellites </strong> J. Chen</li>
<li><a href="http://arxiv.org/abs/0712.0283">[stat.ME:0712.0283]</a><br />
<strong> Wavelet methods in statistics: Some recent developments and their applications </strong> A. Antoniadis</li>
<li><a href="http://arxiv.org/abs/0712.0189">[stat.ML:0712.0189]</a><br />
<strong> Summarization and Classification of Non-Poisson Point Processes </strong> J. Picka and M. Deng</li>
<li><a href="http://arxiv.org/abs/0712.0588">[astro-ph:0712.0588]</a><br />
<strong> SZ and CMB reconstruction using Generalized Morphological Component  Analysis </strong> J. Bobin et. al.</li>
<li><a href="http://arxiv.org/abs/0712.0610">[astro-ph:0712.0610]</a><br />
<strong> X-Atlas: An Online Archive of Chandra&#8217;s Stellar High Energy Transmission Gratings Observations </strong> O. W. Westbrook et.al.</li>
<li><a href="http://arxiv.org/abs/0712.0618">[astro-ph:0712.0618]</a><br />
<strong>Precision of Hubble constant derived using black hole binary absolute  distances and statistical redshift information </strong> C. L. MacLeod and C. J. Hogan</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://groundtruth.info/AstroStat/slog/2007/arxiv-1st-week-dec-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[ArXiv] 5th week, Nov. 2007</title>
		<link>http://groundtruth.info/AstroStat/slog/2007/arxiv-5th-week-nov-2007/</link>
		<comments>http://groundtruth.info/AstroStat/slog/2007/arxiv-5th-week-nov-2007/#comments</comments>
		<pubDate>Tue, 04 Dec 2007 00:58:58 +0000</pubDate>
		<dc:creator>hlee</dc:creator>
				<category><![CDATA[arXiv]]></category>
		<category><![CDATA[2MASS]]></category>
		<category><![CDATA[globular cluster]]></category>
		<category><![CDATA[light curve]]></category>
		<category><![CDATA[likelihood ratio]]></category>
		<category><![CDATA[Palomar]]></category>
		<category><![CDATA[periodocity]]></category>
		<category><![CDATA[SDSS]]></category>
		<category><![CDATA[SkyMouse]]></category>
		<category><![CDATA[Tully-Fisher]]></category>
		<category><![CDATA[wavelet]]></category>

		<guid isPermaLink="false">http://groundtruth.info/AstroStat/slog/2007/arxiv-5th-week-nov-2007/</guid>
		<description><![CDATA[Astronomers are hard working people, day and night, weekend and weekdays, 24/7, etc.  My vacation delayed this week&#8217;s posting, not astronomers nor statisticians.

[astro-ph:0711.4356]
Transformations between 2MASS, SDSS and BVRI photometric systems: bridging the near infrared and optical  S. Bilir et.al.
[astro-ph:0711.4369]
SED modeling of Young Massive Stars T. P. Robitaille
[astro-ph:0711.4387]
SkyMouse: A smart interface for astronomical on-line [...]]]></description>
			<content:encoded><![CDATA[<p>Astronomers are hard working people, day and night, weekend and weekdays, 24/7, etc.  My vacation delayed this week&#8217;s posting, not astronomers nor statisticians.<span id="more-194"></span></p>
<ul>
<li><a href="http://arxiv.org/abs/0711.4356">[astro-ph:0711.4356]</a><br />
<strong>Transformations between 2MASS, SDSS and BVRI photometric systems: bridging the near infrared and optical </strong> S. Bilir et.al.</li>
<li><a href="http://arxiv.org/abs/0711.4369">[astro-ph:0711.4369]</a><br />
<strong>SED modeling of Young Massive Stars </strong>T. P. Robitaille</li>
<li><a href="http://arxiv.org/abs/0711.4387">[astro-ph:0711.4387]</a><br />
<strong>SkyMouse: A smart interface for astronomical on-line resources and services </strong>C.-Z. Cui et. al.</li>
<li><a href="http://arxiv.org/abs/0711.3765">[stat.AP:0711.3765]</a><br />
<strong>MCMC Inference for a Model with Sampling Bias: An Illustration using SAGE data </strong>R. Zaretzki et. al.</li>
<li><a href="http://arxiv.org/abs/0711.3640">[astro-ph:0711.3640]</a><br />
<strong>Large-Scale Anisotropic Correlation Function of SDSS Luminous Red Galaxies </strong> T. Okumura et.al.</li>
<li><a href="http://arxiv.org/abs/0711.4598">[astro-ph:0711.4598]</a><br />
<strong> Dynamical Evolution of Globular Clusters in Hierarchical Cosmology </strong> O.Y. Gnedin and J. L. Prieto</li>
<li><a href="http://arxiv.org/abs/0711.4795">[astro-ph:0711.4795]</a><br />
<strong> Globular Clusters and Dwarf Spheroidal Galaxies </strong> S. van den Bergh</li>
<li><a href="http://arxiv.org/abs/0711.3897">[astro-ph:0711.3897]</a><br />
<strong> Optical Monitoring of 3C 390.3 from 1995 to 2004 and Possible Periodicities in the Historical Light Curve</strong><br />
<em> strong assumption on a Gaussian distribution. What would it be if the fitting is performed based on functional data analysis or Bayesian posterior draws? What if we relax strong gaussian assumption and apply robust estimation methods? It seems that modeling and estimating light curves seek more statistical touch!!! </em></li>
<li><a href="http://arxiv.org/abs/0711.3937">[astro-ph:0711.3937]</a><br />
<strong> Sequential Analysis Techniques for Correlation Studies in Particle Astronomy </strong> S.Y. BenZvi, B.M. Connolly, and S. Westerhoff</li>
<li><a href="http://arxiv.org/abs/0711.4027">[astro-ph:0711.4027]</a><br />
<strong> CCD Photometry of the globular cluster NGC 5466. RR Lyrae light curve decomposition and the distance scale </strong> A. A. Ferro et.al.</li>
<li><a href="http://arxiv.org/abs/0711.4045">[astro-ph:0711.4045]</a><br />
<strong> Fiducial Stellar Population Sequences for the u&#8217;g'r&#8217;i'z&#8217; System </strong> J. L. Clem, D.A. VandenBerg, and P.B. Stetson</li>
<li><a href="http://arxiv.org/abs/0704.0646">[astro-ph:0704.0646]</a><br />
<strong> The Mathematical Universe </strong> Max Tegmark</li>
<li><a href="http://arxiv.org/abs/0711.3857">[stat.ME:0711.3857]</a><br />
<strong> Periodic Chandrasekhar recursions </strong> A. Aknouche and F. Hamdi</li>
<li><a href="http://arxiv.org/abs/0711.3834">[math.ST:0711.3834]</a><br />
<strong> On the Analytic Wavelet Transform </strong> J. M. Lilly and S. C. Olhede</li>
<li><a href="http://arxiv.org/abs/0709.1211">[cs.IT:0709.1211]</a><br />
<strong> Likelihood ratios and Bayesian inference for Poisson channels </strong> A. Reveillac</li>
<li><a href="http://arxiv.org/abs/0711.4194">[astro-ph:0711.4194]</a><br />
<strong> The Palomar Testbed Interferometer Calibrator Catalog </strong> G. T. van Belle et.al.</li>
<li><a href="http://arxiv.org/abs/0711.4305">[astro-ph:0711.4305]</a><br />
<strong> 2MTF I. The Tully-Fisher Relation in the 2MASS J, H and K Bands </strong> Masters, Springob, and Huchra<br />
<em> Standard candle problems were realizations of various regression problems. </em></li>
<li><a href="http://arxiv.org/abs/0711.4256">[astro-ph:0711.4256]</a><br />
<strong> Observational Window Functions in Planet Transit Searches</strong> K. von Braun, and D. R. Ciardi</li>
<li><a href="http://arxiv.org/abs/0711.4510">[astro-ph:0711.4510]</a><br />
<strong> The benefits of the orthogonal LSM models </strong> Z. Mikulasek
</ul>
]]></content:encoded>
			<wfw:commentRss>http://groundtruth.info/AstroStat/slog/2007/arxiv-5th-week-nov-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

