Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 38322 invoked from network); 22 Jul 2007 02:35:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Jul 2007 02:35:29 -0000 Received: (qmail 38437 invoked by uid 500); 22 Jul 2007 02:35:28 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 38374 invoked by uid 500); 22 Jul 2007 02:35:28 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 38363 invoked by uid 99); 22 Jul 2007 02:35:28 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Jul 2007 19:35:28 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Jul 2007 19:35:26 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6D09871422B for ; Sat, 21 Jul 2007 19:35:06 -0700 (PDT) Message-ID: <9240027.1185071706443.JavaMail.jira@brutus> Date: Sat, 21 Jul 2007 19:35:06 -0700 (PDT) From: "Phil Steitz (JIRA)" To: commons-dev@jakarta.apache.org Subject: [jira] Commented: (MATH-167) ConvergenceException in normal CDF In-Reply-To: <14779984.1183042226517.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/MATH-167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12514453 ] Phil Steitz commented on MATH-167: ---------------------------------- Fixed for nomal distribution in r558450. Leaving open because we should look at other distributions before closing. > ConvergenceException in normal CDF > ---------------------------------- > > Key: MATH-167 > URL: https://issues.apache.org/jira/browse/MATH-167 > Project: Commons Math > Issue Type: Bug > Reporter: Mikko Kauppila > Priority: Minor > Fix For: 1.2 > > > NormalDistributionImpl::cumulativeProbability(double x) throws ConvergenceException > if x deviates too much from the mean. For example, when x=+/-100, mean=0, sd=1. > Of course the value of the CDF is hard to evaluate in these cases, > but effectively it should be either zero or one. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org