<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>Feel Statistics</title>
	<link>http://statisticalexperts.com/blog/statexp</link>
	<description>Just another Statisticalexperts.com weblog</description>
	<pubDate>Tue, 01 Apr 2008 23:20:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>Jackknife Estimation</title>
		<link>http://statisticalexperts.com/blog/statexp/2008/04/01/jackknife-estimation/</link>
		<comments>http://statisticalexperts.com/blog/statexp/2008/04/01/jackknife-estimation/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 23:20:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://statisticalexperts.com/blog/statexp/2008/04/01/jackknife-estimation/</guid>
		<description><![CDATA[The Jackknife estimation method is first used by Quenouille (1956) (Link to the paper: http://links.jstor.org/sici?sici=0006-3444%28195612%2943%3A3%2F4%3C353%3ANOBIE%3E2.0.CO%3B2-4) and Jones (1956) (http://links.jstor.org/sici?sici=0162-1459%28195603%2951%3A273%3C54%3AITPOAS%3E2.0.CO%3B2-O).
A simple case
Suppose we have a sample  and an estimator . The jackknife
uses the samples that leave out one observation at a time:
.
which is called jackknife samples. The ith jackknife sample consists of the data set
with [...]]]></description>
			<content:encoded><![CDATA[<p><strong>The Jackknife estimation method is first used by Quenouille (1956) (Link to the paper: <a href="http://links.jstor.org/sici?sici=0006-3444%28195612%2943%3A3%2F4%3C353%3ANOBIE%3E2.0.CO%3B2-4">http://links.jstor.org/sici?sici=0006-3444%28195612%2943%3A3%2F4%3C353%3ANOBIE%3E2.0.CO%3B2-4</a>) and Jones (1956) (<a href="http://links.jstor.org/sici?sici=0162-1459%28195603%2951%3A273%3C54%3AITPOAS%3E2.0.CO%3B2-O">http://links.jstor.org/sici?sici=0162-1459%28195603%2951%3A273%3C54%3AITPOAS%3E2.0.CO%3B2-O</a>).</strong></p>
<p><strong>A simple case</strong></p>
<p>Suppose we have a sample <img src='http://statisticalexperts.com/mimetex/blog/2008/04/07756a229ed11700c23f692db75bdffa.gif' title='x=(x_1,x_2,...,x_n)' alt='x=(x_1,x_2,...,x_n)' align=absmiddle> and an estimator <img src='http://statisticalexperts.com/mimetex/blog/2008/04/18fefbda933834272bf82643414c7f89.gif' title='\hat{\theta}=s(x)' alt='\hat{\theta}=s(x)' align=absmiddle>. The jackknife<br />
uses the samples that leave out one observation at a time:<br />
<img src='http://statisticalexperts.com/mimetex/blog/2008/04/165091617655677ca57d19cba97a8670.gif' title='x_{(i)}=(x_1,x_2,...,x_{i-1}, x_{i+1},...,x_n)' alt='x_{(i)}=(x_1,x_2,...,x_{i-1}, x_{i+1},...,x_n)' align=absmiddle>.</p>
<p>which is called jackknife samples. The ith jackknife sample consists of the data set<br />
with the ith observation removed. Let <img src='http://statisticalexperts.com/mimetex/blog/2008/04/81b61ea5d545eb02736fc07c101adb4c.gif' title='\hat{\theta}_{(i)}=s(x_{(i)})' alt='\hat{\theta}_{(i)}=s(x_{(i)})' align=absmiddle>, then the jackknife estimator of <img src='http://statisticalexperts.com/mimetex/blog/2008/04/2554a2bb846cffd697389e5dc8912759.gif' title='\theta' alt='\theta' align=absmiddle> is</p>
<p><img src='http://statisticalexperts.com/mimetex/blog/2008/04/bd5c8fe85bbcb2720ec92f8f79c8e8b9.gif' title='\hat{\theta}_{jack}=\hat{\theta}' alt='\hat{\theta}_{jack}=\hat{\theta}' align=absmiddle></p>
<p>and the jackknife standard error is</p>
<p><img src='http://statisticalexperts.com/mimetex/blog/2008/04/1a077b12d7fac513fa30c55a2d885e03.gif' title='\hat{s.e.(\theta)}_{jack}=\sqrt{\frac{n-1}{n}\sum(\hat{\theta}_{(i)}-\hat{\theta}_{(.)})^2}' alt='\hat{s.e.(\theta)}_{jack}=\sqrt{\frac{n-1}{n}\sum(\hat{\theta}_{(i)}-\hat{\theta}_{(.)})^2}' align=absmiddle></p>
<p>with <img src='http://statisticalexperts.com/mimetex/blog/2008/04/bb713be7771dd6b7bfec1047966aa8fc.gif' title='\hat{\theta}_{(.)}=\sum\hat{\theta}_{(i)}/n' alt='\hat{\theta}_{(.)}=\sum\hat{\theta}_{(i)}/n' align=absmiddle>.</p>
<p><strong>The General Case</strong></p>
<p>Divide the sample of size <img src='http://statisticalexperts.com/mimetex/blog/2008/04/7b8b965ad4bca0e41ab51de7b31363a1.gif' title='n' alt='n' align=absmiddle> into g groups of size m each, so <img src='http://statisticalexperts.com/mimetex/blog/2008/04/f78a8fc650e0065a20e0ca1f16dceea6.gif' title='n = mg' alt='n = mg' align=absmiddle>. (Often <img src='http://statisticalexperts.com/mimetex/blog/2008/04/6f8f57715090da2632453988d9a1501b.gif' title='m' alt='m' align=absmiddle> = 1 and <img src='http://statisticalexperts.com/mimetex/blog/2008/04/d3f02d927571723ef48bda34f6bb7390.gif' title='g = n' alt='g = n' align=absmiddle>.) Let <img src='http://statisticalexperts.com/mimetex/blog/2008/04/13acd1747c4b8efcac4ef2dcd5f54c0a.gif' title='\hat{\theta}_{(j)}' alt='\hat{\theta}_{(j)}' align=absmiddle> be the estimator for <img src='http://statisticalexperts.com/mimetex/blog/2008/04/2554a2bb846cffd697389e5dc8912759.gif' title='\theta' alt='\theta' align=absmiddle> obtained by ignoring the <img src='http://statisticalexperts.com/mimetex/blog/2008/04/363b122c528f54df4a0446b6bab05515.gif' title='j' alt='j' align=absmiddle>th group and using the only using the other <img src='http://statisticalexperts.com/mimetex/blog/2008/04/76d2f15ce0154b98818dfb764a51c6da.gif' title='g-1' alt='g-1' align=absmiddle> other groups.</p>
<p>The Jackknife estimator is <img src='http://statisticalexperts.com/mimetex/blog/2008/04/f2a34517ad9dfcd39dd5ae920d178ea5.gif' title='\hat{\theta}_{jack}=g\hat{\theta}-(g-1)\hat{\theta}_{(.)}' alt='\hat{\theta}_{jack}=g\hat{\theta}-(g-1)\hat{\theta}_{(.)}' align=absmiddle>, where <img src='http://statisticalexperts.com/mimetex/blog/2008/04/b346c31e313bd1d1eab696dbc6c04d9d.gif' title='\hat{\theta}_{(.)}=\sum_{j=1}^g\hat{\theta}_{(j)}/g' alt='\hat{\theta}_{(.)}=\sum_{j=1}^g\hat{\theta}_{(j)}/g' align=absmiddle>.</p>
<p>The benifit of Jackknife estimator is that The Jackknife estimator lowers the bias from order <img src='http://statisticalexperts.com/mimetex/blog/2008/04/878bd532f1718635c637124be801e4d9.gif' title='1/n' alt='1/n' align=absmiddle> to <img src='http://statisticalexperts.com/mimetex/blog/2008/04/7fadcbe634c983db5edc9b68da2178ee.gif' title='1/{n^2}' alt='1/{n^2}' align=absmiddle>.</p>
]]></content:encoded>
			<wfw:commentRss>http://statisticalexperts.com/blog/statexp/2008/04/01/jackknife-estimation/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Newton-Raphson method</title>
		<link>http://statisticalexperts.com/blog/statexp/2008/04/01/newton-raphson-method/</link>
		<comments>http://statisticalexperts.com/blog/statexp/2008/04/01/newton-raphson-method/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 23:20:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://statisticalexperts.com/blog/statexp/2008/04/01/newton-raphson-method/</guid>
		<description><![CDATA[Newton-Raphson method, also called the Newton&#8217;s method, is a root-finding algorithm that uses the Taylor series of a function  in the vicinity of a suspected root. Given an initial guess of the root , the Taylor series of  about the point   is given by

If   is the root, then . [...]]]></description>
			<content:encoded><![CDATA[<p>Newton-Raphson method, also called the Newton&#8217;s method, is a root-finding algorithm that uses the Taylor series of a function <img src='http://statisticalexperts.com/mimetex/blog/2008/04/50bbd36e1fd2333108437a2ca378be62.gif' title='f(x)' alt='f(x)' align=absmiddle> in the vicinity of a suspected root. Given an initial guess of the root <img src='http://statisticalexperts.com/mimetex/blog/2008/04/3e0d691f3a530e6c7e079636f20c111b.gif' title='x_0' alt='x_0' align=absmiddle>, the Taylor series of <img src='http://statisticalexperts.com/mimetex/blog/2008/04/50bbd36e1fd2333108437a2ca378be62.gif' title='f(x)' alt='f(x)' align=absmiddle> about the point <img src='http://statisticalexperts.com/mimetex/blog/2008/04/c6d94aacc2669865a022ddde633bd6bd.gif' title='x=x_0+\varepsilon_0' alt='x=x_0+\varepsilon_0' align=absmiddle>  is given by</p>
<p><img src='http://statisticalexperts.com/mimetex/blog/2008/04/9f74df2086ea436ee42490a2e8e8d4c2.gif' title='f(x_0+\varepsilon)=f(x_0)+f\prime(x_0)\varepsilon_0+... ' alt='f(x_0+\varepsilon)=f(x_0)+f\prime(x_0)\varepsilon_0+... ' align=absmiddle></p>
<p>If  <img src='http://statisticalexperts.com/mimetex/blog/2008/04/c6d94aacc2669865a022ddde633bd6bd.gif' title='x=x_0+\varepsilon_0' alt='x=x_0+\varepsilon_0' align=absmiddle> is the root, then <img src='http://statisticalexperts.com/mimetex/blog/2008/04/84b7d31110f196df1a715147462e908a.gif' title='f(x_0)=0' alt='f(x_0)=0' align=absmiddle>. Thus we can get</p>
<p><img src='http://statisticalexperts.com/mimetex/blog/2008/04/ba4dfdf5f86dde50d2048eef4d7d5cff.gif' title='\varepsilon_0=-\frac{f(x_0)}{f\prime(x_0)}' alt='\varepsilon_0=-\frac{f(x_0)}{f\prime(x_0)}' align=absmiddle>.</p>
<p>By letting <img src='http://statisticalexperts.com/mimetex/blog/2008/04/cc55e23566903a805d88585621c68b24.gif' title='x_1=x_0+\varepsilon_0' alt='x_1=x_0+\varepsilon_0' align=absmiddle>, we can calculate a new <img src='http://statisticalexperts.com/mimetex/blog/2008/04/388626f7e0cfdcdd4f4c66d3adb97cfa.gif' title='\varepsilon_1' alt='\varepsilon_1' align=absmiddle>, and so on. At the <em>n</em>th step, we can get</p>
<p><img src='http://statisticalexperts.com/mimetex/blog/2008/04/9a7c648446525b97b668695112da2d28.gif' title='x_n=x_{n-1}-\frac{f(x_{n-1})}{f\prime(x_{n-1})}' alt='x_n=x_{n-1}-\frac{f(x_{n-1})}{f\prime(x_{n-1})}' align=absmiddle>.</p>
<p>Newton-Raphson can be used to obtain maximum likelihood estimation of a statistical model. For MLE, after we get the log-likelihood function, we take the first derivative and set it to 0. In this case, it likes to find the root of a function. Thus, Newton-Raphson method can be used directly.</p>
]]></content:encoded>
			<wfw:commentRss>http://statisticalexperts.com/blog/statexp/2008/04/01/newton-raphson-method/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Simple linear regression</title>
		<link>http://statisticalexperts.com/blog/statexp/2008/04/01/simple-linear-regression/</link>
		<comments>http://statisticalexperts.com/blog/statexp/2008/04/01/simple-linear-regression/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 23:19:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://statisticalexperts.com/blog/statexp/2008/04/01/simple-linear-regression/</guid>
		<description><![CDATA[In statistics, linear regression is a method of estimating the conditional expected value of one variable y given the values of some other variable or variables x.
A linear regression model is typically stated in the form
.
Usually, we assume x is determinstic. Conditionally on x,
.
However,
.
This can be obtained using the following formula:
var(y)=var[E(y&#124;x)] + E[var(y&#124;x)].
, thus .
, [...]]]></description>
			<content:encoded><![CDATA[<p>In statistics, <strong>linear regression</strong> is a method of estimating the conditional expected value of one variable <em>y</em> given the values of some other variable or variables <em>x</em>.</p>
<p>A linear regression model is typically stated in the form</p>
<p><img src='http://statisticalexperts.com/mimetex/blog/2008/04/ce1313edff7ba8ce61324819ce36699f.gif' title='y=\alpha+\beta*x+\varepsilon' alt='y=\alpha+\beta*x+\varepsilon' align=absmiddle>.</p>
<p>Usually, we assume x is determinstic. Conditionally on x,</p>
<p><img src='http://statisticalexperts.com/mimetex/blog/2008/04/4639b7bc454f8e2ce3f708383dc39154.gif' title='y|x\sim N(\alpha+\beta*x,\sigma_2^2)' alt='y|x\sim N(\alpha+\beta*x,\sigma_2^2)' align=absmiddle>.</p>
<p>However,</p>
<p><img src='http://statisticalexperts.com/mimetex/blog/2008/04/305535d43e7c178b3d3793041fee6085.gif' title='y\sim N(\alpha+\beta*\mu_x, \beta^2*\sigma_x^2+\sigma_e^2)' alt='y\sim N(\alpha+\beta*\mu_x, \beta^2*\sigma_x^2+\sigma_e^2)' align=absmiddle>.</p>
<p>This can be obtained using the following formula:</p>
<p>var(y)=var[E(y|x)] + E[var(y|x)].</p>
<p><img src='http://statisticalexperts.com/mimetex/blog/2008/04/4c4204c8550612422688743558559231.gif' title='var(y_i|x_i)=\sigma_e^2' alt='var(y_i|x_i)=\sigma_e^2' align=absmiddle>, thus <img src='http://statisticalexperts.com/mimetex/blog/2008/04/84cb509442eae18fa93f701e7db1e262.gif' title='E[var(y_i|x_i)]=\sigma_e^2' alt='E[var(y_i|x_i)]=\sigma_e^2' align=absmiddle>.</p>
<p><img src='http://statisticalexperts.com/mimetex/blog/2008/04/5045a79146f03edb099522236b41b560.gif' title='E(y_i|x_i)=\alpha+\beta*x_i' alt='E(y_i|x_i)=\alpha+\beta*x_i' align=absmiddle>, thus</p>
<p><img src='http://statisticalexperts.com/mimetex/blog/2008/04/b154601f66f5972f98a0720a09c13dab.gif' title='var[E(y_i|x_i)]=var(\alpha+\beta*x_i)=\beta^2*\sigma_x^2' alt='var[E(y_i|x_i)]=var(\alpha+\beta*x_i)=\beta^2*\sigma_x^2' align=absmiddle>.</p>
<p>R square, which represents how much variance in y can be explained by x, is equal to</p>
<p><img src='http://statisticalexperts.com/mimetex/blog/2008/04/a33eff2eee098b593dc2c52348eef661.gif' title='R^2=\frac{\beta^2*\sigma_x^2}{\beta^2*\sigma_x^2+\sigma_e^2}' alt='R^2=\frac{\beta^2*\sigma_x^2}{\beta^2*\sigma_x^2+\sigma_e^2}' align=absmiddle>.</p>
<p>Adjusted R square =<img src='http://statisticalexperts.com/mimetex/blog/2008/04/6d46697ab706154d9710c8fb2803fdb0.gif' title='1-(1-R^2)\frac{n-1}{n-k-1}' alt='1-(1-R^2)\frac{n-1}{n-k-1}' align=absmiddle>.</p>
<p>R sqaure sometimes is used to judge how well x can predict y. Big R suqare means that x is a good predictor of y. Small R square means we may need the other variables to predict y well.</p>
<p>R square does nothing with the model fit. For the simple regression, the F-test is the same with t-test of <img src='http://statisticalexperts.com/mimetex/blog/2008/04/9b8fa02d12a6ab90a8ad4c2ac3654311.gif' title='H_0: \beta=0' alt='H_0: \beta=0' align=absmiddle>. If this kind of test is significant, there exists linear relationship between y and x. Whether F/t-test is significant or not is not related to the magnitude of R square. However, if R square is very small, it usually means x is not a good predictor of y.</p>
<p>A related discussion of R square can be found at <a href="http://www.statisticalexperts.com/jianxu/2006/10/08/r2-confusion/">http://www.statisticalexperts.com/jianxu/2006/10/08/r2-confusion/</a>.</p>
<p>Any comments are welcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://statisticalexperts.com/blog/statexp/2008/04/01/simple-linear-regression/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Law of total variance</title>
		<link>http://statisticalexperts.com/blog/statexp/2008/04/01/law-of-total-variance/</link>
		<comments>http://statisticalexperts.com/blog/statexp/2008/04/01/law-of-total-variance/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 23:08:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://statisticalexperts.com/blog/statexp/2008/04/01/law-of-total-variance/</guid>
		<description><![CDATA[In probability theory, the law of total variance (conditional variance formula) states that if X and Y are random variables on the same probability space, and the variance of X is finite, then
var(Y)=var[E(Y&#124;X)] + E[var(Y&#124;X)]
This can be proved easily.
var(Y) = E(Y2) − E(Y)2 
= E(E(Y2&#124;X)) − E(E(Y&#124;X))2 
= E(var(Y&#124;X)) + E(E(Y&#124;X)2) − E(E(Y&#124;X))2 
= E(var(Y&#124;X)) [...]]]></description>
			<content:encoded><![CDATA[<p>In probability theory, the law of total variance (conditional variance formula) states that if X and Y are random variables on the same probability space, and the variance of X is finite, then</p>
<p>var(Y)=var[E(Y|X)] + E[var(Y|X)]</p>
<p>This can be proved easily.</p>
<dd>var(Y) = E(Y<sup>2</sup>) − E(Y)<sup>2</sup> </dd>
<dd>= E(E(Y<sup>2</sup>|X)) − E(E(Y|X))<sup>2</sup> </dd>
<dd>= E(var(Y|X)) + E(E(Y|X)<sup>2</sup>) − E(E(Y|X))<sup>2</sup> </dd>
<dd>= E(var(Y|X)) + var(E(Y|X)). </dd>
<p>The first term is the unexplained component of the variance; the second is the explained component of the variance. The conditional expected value E( X | Y ) is a random variable in its own right, whose value depends on the value of Y. Notice that the conditional expected value of X given the event Y = y is a function of y.</p>
<p>This formula can be applied widely. An example to see: <a href="http://www.statisticalexperts.com/statexp/2006/10/10/simple-linear-regression/">http://www.statisticalexperts.com/statexp/2006/10/10/simple-linear-regression/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://statisticalexperts.com/blog/statexp/2008/04/01/law-of-total-variance/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Greek letters in LaTex</title>
		<link>http://statisticalexperts.com/blog/statexp/2008/04/01/hello-world/</link>
		<comments>http://statisticalexperts.com/blog/statexp/2008/04/01/hello-world/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 20:41:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Research]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[



&#160;
&#160;\alpha
&#160;
&#160;\rho


&#160;
&#160;\beta
&#160;
&#160;\varrho


&#160;
&#160;\gamma
&#160;
&#160;\tau


&#160;
&#160;\delta
&#160;
&#160;\upsilon


&#160;
&#160;\epsilon
&#160;
&#160;\phi


&#160;
&#160;\varepsilon
&#160;
&#160;\varphi


&#160;
&#160;\zeta
&#160;
&#160;\chi


&#160;
&#160;\eta
&#160;
&#160;\psi


&#160;
&#160;\theta
&#160;
&#160;\omega


&#160;
&#160;\vartheta
&#160;
&#160;\Gamma


&#160;
&#160;\gamma
&#160;
&#160;\Delta


&#160;
&#160;\kappa
&#160;
&#160;\Theta


&#160;
&#160;\lambda
&#160;
&#160;\Lambda


&#160;
&#160;\mu
&#160;
&#160;\Xi


&#160;
&#160;\nu
&#160;
&#160;\Pi


&#160;
&#160;\xi
&#160;
&#160;\Sigma


&#160;
&#160;o
&#160;
&#160;\Upsilon


&#160;
&#160;\pi
&#160;
&#160;\Phi


&#160;
&#160;\varpi
&#160;
&#160;\Psi


&#160;
&#160;\sigma
&#160;
&#160;\Omega



 \varsigma
]]></description>
			<content:encoded><![CDATA[<p>
<table border="1">
<tbody>
<tr>
<td>&nbsp;<img src='http://statisticalexperts.com/mimetex/blog/2008/04/7b7f9dbfea05c83784f8b85149852f08.gif' title='\alpha' alt='\alpha' align=absmiddle></td>
<td>&nbsp;\alpha</td>
<td>&nbsp;<img src='http://statisticalexperts.com/mimetex/blog/2008/04/d2606be4e0cd2c9a6179c8f2e3547a85.gif' title='\rho' alt='\rho' align=absmiddle></td>
<td>&nbsp;\rho</td>
</tr>
<tr>
<td>&nbsp;<img src='http://statisticalexperts.com/mimetex/blog/2008/04/b0603860fcffe94e5b8eec59ed813421.gif' title='\beta' alt='\beta' align=absmiddle></td>
<td>&nbsp;\beta</td>
<td>&nbsp;<img src='http://statisticalexperts.com/mimetex/blog/2008/04/b61719e4483d24b6b51917d6c1d2bb14.gif' title='\varrho' alt='\varrho' align=absmiddle></td>
<td>&nbsp;\varrho</td>
</tr>
<tr>
<td>&nbsp;<img src='http://statisticalexperts.com/mimetex/blog/2008/04/ae539dfcc999c28e25a0f3ae65c1de79.gif' title='\gamma' alt='\gamma' align=absmiddle></td>
<td>&nbsp;\gamma</td>
<td>&nbsp;<img src='http://statisticalexperts.com/mimetex/blog/2008/04/a6f317b268ae825d94f832f970af607c.gif' title='\tau' alt='\tau' align=absmiddle></td>
<td>&nbsp;\tau</td>
</tr>
<tr>
<td>&nbsp;<img src='http://statisticalexperts.com/mimetex/blog/2008/04/77a3b715842b45e440a5bee15357ad29.gif' title='\delta' alt='\delta' align=absmiddle></td>
<td>&nbsp;\delta</td>
<td>&nbsp;<img src='http://statisticalexperts.com/mimetex/blog/2008/04/5470b9993b5d776db89f25ac7cfff3a1.gif' title='\upsilon' alt='\upsilon' align=absmiddle></td>
<td>&nbsp;\upsilon</td>
</tr>
<tr>
<td>&nbsp;<img src='http://statisticalexperts.com/mimetex/blog/2008/04/92e4da341fe8f4cd46192f21b6ff3aa7.gif' title='\epsilon' alt='\epsilon' align=absmiddle></td>
<td>&nbsp;\epsilon</td>
<td>&nbsp;<img src='http://statisticalexperts.com/mimetex/blog/2008/04/1ed346930917426bc46d41e22cc525ec.gif' title='\phi' alt='\phi' align=absmiddle></td>
<td>&nbsp;\phi</td>
</tr>
<tr>
<td>&nbsp;<img src='http://statisticalexperts.com/mimetex/blog/2008/04/f8b1c5a729a09649c275fca88976d8dd.gif' title='\varepsilon' alt='\varepsilon' align=absmiddle></td>
<td>&nbsp;\varepsilon</td>
<td>&nbsp;<img src='http://statisticalexperts.com/mimetex/blog/2008/04/87567e37a1fe699fe1c5d3a79325da6f.gif' title='\varphi' alt='\varphi' align=absmiddle></td>
<td>&nbsp;\varphi</td>
</tr>
<tr>
<td>&nbsp;<img src='http://statisticalexperts.com/mimetex/blog/2008/04/3c22ba7aade15ea2b2852cd51bb4d6d4.gif' title='\zeta' alt='\zeta' align=absmiddle></td>
<td>&nbsp;\zeta</td>
<td>&nbsp;<img src='http://statisticalexperts.com/mimetex/blog/2008/04/acd0b9a53431f92783e0597d54d13fc9.gif' title='\chi' alt='\chi' align=absmiddle></td>
<td>&nbsp;\chi</td>
</tr>
<tr>
<td>&nbsp;<img src='http://statisticalexperts.com/mimetex/blog/2008/04/ffe9f913124f345732e9f00fa258552e.gif' title='\eta' alt='\eta' align=absmiddle></td>
<td>&nbsp;\eta</td>
<td>&nbsp;<img src='http://statisticalexperts.com/mimetex/blog/2008/04/a11bd56a0ff5973a5604bb3fc9142b1d.gif' title='\psi' alt='\psi' align=absmiddle></td>
<td>&nbsp;\psi</td>
</tr>
<tr>
<td>&nbsp;<img src='http://statisticalexperts.com/mimetex/blog/2008/04/2554a2bb846cffd697389e5dc8912759.gif' title='\theta' alt='\theta' align=absmiddle></td>
<td>&nbsp;\theta</td>
<td>&nbsp;<img src='http://statisticalexperts.com/mimetex/blog/2008/04/260b57b4fdee8c5a001c09b555ccd28d.gif' title='\omega' alt='\omega' align=absmiddle></td>
<td>&nbsp;\omega</td>
</tr>
<tr>
<td>&nbsp;<img src='http://statisticalexperts.com/mimetex/blog/2008/04/910c5697e4086f751246eed11bf19a50.gif' title='\vartheta' alt='\vartheta' align=absmiddle></td>
<td>&nbsp;\vartheta</td>
<td>&nbsp;<img src='http://statisticalexperts.com/mimetex/blog/2008/04/07710b5c43702a8bb7b9104eacc6ba71.gif' title='\Gamma' alt='\Gamma' align=absmiddle></td>
<td>&nbsp;\Gamma</td>
</tr>
<tr>
<td><img src='http://statisticalexperts.com/mimetex/blog/2008/04/ae539dfcc999c28e25a0f3ae65c1de79.gif' title='\gamma' alt='\gamma' align=absmiddle>&nbsp;</td>
<td>&nbsp;\gamma</td>
<td>&nbsp;<img src='http://statisticalexperts.com/mimetex/blog/2008/04/967878d1da852d4b07a961e3168b0fff.gif' title='\Delta' alt='\Delta' align=absmiddle></td>
<td>&nbsp;\Delta</td>
</tr>
<tr>
<td><img src='http://statisticalexperts.com/mimetex/blog/2008/04/269cb4a8704d5fb203ad10436efe52d1.gif' title='\kappa' alt='\kappa' align=absmiddle>&nbsp;</td>
<td>&nbsp;\kappa</td>
<td>&nbsp;<img src='http://statisticalexperts.com/mimetex/blog/2008/04/b9dce96eb3d5a71b28f9f198c28d2d1b.gif' title='\Theta' alt='\Theta' align=absmiddle></td>
<td>&nbsp;\Theta</td>
</tr>
<tr>
<td>&nbsp;<img src='http://statisticalexperts.com/mimetex/blog/2008/04/c6a6eb61fd9c6c913da73b3642ca147d.gif' title='\lambda' alt='\lambda' align=absmiddle></td>
<td>&nbsp;\lambda</td>
<td>&nbsp;<img src='http://statisticalexperts.com/mimetex/blog/2008/04/781ff4289c6cc5fc2973b7a57791e0e2.gif' title='\Lambda' alt='\Lambda' align=absmiddle></td>
<td>&nbsp;\Lambda</td>
</tr>
<tr>
<td>&nbsp;<img src='http://statisticalexperts.com/mimetex/blog/2008/04/c9faf6ead2cd2c2187bd943488de1d0a.gif' title='\mu' alt='\mu' align=absmiddle></td>
<td>&nbsp;\mu</td>
<td>&nbsp;<img src='http://statisticalexperts.com/mimetex/blog/2008/04/8ec9ed3c7543e2c6a4d060376450e92a.gif' title='\Xi' alt='\Xi' align=absmiddle></td>
<td>&nbsp;\Xi</td>
</tr>
<tr>
<td>&nbsp;<img src='http://statisticalexperts.com/mimetex/blog/2008/04/4fdefba26320686bb2bd0579a0df421c.gif' title='\nu' alt='\nu' align=absmiddle></td>
<td>&nbsp;\nu</td>
<td>&nbsp;<img src='http://statisticalexperts.com/mimetex/blog/2008/04/d744af1210420bc542a6a63b938a5601.gif' title='\Pi' alt='\Pi' align=absmiddle></td>
<td>&nbsp;\Pi</td>
</tr>
<tr>
<td>&nbsp;<img src='http://statisticalexperts.com/mimetex/blog/2008/04/195246810f9bfc228bca491859062b14.gif' title='\xi' alt='\xi' align=absmiddle></td>
<td>&nbsp;\xi</td>
<td>&nbsp;<img src='http://statisticalexperts.com/mimetex/blog/2008/04/025b3f94d79319f2067156076bf05243.gif' title='\Sigma' alt='\Sigma' align=absmiddle></td>
<td>&nbsp;\Sigma</td>
</tr>
<tr>
<td>&nbsp;<img src='http://statisticalexperts.com/mimetex/blog/2008/04/d95679752134a2d9eb61dbd7b91c4bcc.gif' title='o' alt='o' align=absmiddle></td>
<td>&nbsp;o</td>
<td>&nbsp;<img src='http://statisticalexperts.com/mimetex/blog/2008/04/a33c22990dd1b02a4940c443a44ec8e4.gif' title='\Upsilon' alt='\Upsilon' align=absmiddle></td>
<td>&nbsp;\Upsilon</td>
</tr>
<tr>
<td>&nbsp;<img src='http://statisticalexperts.com/mimetex/blog/2008/04/4f08e3dba63dc6d40b22952c7a9dac6d.gif' title='\pi' alt='\pi' align=absmiddle></td>
<td>&nbsp;\pi</td>
<td>&nbsp;<img src='http://statisticalexperts.com/mimetex/blog/2008/04/2f51310acab41649af988ccebfe4186d.gif' title='\Phi' alt='\Phi' align=absmiddle></td>
<td>&nbsp;\Phi</td>
</tr>
<tr>
<td>&nbsp;<img src='http://statisticalexperts.com/mimetex/blog/2008/04/14c87522cd363dad9abe585e94f6d1ef.gif' title='\varpi' alt='\varpi' align=absmiddle></td>
<td>&nbsp;\varpi</td>
<td>&nbsp;<img src='http://statisticalexperts.com/mimetex/blog/2008/04/7211c2fa4ea74200d14e81d44376b8c3.gif' title='\Psi' alt='\Psi' align=absmiddle></td>
<td>&nbsp;\Psi</td>
</tr>
<tr>
<td>&nbsp;<img src='http://statisticalexperts.com/mimetex/blog/2008/04/a2ab7d71a0f07f388ff823293c147d21.gif' title='\sigma' alt='\sigma' align=absmiddle></td>
<td>&nbsp;\sigma</td>
<td>&nbsp;<img src='http://statisticalexperts.com/mimetex/blog/2008/04/2e9ef3d6ef62a48d70720728d3e90e31.gif' title='\Omega' alt='\Omega' align=absmiddle></td>
<td>&nbsp;\Omega</td>
</tr>
</tbody>
</table>
<p><img src='http://statisticalexperts.com/mimetex/blog/2008/04/c2b7c0068fe0c6e9c3a6a992fc1ff85f.gif' title='\varsigma' alt='\varsigma' align=absmiddle> \varsigma</p>
]]></content:encoded>
			<wfw:commentRss>http://statisticalexperts.com/blog/statexp/2008/04/01/hello-world/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
