>>12314088I have 1500 points of data. They are in timeseries with a length of 1500 minutes.
To find the 1st derivative, I split the data into 2, process each one, then divide the differences with 750 (timestep or deltatime).
To find the 2nd derivative, I split the data into 3, process each one, find the 1st derivative of first with second set, and second with third set. Then divide the differences between the 1st derivatives found by previous steps by 500.
3rd detivative: find 1st derivative, find 2nd derivative, timestep is 375.
Etc. Am i doing this correctly?
>im assuming you're talking about velocityNot really a velocity but my data is a vector. Positive numbers mean my product gains a lot of attention from customers, negative numbers means the item is getting ignored.