How to calculate moving average of column with more than 10000 million entries in JMP 11?
I am trying to run the below formula on a column with 100 million rows to calculate the moving average.Could you please suggest an JMP11 alternative for Col Moving Average
Col Moving Average( :x, 1, 9999999, 0 ) is not supported by JMP11.
Please find below the code I have tried:
NamesDefaultToHere(1);
// Use a function to open a .CSV file: Given the path to such a file, returns a reference to t
...