<?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: The gamma function</title>
	<atom:link href="http://www.johndcook.com/blog/2009/01/13/the-gamma-function/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.johndcook.com/blog/2009/01/13/the-gamma-function/</link>
	<description>The blog of John D. Cook</description>
	<lastBuildDate>Sat, 11 Feb 2012 01:10:06 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: John</title>
		<link>http://www.johndcook.com/blog/2009/01/13/the-gamma-function/comment-page-1/#comment-114051</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 11 Nov 2011 12:02:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=1257#comment-114051</guid>
		<description>Thanks. I&#039;ve fixed the typos.</description>
		<content:encoded><![CDATA[<p>Thanks. I&#8217;ve fixed the typos.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: human mathematics</title>
		<link>http://www.johndcook.com/blog/2009/01/13/the-gamma-function/comment-page-1/#comment-113953</link>
		<dc:creator>human mathematics</dc:creator>
		<pubDate>Fri, 11 Nov 2011 07:46:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=1257#comment-113953</guid>
		<description>&lt;blockquote&gt;The steep ramp on the right shows how quickly he gamma function&lt;/blockquote&gt; &quot;he gamma&quot;</description>
		<content:encoded><![CDATA[<blockquote><p>The steep ramp on the right shows how quickly he gamma function</p></blockquote>
<p> &#8220;he gamma&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: human mathematics</title>
		<link>http://www.johndcook.com/blog/2009/01/13/the-gamma-function/comment-page-1/#comment-113951</link>
		<dc:creator>human mathematics</dc:creator>
		<pubDate>Fri, 11 Nov 2011 07:44:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=1257#comment-113951</guid>
		<description>&lt;blockquote&gt;everyone agrees that the gamma function is “the” way to extend factorial. &lt;/blockquote&gt;

Actually I&#039;m not sure that&#039;s true. I saw &lt;a href=&quot;http://www.reddit.com/r/math/comments/d4s73/is_the_gamma_function_misdefined/&quot; rel=&quot;nofollow&quot;&gt;this discussion on reddit&lt;/a&gt; &quot;Is the gamma function mis-defined?, or Hadamard versus Euler: Who found the better gamma function?&quot; the article is here: http://www.luschny.de/math/factorial/hadamard/HadamardsGammaFunction.html</description>
		<content:encoded><![CDATA[<blockquote><p>everyone agrees that the gamma function is “the” way to extend factorial. </p></blockquote>
<p>Actually I&#8217;m not sure that&#8217;s true. I saw <a href="http://www.reddit.com/r/math/comments/d4s73/is_the_gamma_function_misdefined/" rel="nofollow">this discussion on reddit</a> &#8220;Is the gamma function mis-defined?, or Hadamard versus Euler: Who found the better gamma function?&#8221; the article is here: <a href="http://www.luschny.de/math/factorial/hadamard/HadamardsGammaFunction.html" rel="nofollow">http://www.luschny.de/math/factorial/hadamard/HadamardsGammaFunction.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: human mathematics</title>
		<link>http://www.johndcook.com/blog/2009/01/13/the-gamma-function/comment-page-1/#comment-113949</link>
		<dc:creator>human mathematics</dc:creator>
		<pubDate>Fri, 11 Nov 2011 07:39:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=1257#comment-113949</guid>
		<description>&lt;blockquote&gt;you will see the gamma function more often than other functions at are on a typical calculator&lt;/blockquote&gt;

&quot;at are&quot;</description>
		<content:encoded><![CDATA[<blockquote><p>you will see the gamma function more often than other functions at are on a typical calculator</p></blockquote>
<p>&#8220;at are&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: human mathematics</title>
		<link>http://www.johndcook.com/blog/2009/01/13/the-gamma-function/comment-page-1/#comment-113945</link>
		<dc:creator>human mathematics</dc:creator>
		<pubDate>Fri, 11 Nov 2011 07:38:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=1257#comment-113945</guid>
		<description>&lt;code&gt;&gt; plot( factorial, 1, 100, log = &quot;y&quot;, lwd = 3, col = &quot;#444444&quot;, las=1, main = &quot;Gamma function vs y=x&quot;, ylab=&quot;&quot;, xlab=&quot;&quot; )
&gt; abline(a=0, b=1, col = &quot;red&quot;, lwd=2 )&lt;/code&gt;

http://imgur.com/1ZglP

</description>
		<content:encoded><![CDATA[<p><code>&gt; plot( factorial, 1, 100, log = "y", lwd = 3, col = "#444444", las=1, main = "Gamma function vs y=x", ylab="", xlab="" )<br />
&gt; abline(a=0, b=1, col = "red", lwd=2 )</code></p>
<p><a href="http://imgur.com/1ZglP" rel="nofollow">http://imgur.com/1ZglP</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leading digits of factorials &#8212; The Endeavour</title>
		<link>http://www.johndcook.com/blog/2009/01/13/the-gamma-function/comment-page-1/#comment-108951</link>
		<dc:creator>Leading digits of factorials &#8212; The Endeavour</dc:creator>
		<pubDate>Wed, 19 Oct 2011 15:25:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=1257#comment-108951</guid>
		<description>[...] function and it is log-convex. The logarithm of the gamma function is fairly flat (see plot here), and so the leading digits of the log-gamma function applied to integers are uniformly distributed [...]</description>
		<content:encoded><![CDATA[<p>[...] function and it is log-convex. The logarithm of the gamma function is fairly flat (see plot here), and so the leading digits of the log-gamma function applied to integers are uniformly distributed [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scot Parker</title>
		<link>http://www.johndcook.com/blog/2009/01/13/the-gamma-function/comment-page-1/#comment-17281</link>
		<dc:creator>Scot Parker</dc:creator>
		<pubDate>Mon, 11 May 2009 14:52:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=1257#comment-17281</guid>
		<description>An Interesting property of the gamma function:
If you define P(x) = ∫ Γ(x) dx, then
P(x+1) = ∫ xΓ(x) dx
Integration by parts gives
∫ P(x) dx = xP(x) - P(x+1)
Since the integral of P(x) is polynomial in P(x), all succeeding integrals are also. It gets a little messier when converting to the definite integral.
This also works for Q(x) defined as
Q(x) = ∫ dx/Γ(x+1)
Integration by parts results in
∫Q(x) dx = xQ(x) - Q(x-1)
which, of course, is polynomial in all succeeding integrals also. In this case, the definite integral is straightforward.</description>
		<content:encoded><![CDATA[<p>An Interesting property of the gamma function:<br />
If you define P(x) = ∫ Γ(x) dx, then<br />
P(x+1) = ∫ xΓ(x) dx<br />
Integration by parts gives<br />
∫ P(x) dx = xP(x) &#8211; P(x+1)<br />
Since the integral of P(x) is polynomial in P(x), all succeeding integrals are also. It gets a little messier when converting to the definite integral.<br />
This also works for Q(x) defined as<br />
Q(x) = ∫ dx/Γ(x+1)<br />
Integration by parts results in<br />
∫Q(x) dx = xQ(x) &#8211; Q(x-1)<br />
which, of course, is polynomial in all succeeding integrals also. In this case, the definite integral is straightforward.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.johndcook.com/blog/2009/01/13/the-gamma-function/comment-page-1/#comment-12281</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 21 Jan 2009 17:30:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=1257#comment-12281</guid>
		<description>Mike, 

I only made the first graph; I linked to the other two from Wikipedia. I imagine you could make this sort of graph with Mathematica.  I&#039;ve seen Mathematica plots of complex functions that use height to indicate absolute value and use color to indicate phase.</description>
		<content:encoded><![CDATA[<p>Mike, </p>
<p>I only made the first graph; I linked to the other two from Wikipedia. I imagine you could make this sort of graph with Mathematica.  I&#8217;ve seen Mathematica plots of complex functions that use height to indicate absolute value and use color to indicate phase.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Croucher</title>
		<link>http://www.johndcook.com/blog/2009/01/13/the-gamma-function/comment-page-1/#comment-12276</link>
		<dc:creator>Michael Croucher</dc:creator>
		<pubDate>Wed, 21 Jan 2009 15:17:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=1257#comment-12276</guid>
		<description>Hi John

Mind if I ask what software you used to generate the third graph please?

Cheers,
Mike</description>
		<content:encoded><![CDATA[<p>Hi John</p>
<p>Mind if I ask what software you used to generate the third graph please?</p>
<p>Cheers,<br />
Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blaise Egan</title>
		<link>http://www.johndcook.com/blog/2009/01/13/the-gamma-function/comment-page-1/#comment-12136</link>
		<dc:creator>Blaise Egan</dc:creator>
		<pubDate>Sat, 17 Jan 2009 19:35:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=1257#comment-12136</guid>
		<description>The gamma function &lt;em&gt;does &lt;/em&gt; appear on some calculators. I use hp calculators and they implement the factorial function x! as gamma(x+1).</description>
		<content:encoded><![CDATA[<p>The gamma function <em>does </em> appear on some calculators. I use hp calculators and they implement the factorial function x! as gamma(x+1).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zac</title>
		<link>http://www.johndcook.com/blog/2009/01/13/the-gamma-function/comment-page-1/#comment-12112</link>
		<dc:creator>Zac</dc:creator>
		<pubDate>Sat, 17 Jan 2009 08:49:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=1257#comment-12112</guid>
		<description>Nice post, John.

The second graph is like a secant (or cosecant) curve badly drawn by a student...

Being Australian, I love the name of your blog - and noted your correct spelling :-)</description>
		<content:encoded><![CDATA[<p>Nice post, John.</p>
<p>The second graph is like a secant (or cosecant) curve badly drawn by a student&#8230;</p>
<p>Being Australian, I love the name of your blog &#8211; and noted your correct spelling <img src='http://www.johndcook.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gene</title>
		<link>http://www.johndcook.com/blog/2009/01/13/the-gamma-function/comment-page-1/#comment-12011</link>
		<dc:creator>Gene</dc:creator>
		<pubDate>Wed, 14 Jan 2009 02:42:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=1257#comment-12011</guid>
		<description>John,

You&#039;ve truly entered the realm of chart porn:
The first graph is what every VP of marketing dreams of when launching a new product.
The second graph looks like something one would use while designing an automated milking machine for cows.
The third graph... No comment.

In all seriousness, great posting. I cannot tell you how often I ran into the gamma function in statistical thermo class back in 1972... *sigh*</description>
		<content:encoded><![CDATA[<p>John,</p>
<p>You&#8217;ve truly entered the realm of chart porn:<br />
The first graph is what every VP of marketing dreams of when launching a new product.<br />
The second graph looks like something one would use while designing an automated milking machine for cows.<br />
The third graph&#8230; No comment.</p>
<p>In all seriousness, great posting. I cannot tell you how often I ran into the gamma function in statistical thermo class back in 1972&#8230; *sigh*</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.371 seconds -->

