Click or drag to resize

NumericalDerivativeEvaluateDerivative(Double, Int32, Double) Method

Evaluates the derivative of equidistant points using the finite difference method.

Namespace: Altaxo.Calc.Differentiation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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

Double
Derivative of points of the specified order.
See Also