Sorry for that noob question, but I've been searching for ages without finding something...
I've got a series of values $x(n)$. Now to get the derivative I would subtract the current value from the previous: $y(n) = x(n) - x(n-1)$.
But how do you call the process of taking the quotient in the same way? $y(n) = \frac{x(n)}{x(n-1)}$
Thanks!