<?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: How to calculate binomial probabilities</title>
	<atom:link href="http://www.johndcook.com/blog/2008/04/24/how-to-calculate-binomial-probabilities/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.johndcook.com/blog/2008/04/24/how-to-calculate-binomial-probabilities/</link>
	<description>The blog of John D. Cook</description>
	<lastBuildDate>Fri, 19 Mar 2010 19:25:59 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: robin</title>
		<link>http://www.johndcook.com/blog/2008/04/24/how-to-calculate-binomial-probabilities/comment-page-1/#comment-7872</link>
		<dc:creator>robin</dc:creator>
		<pubDate>Wed, 15 Oct 2008 16:33:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/2008/04/24/how-to-calculate-binomial-probabilities/#comment-7872</guid>
		<description>Nice article.  I have used the gammln trick before but it is nice to have it written out explicitly for the binomial.

jimcp, I am not one to miss giving a sucker good jibe, but if you can find a set of programs that encompasses the full range of functionality I require (choose from parser X add to Parser Y and subtract the marketing lingo) to get my job done please enlighten me, otherwise you might want to study some numerical proofs.</description>
		<content:encoded><![CDATA[<p>Nice article.  I have used the gammln trick before but it is nice to have it written out explicitly for the binomial.</p>
<p>jimcp, I am not one to miss giving a sucker good jibe, but if you can find a set of programs that encompasses the full range of functionality I require (choose from parser X add to Parser Y and subtract the marketing lingo) to get my job done please enlighten me, otherwise you might want to study some numerical proofs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan</title>
		<link>http://www.johndcook.com/blog/2008/04/24/how-to-calculate-binomial-probabilities/comment-page-1/#comment-7769</link>
		<dc:creator>Jan</dc:creator>
		<pubDate>Tue, 14 Oct 2008 09:17:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/2008/04/24/how-to-calculate-binomial-probabilities/#comment-7769</guid>
		<description>John, thanks a lot for that suggestion! It helped me to fit multiplicity distributions in high-energy physics proton-proton collisions (n goes up to 250).
Cheers, Jan</description>
		<content:encoded><![CDATA[<p>John, thanks a lot for that suggestion! It helped me to fit multiplicity distributions in high-energy physics proton-proton collisions (n goes up to 250).<br />
Cheers, Jan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jimcp</title>
		<link>http://www.johndcook.com/blog/2008/04/24/how-to-calculate-binomial-probabilities/comment-page-1/#comment-245</link>
		<dc:creator>jimcp</dc:creator>
		<pubDate>Fri, 25 Apr 2008 09:05:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/2008/04/24/how-to-calculate-binomial-probabilities/#comment-245</guid>
		<description>Choose the tools first before doing the job. The job you describe asks for software designed to handle math. The tool I count on is Mathematica. Imho, the dream of a mathematician. ( SAGE is an open source alternative and even speaks to Mathematica ) Mathematica can be called from Java, I am sure, probably C++ as well, but of this I am not sure.</description>
		<content:encoded><![CDATA[<p>Choose the tools first before doing the job. The job you describe asks for software designed to handle math. The tool I count on is Mathematica. Imho, the dream of a mathematician. ( SAGE is an open source alternative and even speaks to Mathematica ) Mathematica can be called from Java, I am sure, probably C++ as well, but of this I am not sure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Guest</title>
		<link>http://www.johndcook.com/blog/2008/04/24/how-to-calculate-binomial-probabilities/comment-page-1/#comment-244</link>
		<dc:creator>Thomas Guest</dc:creator>
		<pubDate>Fri, 25 Apr 2008 07:46:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/2008/04/24/how-to-calculate-binomial-probabilities/#comment-244</guid>
		<description>Another interesting article John, especially the warning about gamma. I tried &quot;man gamma&quot; on a Redhat linux close to hand to get the details.

HISTORY
       4.2BSD had a gamma() that computed ln(&#124;Gamma(&#124;x&#124;)&#124;), leaving the  sign  of
       Gamma(&#124;x&#124;)  in  the  external  integer  signgam.   In  4.3BSD the name was
       changed to lgamma(), and the man page promises

          &quot;At some time in the future the name gamma will  be  rehabilitated  and
          used for the Gamma function&quot;

       This  did  indeed happen in 4.4BSD, where gamma() computes the Gamma func-
       tion (with no effect on signgam).  However, this came too late, and we now
       have tgamma(), the &quot;true gamma&quot; function.

CONFORMING TO
       4.2BSD. Compatible with previous mistakes.</description>
		<content:encoded><![CDATA[<p>Another interesting article John, especially the warning about gamma. I tried &#8220;man gamma&#8221; on a Redhat linux close to hand to get the details.</p>
<p>HISTORY<br />
       4.2BSD had a gamma() that computed ln(|Gamma(|x|)|), leaving the  sign  of<br />
       Gamma(|x|)  in  the  external  integer  signgam.   In  4.3BSD the name was<br />
       changed to lgamma(), and the man page promises</p>
<p>          &#8220;At some time in the future the name gamma will  be  rehabilitated  and<br />
          used for the Gamma function&#8221;</p>
<p>       This  did  indeed happen in 4.4BSD, where gamma() computes the Gamma func-<br />
       tion (with no effect on signgam).  However, this came too late, and we now<br />
       have tgamma(), the &#8220;true gamma&#8221; function.</p>
<p>CONFORMING TO<br />
       4.2BSD. Compatible with previous mistakes.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
