Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 17122 invoked from network); 29 Jul 2010 16:10:42 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 29 Jul 2010 16:10:42 -0000 Received: (qmail 46743 invoked by uid 500); 29 Jul 2010 16:10:42 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 46578 invoked by uid 500); 29 Jul 2010 16:10:41 -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 46570 invoked by uid 99); 29 Jul 2010 16:10:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Jul 2010 16:10:40 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Jul 2010 16:10:38 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o6TGAG0c016232 for ; Thu, 29 Jul 2010 16:10:17 GMT Message-ID: <19903515.70121280419816656.JavaMail.jira@thor> Date: Thu, 29 Jul 2010 12:10:16 -0400 (EDT) From: "J. Lewis Muir (JIRA)" To: issues@commons.apache.org Subject: [jira] Created: (MATH-400) Add support for Gaussian curve fitting MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Add support for Gaussian curve fitting -------------------------------------- Key: MATH-400 URL: https://issues.apache.org/jira/browse/MATH-400 Project: Commons Math Issue Type: New Feature Affects Versions: 2.2 Reporter: J. Lewis Muir Fix For: 2.2 I request adding support for Gaussian curve fitting to the {{org.apache.commons.math.optimization.fitting}} package. Attached is a patch against r980047 (Wed, 28 Jul 2010) of the Subversion trunk providing this. The source code passes the Checkstyle checks and includes unit tests. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.