1 min readNov 17, 2019
Hi, thanks for the amazing post. I am confused on the `FinDiff` part, my understanding of the first derivative of a 1d array given period 1, say, array [1, 3, 4], the first derivative should be [(3 – 1)/1, (4 – 3)/1]. However the result seems to go the other way, do you know how it is being computed?