Find out at which iteration the results converge, i.e. the mean results are stable.
findConvergenceIter(curSeq, changePer = 1, winSize = 5)
The minimum number of iterations needed for the results to converge
A sequence of results that generated from each iteration of the loop
The maximum percentage of change allowed
The window size for mean calculation