findConvergenceIter {ADAPTS}R Documentation

Find out at which iteration the results converge, i.e. the mean results are stable.

Description

Find out at which iteration the results converge, i.e. the mean results are stable.

Usage

findConvergenceIter(curSeq, changePer = 1, winSize = 5)

Arguments

curSeq

A sequence of results that generated from each iteration of the loop

changePer

The maximum percentage of change allowed

winSize

The window size for mean calculation

Value

The minimum number of iterations needed for the results to converge


[Package ADAPTS version 1.0.22 Index]