DIFF.1D.AKIMA
First derivative using Akima Spline Interpolation. A special case of cubic spline that is more robust to outliers.
First derivative using Akima Spline Interpolation. A special case of cubic spline that is more robust to outliers.
First derivative using Cubic Spline Interpolation.
First derivative using Linear Spline Interpolation.
First derivative using Piece-wise Log-Linear Interpolation. This is equivalent to a linear interpolation in the log-scale.
First derivative using Lagrange Polynomial Interpolation (Neville's Algorithm).
First derivative using Monotone Cubic Spline (Pchip). A special case of cubic spline that preserves monotonicity of the data.
First derivative using Step Interpolation. Note: derivative of step function is zero except at discontinuities.
Second derivative using Akima Spline Interpolation. A special case of cubic spline that is more robust to outliers.
Second derivative using Cubic Spline Interpolation.
Second derivative using Linear Spline Interpolation. Note: second derivative of linear spline is zero except at knot points.
Second derivative using Piece-wise Log-Linear Interpolation. This is equivalent to a linear interpolation in the log-scale.
Second derivative using Lagrange Polynomial Interpolation (Neville's Algorithm).
Second derivative using Monotone Cubic Spline (Pchip). A special case of cubic spline that preserves monotonicity of the data.
Second derivative using Step Interpolation. Note: second derivative of step function is zero.
Definite integral using Akima Spline Interpolation. A special case of cubic spline that is more robust to outliers.
Definite integral using Cubic Spline Interpolation.
Definite integral using Linear Spline Interpolation.
Definite integral using Monotone Cubic Spline (Pchip). A special case of cubic spline that preserves monotonicity of the data.
Definite integral using Step Interpolation.
Akima Spline Interpolation. A special case of cubic spline that is more robust to outliers.
Cubic Spline Interpolation.
Linear Spline Interpolation.
Piece-wise Log-Linear Interpolation. This is equivalent to a linear interpolation in the log-scale.
Lagrange Polynomial Interpolation using Neville's Algorithm. Supports both differentiation and integration.
Monotone Cubic Spline (Pchip). A special case of cubic spline that preserves monotonicity of the data.
Step Interpolation. A step function where the interpolated value is always the value of the first key which is nearest to and less than or equal to the evaluation point.