Return-Path: X-Original-To: apmail-commons-issues-archive@minotaur.apache.org Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C4623E483 for ; Sat, 24 Nov 2012 19:14:58 +0000 (UTC) Received: (qmail 54098 invoked by uid 500); 24 Nov 2012 19:14:58 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 54028 invoked by uid 500); 24 Nov 2012 19:14:58 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 54018 invoked by uid 99); 24 Nov 2012 19:14:58 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Nov 2012 19:14:58 +0000 Date: Sat, 24 Nov 2012 19:14:58 +0000 (UTC) From: =?utf-8?Q?S=C3=A9bastien_Brisard_=28JIRA=29?= To: issues@commons.apache.org Message-ID: <1521444426.20685.1353784498517.JavaMail.jiratomcat@arcas> In-Reply-To: <1182901071.28807.1345433918089.JavaMail.jiratomcat@arcas> Subject: [jira] [Resolved] (MATH-849) Precision improvement in class Gamma MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MATH-849?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:all-tabpanel ] S=C3=A9bastien Brisard resolved MATH-849. ------------------------------------ Resolution: Fixed =20 > Precision improvement in class Gamma > ------------------------------------ > > Key: MATH-849 > URL: https://issues.apache.org/jira/browse/MATH-849 > Project: Commons Math > Issue Type: Improvement > Reporter: S=C3=A9bastien Brisard > Assignee: S=C3=A9bastien Brisard > Priority: Minor > Labels: accuracy, special-functions > Fix For: 3.1 > > Attachments: MATH-849-Lanczos_vs_NSWC.zip, MATH-849.patch, MATH-8= 49.zip > > > New unit tests (see below) show that (on the set of values tested) the cu= rrent accuracy of {{Gamma.logGamma(double)}} is about 130 ulps. > The [NSWC Library of Mathematical Functions|http://www.dtic.mil/docs/cita= tions/ADA476840] proposes an implementation of this function with much high= er accuracy: on the same set of values, the error goes down to about 3 ulps= . > This library is available [here|http://www.ualberta.ca/CNS/RESEARCH/Softw= are/NumericalNSWC/site.html], and is license-free [see this thread|http://m= arkmail.org/thread/fg4y4dfdnfty5hov]. It is proposed to port this implement= ation in Commons-Math. This in turn could lead to a resolution of MATH-738. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs For more information on JIRA, see: http://www.atlassian.com/software/jira