Description Usage Arguments Value
View source: R/get_changepoints.R
Estimate anomaly-score for each value of each Key of a data frame in three steps
1 2 3 4 5 6 | get_changepoints(
x,
min_segment_size = 50,
min_segment_share = 0.2,
min_RSS_decrease = 0.2
)
|
x |
vector containing time-series values |
min_segment_size |
minimum number of datapoints between each changepoint. Only taken if > min_segment_share*N |
min_segment_share |
minimum share of datapoints between each changepoint. Decreasing this number fucks performance exponentially |
min_RSS_decrease |
minimum RSS decrease to apply changepoint. The lower, the more changepoints are found |
Boolean-Vector of size x saying if realted value is a changepoint
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.