Numerical differentiation formulas

by Trent Guidry 4. September 2010 11:32
The numerical differentiation formulas in this post were calculated using the algorithm from Calculating derivatives of a function numerically. [More]

Numerically calculating partial derivatives

by Trent Guidry 30. July 2009 13:26
In this post I will add functions to compute the partial derivative of a function on a class derived from ModelBase with respect to a Parameter. [More]

Calculating derivatives of a function numerically

by Trent Guidry 12. July 2009 08:10
In this post I develop a class for numerically differentiating a function using equally spaced values of that function. [More]