in reply to Any idea for predicting the peak points in the graph by perl
according to the POD, you can create a Math::Spline object with a number of points (as two array refs). You can then evaluate the result for a particular point.
The advantage of this method is that you can locate a point that is on a continuous line but which isn't a point in your data.
|
|---|