Bugs item #1121342, was opened at 2005-02-12 06:37
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=112740&aid=1121342&group_id=12740Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Implementation of Monotone Spline
Initial Comment:
My email address is
[hidden email]
The implementation of the Hyman filter for the
monotonising of the cubic spline is wrong. The Hyman
constraints are corrrectly specified but are applied to the
second derivative of the function (y'') rather than to y'.
In order to implement correctly you need to
i) solve for the y'' values at the node in the usual way
ii) compute the first derivative values y' at each node
iii) generate the appropriate lagrange cubic polynomials
through the node points with the correct y' value at the
ends.
The incorrect approach does not guarantee to produce
monotone splines.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=112740&aid=1121342&group_id=12740