recommend Deletion Point
Uses the MSER (mean squared error rule) to recommend a deletion point. The MSE rule is applied to the entire Welch average time series without batching.
White, K. P., & Robinson, S. (2010). The problem of the initial transient (again), or why MSER works. Journal of Simulation, 4(4), 268–272. (https://doi.org/10.1057/jos.2010.19)
Parameters
max Num Obs
the maximum number of Welch averages to process. Since the number of observations may be large, the user may want to specify this parameter to limit the size of the array being processed. By default, minNumObservationsInReplications is used.