libmath-derivative-perl

Perl package for numeric 1st and 2nd order differentiation
  https://metacpan.org/release/Math-Derivative
  0
  no reviews



Math::derivative exports functions for performing numerical first and second order differentiation on data. the functions take references to two arrays containing the x and y ordinates of the data and return an array of the 1st or 2nd derivative at the given x ordinates. the 2nd derivative may optionally be given values to use for the first derivative at the start and end points of the data - otherwise 'natural' values are used.