Averages/Simple moving average: Difference between revisions

Line 1,413:
mid(list,z+1, i-z) will return the list of value that will be averaged<br>
sum(...) will sum them<br>
sum(...)/(i-z) → r[i] will average them and store the result in the appropriate place in the result list<br>
Anonymous user