Perform a robust version of the wild binary segmentation method using Huber loss.
WBS.uni.rob(y, s, e, Alpha, Beta, K = 1.345, delta, level = 0)An object of class "BS", which is a list with the following structure:
A vector of estimated change points (sorted in strictly increasing order).
A vector of values of CUSUM statistic based on KS distance.
A vector representing the levels at which each change point is detected.
A matrix with the starting indices on the first row and the ending indices on the second row.
A numeric vector of observations.
A numeric scalar representing the starting index of an interval.
A numeric scalar representing the ending index of an interval.
An integer vector of starting indices of random intervals.
An integer vector of ending indices of random intervals.
A numeric scalar representing the robustification parameter in the Huber loss.
A positive integer scalar of minimum spacing.
Should be fixed as 0.
Mengchu Li & Haotian Xu
Fearnhead & Rigaill (2019) <doi:10.1080/01621459.2017.1385466>.
thresholdBS for obtaining change points estimation.