grapa.shared.maths.derivative2nd
- grapa.shared.maths.derivative2nd(x, y)
Second numerical derivative d2y/dx2 for the x and y datapoint series.
x is supposed to be monotonic (sorted up/down) !
CAUTION: this function is locally more exact, but much more noisier than derivative(derivative)! Consider derivating twice on experiemental datasets.