Parameters
Double[] x
Sample points (N), sorted ascending
Double[] logy
Natural logarithm of the sample values (N) at the corresponding points
This algorithm supports differentiation, not integration.
Double[] xSample points (N), sorted ascending
Double[] logyNatural logarithm of the sample values (N) at the corresponding points
double tPoint t to interpolate at.
doubleInterpolated first derivative at point t.
double tPoint t to interpolate at.
doubleInterpolated second derivative at point t.
double tPoint t to interpolate at.
doubleInterpolated value x(t).