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.
double
Interpolated first derivative at point t.
double
tPoint t to interpolate at.
double
Interpolated second derivative at point t.
double
tPoint t to interpolate at.
double
Interpolated value x(t).