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 1DB5510ED9 for ; Sun, 14 Dec 2014 17:57:14 +0000 (UTC) Received: (qmail 96107 invoked by uid 500); 14 Dec 2014 17:57:14 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 96024 invoked by uid 500); 14 Dec 2014 17:57:13 -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 95881 invoked by uid 99); 14 Dec 2014 17:57:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Dec 2014 17:57:13 +0000 Date: Sun, 14 Dec 2014 17:57:13 +0000 (UTC) From: "Gilles (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (MATH-1172) Boiler-plate code for simple parametric curve fitting MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MATH-1172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles updated MATH-1172: ------------------------- Fix Version/s: 4.0 Name of the proposed class was change to {{SimpleCurveFitter}}. Issue should remain open so that code can be consolidated before releasing 4.0: * Code duplication should be reduced (other fitting classes could perhaps inherit from {{SimpleCurveFitter}}). * {{ParameterGuesser}} functionality could be defined in an interface and become a parameter to an alternative factory method. This all requires more thought/discussion not likely to happen before 3.4 is released. > Boiler-plate code for simple parametric curve fitting > ----------------------------------------------------- > > Key: MATH-1172 > URL: https://issues.apache.org/jira/browse/MATH-1172 > Project: Commons Math > Issue Type: Wish > Reporter: Gilles > Priority: Minor > Fix For: 4.0, 3.4 > > Attachments: BasicCurveFitter.java > > > Referring to this [question|http://markmail.org/message/n4smw4yin5mdsi7r] on the user ML, I propose to provide a "BasicCurveFitter" whose use should be straightforward. -- This message was sent by Atlassian JIRA (v6.3.4#6332)