Return-Path: Delivered-To: apmail-commons-user-archive@www.apache.org Received: (qmail 69948 invoked from network); 25 Sep 2008 22:28:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Sep 2008 22:28:29 -0000 Received: (qmail 73897 invoked by uid 500); 25 Sep 2008 22:28:23 -0000 Delivered-To: apmail-commons-user-archive@commons.apache.org Received: (qmail 73834 invoked by uid 500); 25 Sep 2008 22:28:23 -0000 Mailing-List: contact user-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Users List" Delivered-To: mailing list user@commons.apache.org Received: (qmail 73823 invoked by uid 99); 25 Sep 2008 22:28:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Sep 2008 15:28:23 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of brent.worden@gmail.com designates 66.249.92.173 as permitted sender) Received: from [66.249.92.173] (HELO ug-out-1314.google.com) (66.249.92.173) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Sep 2008 22:27:24 +0000 Received: by ug-out-1314.google.com with SMTP id 17so370520ugm.26 for ; Thu, 25 Sep 2008 15:27:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=aCB/mnzU3BYdVlrSM7G49oULEDYf6c4g94g3k8dBye4=; b=RZMEvDRw+B28+fIeMRjTHJGV4kErhu1yrLEZJEPtiwzhEeTfPdqB9LYrIZXn9nxb0V NEwN8gIh1h9cQIxsHUcWZOoniE5Tze+SgGQuIAOB4mQoNJaMVVqrLrOnWIZA/sWCe15Y h4YmSuehAGO8iwckIeWDMp0ugr5F0PBzWw7Sw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=U/nfJzo/lzbDN6E0njBfOWQpS2uunazEZsdNHZxMgKkZaHn+BHi+4VEqOf3DaLX+uG MZ/SuHshfEW4T6aLvx9giYqA418BSIiBETYFWPNj+TGpJd5AQ3NTKFmJLHX1zKlXEaaB C7I0B/gtRwyVn/TD61QPlagDvny5Ncxt6g2H4= Received: by 10.103.119.19 with SMTP id w19mr274346mum.129.1222381667302; Thu, 25 Sep 2008 15:27:47 -0700 (PDT) Received: by 10.102.244.6 with HTTP; Thu, 25 Sep 2008 15:27:47 -0700 (PDT) Message-ID: Date: Thu, 25 Sep 2008 17:27:47 -0500 From: "Brent Worden" To: "Commons Users List" Subject: Re: [MATH] Strange issue with FDistribution In-Reply-To: <1222331257.8681.2.camel@beta> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <48DAEB77.9070005@gmail.com> <1222331257.8681.2.camel@beta> X-Virus-Checked: Checked by ClamAV on apache.org You can always subclass FDistributionImpl and override the method. The return value from this method serves as a starting value for a root finding rountine; the default mechnanism used to compute inverse CDFs. So, the exact number returned is not crucial to obtain accurate results. The inverse CDF rountines will just perform better based on this starting value. HTH, Brent. On Thu, Sep 25, 2008 at 3:27 AM, J=F6rg Henning = wrote: > thanks for your reply Phil. As requested, I opened a Bug in JIRA. > (Please give me a hint if I messed anything up) > > Anyone knows a possible quick-fix or workaround on the issue? > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@commons.apache.org For additional commands, e-mail: user-help@commons.apache.org