In numerical analysis, numerical differentiation describes algorithms for estimating the derivative of a mathematical function using values of the function and perhaps other knowledge about the function.
Function or value | Description |
Full Usage:
differentiateThreePoint xValues yValues idxT idx0 idx1 idx2
Parameters:
float[]
-
Sample Points t
yValues : float[]
-
Sample Values x(t)
idxT : int
-
Index of the point of the differentiation.
idx0 : int
-
idx0 Index of the first sample.
idx1 : int
-
Index of the second sample.
idx2 : int
-
Index of the third sample.
Returns: float
|
Example
|