Computing the First Order Derivative with Backward DifferenceΒΆ
This step applies the Backward Difference method to approximate the first order derivative of a function or a time series. Note that step size(s) are known a priori for a time series.
Input Parameters
- A function or a time series
- Step size(s)
Output Parameters
- First derivative of a function or a time series
Workflow
Algorithm
References
- R. L. Burden and J. D. Faires, Numerical Analysis, Fifth Edition, PWS Publishing Co. Boston, MA, 1993.