Package: robscale
Type: Package
Title: Fast Robust Estimation in Very Small Samples
Version: 0.1.1
Authors@R: c(person(given = "Dennis Alexis Valin", family = "Dittrich",
    role = c("aut", "cre", "cph"), email = "davd@economicscience.net",
    comment = c(ORCID = "0000-0002-4438-8276")))
Description: High-performance C++ implementation (via 'Rcpp') of the robust
    location and scale M-estimators described in Rousseeuw & Verboven (2002)
    <doi:10.1016/S0167-9473(02)00078-6> for very small samples. Provides
    numerically identical results to the 'revss' package with significantly
    improved performance through sorting networks and compiled iteration loops.
License: MIT + file LICENSE
URL: https://github.com/davdittrich/robscale,
        https://doi.org/10.5281/zenodo.18828607
BugReports: https://github.com/davdittrich/robscale/issues
Encoding: UTF-8
Imports: Rcpp (>= 1.0.0)
LinkingTo: Rcpp
Suggests: tinytest, revss, microbenchmark
NeedsCompilation: yes
RoxygenNote: 7.3.3
Packaged: 2026-03-02 17:37:00 UTC; dittrd01
Author: Dennis Alexis Valin Dittrich [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0002-4438-8276>)
Maintainer: Dennis Alexis Valin Dittrich <davd@economicscience.net>
Repository: CRAN
Date/Publication: 2026-03-06 13:30:02 UTC
