You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "J. Lewis Muir (JIRA)" <ji...@apache.org> on 2010/07/29 18:10:16 UTC

[jira] Created: (MATH-400) Add support for Gaussian curve fitting

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.


[jira] Updated: (MATH-400) Add support for Gaussian curve fitting

Posted by "J. Lewis Muir (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MATH-400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

J. Lewis Muir updated MATH-400:
-------------------------------

    Attachment: gaussian-curve-fitting.patch

> 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
>
>         Attachments: gaussian-curve-fitting.patch
>
>
> 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.


[jira] Resolved: (MATH-400) Add support for Gaussian curve fitting

Posted by "Luc Maisonobe (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MATH-400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Luc Maisonobe resolved MATH-400.
--------------------------------

    Resolution: Fixed

Fixed in subversion repository as of r980938.
The patch has been applied with minor changes: exception have been changed to the new mechanism involving enums, style has been adapted to what we use in commons-math (indentation, braces around single statements ...) and visibility of fields and methods have been tighten to private (and final for some felds).
Thanks for the report and for the patch.

> 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
>
>         Attachments: gaussian-curve-fitting.patch
>
>
> 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.