<?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>thesIt &#187; boxplot</title>
	<atom:link href="http://lakm.us/thesit/tag/boxplot/feed/" rel="self" type="application/rss+xml" />
	<link>http://lakm.us/thesit</link>
	<description>computer science research log in semi microbloging style</description>
	<lastBuildDate>Tue, 24 Aug 2010 21:34:55 +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>Boxplot drawing</title>
		<link>http://lakm.us/thesit/308/boxplot-drawing/</link>
		<comments>http://lakm.us/thesit/308/boxplot-drawing/#comments</comments>
		<pubDate>Sun, 22 Aug 2010 07:29:29 +0000</pubDate>
		<dc:creator>Arif</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[basic]]></category>
		<category><![CDATA[boxplot]]></category>
		<category><![CDATA[outlier]]></category>

		<guid isPermaLink="false">http://xp-racy.lan/s2/?p=308</guid>
		<description><![CDATA[Drawing boxplot from the following data, whiskers are determined from 1.5 IQR








no
datum
drawn as


1
0.026
outlier


2
0.048
whisker low


3
0.070
Q1


4
0.072



5
0.076
Q2


6
0.084



7
0.086



8
0.099
Q3


9
0.102



10
0.103
whisker high



Outlier
0.026 becomes outlier because 1.5IQR boundary (IQR = Q3 &#8211; Q1 = 0.02908) for the lower boundary is Q1 -1.5IQR = 0.0404, hence whisker is 0.048 which is more close to the box inside making 0.026 outlier.]]></description>
			<content:encoded><![CDATA[<p>Drawing boxplot from the following data, whiskers are determined from 1.5 IQR</p>
<table border="0" cellspacing="0" frame="VOID" rules="NONE">
<colgroup>
<col width="28"></col>
<col width="54"></col>
<col width="86"></col>
</colgroup>
<tbody>
<tr>
<td width="28" height="17" align="LEFT"><strong>no</strong></td>
<td width="54" align="LEFT"><strong>datum</strong></td>
<td width="86" align="LEFT"><strong>drawn as</strong></td>
</tr>
<tr>
<td height="17" align="RIGHT">1</td>
<td align="RIGHT">0.026</td>
<td align="RIGHT">outlier</td>
</tr>
<tr>
<td height="17" align="RIGHT">2</td>
<td align="RIGHT">0.048</td>
<td align="RIGHT">whisker low</td>
</tr>
<tr>
<td height="17" align="RIGHT">3</td>
<td align="RIGHT">0.070</td>
<td align="RIGHT">Q1</td>
</tr>
<tr>
<td height="17" align="RIGHT">4</td>
<td align="RIGHT">0.072</td>
<td align="LEFT"></td>
</tr>
<tr>
<td height="17" align="RIGHT">5</td>
<td align="RIGHT">0.076</td>
<td align="RIGHT">Q2</td>
</tr>
<tr>
<td height="17" align="RIGHT">6</td>
<td align="RIGHT">0.084</td>
<td align="LEFT"></td>
</tr>
<tr>
<td height="17" align="RIGHT">7</td>
<td align="RIGHT">0.086</td>
<td align="LEFT"></td>
</tr>
<tr>
<td height="17" align="RIGHT">8</td>
<td align="RIGHT">0.099</td>
<td align="RIGHT">Q3</td>
</tr>
<tr>
<td height="17" align="RIGHT">9</td>
<td align="RIGHT">0.102</td>
<td align="LEFT"></td>
</tr>
<tr>
<td height="17" align="RIGHT">10</td>
<td align="RIGHT">0.103</td>
<td align="RIGHT">whisker high</td>
</tr>
</tbody>
</table>
<h2>Outlier</h2>
<p>0.026 becomes <strong>outlier</strong> because 1.5IQR boundary (IQR = Q3 &#8211; Q1 = 0.02908) for the lower boundary is Q1 -1.5IQR = 0.0404, hence whisker is 0.048 which is more close to the box inside making 0.026 outlier.</p>
<div class="wp-caption aligncenter" style="width: 150px"><img title="boxplot-basic-concept-example.png" src="../../images/boxplot-basic-concept.png" alt="" width="140" height="269" /><p class="wp-caption-text">boxplot-basic-concept-example.png</p></div>]]></content:encoded>
			<wfw:commentRss>http://lakm.us/thesit/308/boxplot-drawing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
