There are some plugins which can be used to do basic calculus.
This plugin sums up the input vector cumulatively over a chosen time step which is the time interval between two neighboring data points of the input vector. As the time step becomes smaller, the calculated sum will approach this integral: ,where x is the input data vector.
The vector used to calculate the cumulative sum.
The interval size for each step of calculating the cumulative sum
This plugin calculates derivative values with respect to time for an input vector. As time step becomes smaller, the output vector will reach the values of dx/dt, where x is the input vector.
the data vector to take derivative of
Specify the size of the time interval between any two neighbor values in the input vector
Would you like to make a comment or contribute an update to this page?
Send feedback to the KDE Docs Team