You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Gilles (JIRA)" <ji...@apache.org> on 2010/04/21 16:35:54 UTC

[jira] Resolved: (MATH-365) Issue with "SmoothingBicubicSplineInterpolator"

     [ https://issues.apache.org/jira/browse/MATH-365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gilles resolved MATH-365.
-------------------------

    Fix Version/s: 2.2
       Resolution: Fixed

revision 936295.


> Issue with "SmoothingBicubicSplineInterpolator"
> -----------------------------------------------
>
>                 Key: MATH-365
>                 URL: https://issues.apache.org/jira/browse/MATH-365
>             Project: Commons Math
>          Issue Type: Bug
>    Affects Versions: 2.1
>            Reporter: Gilles
>            Priority: Minor
>             Fix For: 2.2
>
>
> I figured out that the name of this class is misleading as the implementation doesn't perform the intended smoothing.
> In order to solve this issue, I propose to:
> # deprecate the "SmoothingBicubicSplineInterpolator" class
> # create a "BicubicSplineInterpolator" class (similar to the above class but with the useless code removed)
> # remove the "SmoothingBicubicSplineInterpolatorTest" class
> # add a "BicubicSplineInterpolatorTest" with essentially the same contents as the above one
> Then I would also add a new "SmoothingPolynomialBicubicSplineInterpolator" where I used the "PolynomialFitter" class to smooth the input data along both dimensions before the interpolating function is computed.
> Does someone object to these changes?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.