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