<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: LOESS Utility &#8211; Awesome Update</title>
	<atom:link href="http://peltiertech.com/WordPress/loess-utility-awesome-update/feed/" rel="self" type="application/rss+xml" />
	<link>http://peltiertech.com/WordPress/loess-utility-awesome-update/</link>
	<description>Peltier Tech Excel Charts and Programming Blog</description>
	<lastBuildDate>Wed, 23 May 2012 03:01:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/loess-utility-awesome-update/comment-page-2/#comment-201778</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Wed, 28 Mar 2012 14:29:34 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2481#comment-201778</guid>
		<description>Shirley -

The problem is with your data. You have 635 input points, but only 5 distinct X values. This means that for large amounts of your data, there is no X variation. The moving regression cannot calculate a slope, because the data are aligned vertically and the sum of squares variation of X is zero. Dividing by zero then gives you an overflow (infinity). The formulation of the weighting factor exaggerates the problem.

If you use 100% of the data points, you can use the program, (50% still had an overflow). The LOESS result is slightly less interesting than simply looking at the averages.

&lt;img src=&quot;http://peltiertech.com/images/2012-03/ShirleyLOESS.png&quot; /&gt;

Another thing: using the same X inputs and outputs means the program will calculate duplicate output values each time a duplicate X appears in the input range. Use a second table for the outputs, without the duplicate X values, to minimize calculation times.</description>
		<content:encoded><![CDATA[<p>Shirley -</p>
<p>The problem is with your data. You have 635 input points, but only 5 distinct X values. This means that for large amounts of your data, there is no X variation. The moving regression cannot calculate a slope, because the data are aligned vertically and the sum of squares variation of X is zero. Dividing by zero then gives you an overflow (infinity). The formulation of the weighting factor exaggerates the problem.</p>
<p>If you use 100% of the data points, you can use the program, (50% still had an overflow). The LOESS result is slightly less interesting than simply looking at the averages.</p>
<p><img src="http://peltiertech.com/images/2012-03/ShirleyLOESS.png" /></p>
<p>Another thing: using the same X inputs and outputs means the program will calculate duplicate output values each time a duplicate X appears in the input range. Use a second table for the outputs, without the duplicate X values, to minimize calculation times.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shirley</title>
		<link>http://peltiertech.com/WordPress/loess-utility-awesome-update/comment-page-2/#comment-201183</link>
		<dc:creator>Shirley</dc:creator>
		<pubDate>Tue, 27 Mar 2012 09:46:17 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2481#comment-201183</guid>
		<description>Thanks for your instructions on dowloading the software, and again for you work on this dissertation saver. 

I tried to use the loess utility and received a message similar to one of  your other users: runtime error &#039;6&#039;  overflow. The solution to this problem wasn&#039;t on this listserv, can you please help me to figure out reasons for getting this error message. 

Thanking you in advance, 

Shirley</description>
		<content:encoded><![CDATA[<p>Thanks for your instructions on dowloading the software, and again for you work on this dissertation saver. </p>
<p>I tried to use the loess utility and received a message similar to one of  your other users: runtime error &#8217;6&#8242;  overflow. The solution to this problem wasn&#8217;t on this listserv, can you please help me to figure out reasons for getting this error message. </p>
<p>Thanking you in advance, </p>
<p>Shirley</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://peltiertech.com/WordPress/loess-utility-awesome-update/comment-page-2/#comment-190562</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Wed, 07 Mar 2012 23:31:05 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2481#comment-190562</guid>
		<description>Sorry for the redundant post...  I just read through the comments and it seems that I&#039;m not the only one experiencing the self closing fluke.  I&#039;ll use J Hey&#039;s work around and copy and paste data from one sheet to the other for the time being.

Thanks again for putting the time into this utility!</description>
		<content:encoded><![CDATA[<p>Sorry for the redundant post&#8230;  I just read through the comments and it seems that I&#8217;m not the only one experiencing the self closing fluke.  I&#8217;ll use J Hey&#8217;s work around and copy and paste data from one sheet to the other for the time being.</p>
<p>Thanks again for putting the time into this utility!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/loess-utility-awesome-update/comment-page-2/#comment-190558</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Wed, 07 Mar 2012 23:24:15 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2481#comment-190558</guid>
		<description>Hi Jason -

I use this utility frequently, at least once per day, mostly in 2003, and I&#039;ve never encountered any instability. Do you get an error message.? Does it happen on sheets on which you&#039;ve already used the utility, or on sheets on which you haven&#039;t used the utility, or both? Does it happen right after Excel opens, or after it&#039;s been running for a while? Is the data completely numeric?</description>
		<content:encoded><![CDATA[<p>Hi Jason -</p>
<p>I use this utility frequently, at least once per day, mostly in 2003, and I&#8217;ve never encountered any instability. Do you get an error message.? Does it happen on sheets on which you&#8217;ve already used the utility, or on sheets on which you haven&#8217;t used the utility, or both? Does it happen right after Excel opens, or after it&#8217;s been running for a while? Is the data completely numeric?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://peltiertech.com/WordPress/loess-utility-awesome-update/comment-page-2/#comment-190551</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Wed, 07 Mar 2012 23:06:45 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2481#comment-190551</guid>
		<description>Hi Jon,

Let me just say thanks for putting together a great tool.  It&#039;s perfect for analyzing my data and bringing datasets to a common scale for comparison.  However, after some use of the add-in it&#039;s started to exhibit some instability.  It launches fine and I can click in the &quot;X Input&quot; box, but if I click anywhere else on the interface it closes immediately.  I&#039;m currently on Excel 2010, but had a similar issue on 2003.

Have you ever seen that before or have any recommendations for a fix?

Thanks,
Jason</description>
		<content:encoded><![CDATA[<p>Hi Jon,</p>
<p>Let me just say thanks for putting together a great tool.  It&#8217;s perfect for analyzing my data and bringing datasets to a common scale for comparison.  However, after some use of the add-in it&#8217;s started to exhibit some instability.  It launches fine and I can click in the &#8220;X Input&#8221; box, but if I click anywhere else on the interface it closes immediately.  I&#8217;m currently on Excel 2010, but had a similar issue on 2003.</p>
<p>Have you ever seen that before or have any recommendations for a fix?</p>
<p>Thanks,<br />
Jason</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bram</title>
		<link>http://peltiertech.com/WordPress/loess-utility-awesome-update/comment-page-2/#comment-176037</link>
		<dc:creator>Bram</dc:creator>
		<pubDate>Mon, 23 Jan 2012 16:52:50 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2481#comment-176037</guid>
		<description>Dale,
Thanks for your response. It seems like its working now. 
Bram</description>
		<content:encoded><![CDATA[<p>Dale,<br />
Thanks for your response. It seems like its working now.<br />
Bram</p>
]]></content:encoded>
	</item>
</channel>
</rss>

