Package: robslopes 1.1.4

Jakob Raymaekers
robslopes: Fast Algorithms for Robust Slopes
Fast algorithms for the Theil-Sen estimator, Siegel's repeated median slope estimator, and Passing-Bablok regression. The implementation is based on algorithms by Dillencourt et. al (1992) <doi:10.1142/S0218195992000020> and Matousek et. al (1998) <doi:10.1007/PL00009190>. The implementations are detailed in Raymaekers (2023) <doi:10.32614/RJ-2023-012> and Raymaekers J., Dufey F. (2022) <doi:10.48550/arXiv.2202.08060>. All algorithms run in quasilinear time.
Authors:
robslopes_1.1.4.tar.gz
robslopes_1.1.4.tar.gz(r-4.7-arm64)robslopes_1.1.4.tar.gz(r-4.7-x86_64)robslopes_1.1.4.tar.gz(r-4.6-arm64)robslopes_1.1.4.tar.gz(r-4.6-x86_64)
robslopes_1.1.4.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
robslopes/json (API)
| # Install 'robslopes' in R: |
| install.packages('robslopes', repos = c('https://cran.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:1e7d725ecf. Checks:6 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 140 | ||
| linux-devel-x86_64 | OK | 127 | ||
| source / vignettes | OK | 169 | ||
| linux-release-arm64 | OK | 141 | ||
| linux-release-x86_64 | OK | 137 | ||
| wasm-release | OK | 125 |
Exports:PassingBablokRepeatedMedianrobsloperobslope.fitTheilSen
Dependencies:RcppRcppArmadillo
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Passing-Bablok slope and intercept estimator. | PassingBablok |
| Siegel's repeated median slope and intercept estimator. | RepeatedMedian |
| Robust slope estimator | robslope |
| Robust slope estimator | robslope.fit |
| Theil-Sen slope and intercept estimator. | TheilSen |