Package: fastOnlineCpt 1.0
fastOnlineCpt: Online Multivariate Changepoint Detection
Implementation of a simple algorithm designed for online multivariate changepoint detection of a mean in sparse changepoint settings. The algorithm is based on a modified cusum statistic and guarantees control of the type I error on any false discoveries, while featuring O(1) time and O(1) memory updates per series as well as a proven detection delay.
Authors:
fastOnlineCpt_1.0.tar.gz
fastOnlineCpt_1.0.zip(r-4.7)fastOnlineCpt_1.0.zip(r-4.6)fastOnlineCpt_1.0.zip(r-4.5)
fastOnlineCpt_1.0.tgz(r-4.6-any)fastOnlineCpt_1.0.tgz(r-4.5-any)
fastOnlineCpt_1.0.tar.gz(r-4.7-any)fastOnlineCpt_1.0.tar.gz(r-4.6-any)
fastOnlineCpt_1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
fastOnlineCpt/json (API)
| # Install 'fastOnlineCpt' in R: |
| install.packages('fastOnlineCpt', repos = c('https://ghahn-hsph.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:a856a966e3. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 103 | ||
| source / vignettes | OK | 163 | ||
| linux-release-x86_64 | OK | 136 | ||
| macos-release-arm64 | OK | 78 | ||
| macos-oldrel-arm64 | OK | 72 | ||
| windows-devel | OK | 61 | ||
| windows-release | OK | 65 | ||
| windows-oldrel | OK | 58 | ||
| wasm-release | OK | 92 |
Exports:addDatacheckCptfastOnlineCptlastCptTestresetAlgorithm
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Add new p-dimensional data point, where p is the number of time series being monitored. | addData addData,fastOnlineCpt-method |
| Test if a changepoint has occurred. | checkCpt checkCpt,fastOnlineCpt-method |
| Initialize a new object of the class "fastOnlineCpt". This object allows one to add data in an online fashion and test for a changepoint. | fastOnlineCpt |
| S4 class providing functionality to detect multivariate changepoints in an online setting. | fastOnlineCpt-class |
| Return the last result of the changepoint test performed with the function "checkCpt" as a vector. | lastCptTest lastCptTest,fastOnlineCpt-method |
| Reset the algorithm in order to detect a new changepoint. The algorithm can be reset at any point in time. To ensure valid multiple testing corrections, the time horizon is not reset to zero. | resetAlgorithm resetAlgorithm,fastOnlineCpt-method |
