Package: focus 0.1.5
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.5.tar.gz
focus_0.1.5.zip(r-4.7)focus_0.1.5.zip(r-4.6)focus_0.1.5.zip(r-4.5)
focus_0.1.5.tgz(r-4.6-x86_64)focus_0.1.5.tgz(r-4.6-arm64)focus_0.1.5.tgz(r-4.5-x86_64)focus_0.1.5.tgz(r-4.5-arm64)
focus_0.1.5.tar.gz(r-4.7-arm64)focus_0.1.5.tar.gz(r-4.7-x86_64)focus_0.1.5.tar.gz(r-4.6-arm64)focus_0.1.5.tar.gz(r-4.6-x86_64)
focus_0.1.5.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
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:1f0dc9aa28. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 120 | ||
| linux-devel-x86_64 | OK | 114 | ||
| source / vignettes | OK | 163 | ||
| linux-release-arm64 | OK | 116 | ||
| linux-release-x86_64 | OK | 104 | ||
| macos-release-arm64 | OK | 293 | ||
| macos-release-x86_64 | OK | 327 | ||
| macos-oldrel-arm64 | OK | 254 | ||
| macos-oldrel-x86_64 | OK | 303 | ||
| windows-devel | OK | 102 | ||
| windows-release | OK | 103 | ||
| windows-oldrel | OK | 111 | ||
| wasm-release | OK | 100 |
Exports:detector_candidatesdetector_createdetector_info_ndetector_info_sndetector_pieces_lendetector_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 |
| Create a FOCuS changepoint detector | detector_create |
| Get number of observations processed | detector_info_n |
| Get cumulative sum statistic | detector_info_sn |
| Get number of candidate segments | detector_pieces_len |
| 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 |
