| cpp_detectAFFMeanSingle | R Documentation |
Given a vector x, a threshold alpha, a step size eta,
and a burn-in length BL, returns a list containing the single
changepoint. Algorithm is implemented in 'C++'.
cpp_detectAFFMeanSingle(x, alpha, eta, BL)
x |
Vector of numeric values values. |
alpha |
Value for the significance threshold in |
eta |
Value for the step size in |
BL |
Value for the burn-in length. |
A list with
tauhatThe index of the first changepoint found.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.