akimaderivative
Returns the akimaderivative values for a given new x vector.
Syntax
akimaderivative(xvect, yvect, new_xvect, delta_factor)
Argument
- xvect
- The X vector of the data.
- yvect
- The Y vector of the data.
- new_xvect
- The new X Vector. This is an optional parameter. The X vector is considered new_xvect by default.
- delta_factor
- The delta value to calculate the derivative.
Example
akimaerivative_y = akimaderivative (p1w1c1.x, p1w1c1.y)
akimaerivative _y = akimaderivative (p1w1c1.x, p1w1c1.y,
p1w1c1.x,0.1)
akimaerivative _y = akimaderivative (p1w1c1.x, p1w1c1.y,
{1,2,3,5},0.1)
akimaerivative _y = akimaderivative (p1w1c1.x, p1w1c1.y,
{1,2,3,5})