<?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>Aptech &#187; Answers for "Geometric mean"</title>
	<atom:link href="http://www.aptech.com/questions/geometric-mean/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aptech.com</link>
	<description></description>
	<lastBuildDate>Fri, 08 Feb 2013 19:12:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
		<item>
		<title>By: Aptech</title>
		<link>http://www.aptech.com/questions/geometric-mean/#answer-2990</link>
		<comments>http://www.aptech.com/questions/geometric-mean/#answer-2990#comments</comments>
		<pubDate>Wed, 02 Jan 2013 18:33:30 +0000</pubDate>
		<dc:creator>Aptech</dc:creator>
		
		<guid isPermaLink="false">http://www.aptech.com/questions/geometric-mean/#answer-2990</guid>
		<description><![CDATA[You can simplify it slightly to this: g_mu = exp(meanc(ln(x)));]]></description>
			<content:encoded><![CDATA[<p>You can simplify it slightly to this:</p>
<pre>
g_mu = exp(meanc(ln(x)));
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.aptech.com/questions/geometric-mean/#answer-2990/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>By: matt</title>
		<link>http://www.aptech.com/questions/geometric-mean/#answer-2989</link>
		<comments>http://www.aptech.com/questions/geometric-mean/#answer-2989#comments</comments>
		<pubDate>Mon, 31 Dec 2012 19:27:42 +0000</pubDate>
		<dc:creator>matt</dc:creator>
		
		<guid isPermaLink="false">http://www.aptech.com/questions/geometric-mean/#answer-2989</guid>
		<description><![CDATA[For a given x, you can calculate the geometric mean with the following code in GAUSS: &#62;&#62; x = { 5, 20, 40, 80, 100 }; &#62;&#62; g_mu = exp(sumc(ln(x)/rows(x))); &#62;&#62; g_mu &#160;&#160;&#160;&#160;31.697864]]></description>
			<content:encoded><![CDATA[<p>For a given <em>x</em>, you can calculate the geometric mean with the following code in GAUSS:</p>
<p><code><br />
&gt;&gt; x = { 5, 20, 40, 80, 100 };<br />
&gt;&gt; g_mu = exp(sumc(ln(x)/rows(x)));<br />
&gt;&gt; g_mu<br />
&nbsp;&nbsp;&nbsp;&nbsp;31.697864<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aptech.com/questions/geometric-mean/#answer-2989/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.aptech.com @ 2013-02-09 01:41:59 --