| cpp_detectFFFMeanMultiple | R Documentation |
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)
x |
Vector of numeric values values. |
lambda |
Value for the fixed forgetting factor in |
alpha |
Value for the significance threshold in |
BL |
Value for the burn-in length. |
A list with
tauhatA vector of the changepoints found.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.