Category
Utilities
17 items
API2SG
Converts API gravity to oil specific gravity, [dimensionless].
CubicSplineDifferentiate
Calculates first derivative using natural cubic spline interpolation.
CubicSplineIntegrate
Calculates definite integral using natural cubic spline interpolation from the start up to point t.
CubicSplineIntegrateT1T2
Calculates definite integral using natural cubic spline interpolation from point t1 to point t2.
CubicSplineInterpolate
Calculates interpolated value using natural cubic spline interpolation.
CubicSplinesIntersection
Calculates x value of intersection point between two cubic splines.
DataDifferentiate
Calculates derivative for data samples at point t with smoothing.
ExpIntegralEi
Calculates the exponential integral function Ei(x).
LinearSplineDifferentiate
Calculates first derivative using linear spline interpolation.
LinearSplineIntegrate
Calculates definite integral using linear spline interpolation from the start up to point t.
LinearSplineIntegrateT1T2
Calculates definite integral using linear spline interpolation from point t1 to point t2.
LinearSplineInterpolate
Calculates interpolated value using linear spline interpolation.
LinearSplinesIntersection
Calculates x value of intersection point between two linear splines.
ProximalInterpolate
Calculates interpolated value using proximal interpolation.
SG2API
Converts oil specific gravity to API gravity, [API].
StepInterpolate
Calculates interpolated value using step interpolation.
UnitConverter
Converts value from one unit to another, [depends on units].