NumericalDerivativeEvaluateDerivative(Double, Int32, Double) Method |
Evaluates the derivative of equidistant points using the finite difference method.
Namespace: Altaxo.Calc.DifferentiationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public double EvaluateDerivative(
double[] points,
int order,
double stepSize
)
Parameters
- points Double
- Vector of points StepSize apart.
- order Int32
- Derivative order.
- stepSize Double
- Finite difference step size.
Return Value
DoubleDerivative of points of the specified order.
See Also