How can I define a for loop, that count the average one after an other point. I sorted the point list, so now they are in ascending numeric order, and I want to calculate get a values that comes from the average of the points . For example: the fifth elements average is counted from the first five data, the sixth is from the 1,2,3,4,5,6th element?
Solved
How to create a for loop
Best answer by gazza
You might not need a loop, the Cumulative output of the StatisticsCalculator may give you the result you are after.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.