I want to calculate the fluctuation index from a series of data. What is the equation of fluctuation index?

is it Fi = (1/N)*sum(abs(diff(x,1)))

or

Fi = (1/N-1)*sum(abs(diff(x,1)))

where N is the length of data series.

Similar questions and discussions