Given a vector x
, a threshold alpha
, a step size eta
,
and a burn-in length BL
, returns a list containing the changepoints.
Algorithm is implemented in 'C++'.
cpp_detectAFFMeanMultiple(x, alpha, eta, BL)
A list with
tauhat
A vector of the changepoints found.
Vector of numeric values values.
Value for the significance threshold in \((0,1)\).
Value for the step size in \((0,1)\).
Value for the burn-in length.