Package: focus 0.1.9
focus: Online Changepoint Detection in Univariate and Multivariate Data Streams
Provides high-performance online changepoint detection in univariate and multivariate data streams. Implements efficient 'C++' backends for the 'focus', 'md-focus' and 'np-focus' algorithms, with an 'R' interface for real-time monitoring and offline analysis. The package bundles code from 'Qhull' <http://www.qhull.org/>, by C. B. Barber and The Geometry Center. See 'inst/COPYRIGHTS' for details.
Authors:
focus_0.1.9.tar.gz
focus_0.1.9.zip(r-4.7-x86_64)focus_0.1.9.zip(r-4.6-x86_64)focus_0.1.9.zip(r-4.5-x86_64)
focus_0.1.9.tgz(r-4.6-x86_64)focus_0.1.9.tgz(r-4.6-arm64)focus_0.1.9.tgz(r-4.5-x86_64)focus_0.1.9.tgz(r-4.5-arm64)
focus_0.1.9.tar.gz(r-4.7-arm64)focus_0.1.9.tar.gz(r-4.7-x86_64)focus_0.1.9.tar.gz(r-4.6-arm64)focus_0.1.9.tar.gz(r-4.6-x86_64)
focus_0.1.9.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION
card.svg |card.png
focus/json (API)
| # Install 'focus' in R: |
| install.packages('focus', repos = c('https://gtromano.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:9cae88f32b. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 112 | ||
| linux-devel-x86_64 | OK | 178 | ||
| source / vignettes | OK | 174 | ||
| linux-release-arm64 | OK | 110 | ||
| linux-release-x86_64 | OK | 177 | ||
| macos-release-arm64 | OK | 157 | ||
| macos-release-x86_64 | OK | 231 | ||
| macos-oldrel-arm64 | OK | 158 | ||
| macos-oldrel-x86_64 | OK | 269 | ||
| windows-devel-x86_64 | OK | 154 | ||
| windows-release-x86_64 | OK | 127 | ||
| windows-oldrel-x86_64 | OK | 131 | ||
| wasm-release | OK | 109 |
Exports:detector_candidatesdetector_cands_lendetector_createdetector_info_ndetector_info_sndetector_updatefocus_offlinegenerate_projection_indexesget_statistics
Dependencies:Rcpp
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Online Changepoint Detection in Univariate and Multivariate Data Streams | focus-package focus |
| Get candidate segments | detector_candidates |
| Get number of candidate segments | detector_cands_len |
| Create a FOCuS changepoint detector | detector_create |
| Get number of observations processed | detector_info_n |
| Get cumulative sum statistic | detector_info_sn |
| Update detector with new observation(s) | detector_update |
| Run FOCuS detector in offline batch mode | focus_offline |
| Generate projection index sets | generate_projection_indexes |
| Compute current changepoint statistics | get_statistics |
