Package: RMSDp Type: Package Title: Refined Modified Stahel-Donoho (MSD) Estimators for Outlier Detection (Parallel Version) Version: 0.1.1 Suggests: testthat (>= 3.0.0) Depends: R (>= 2.10), stats Imports: parallel, doParallel, foreach Authors@R: person(given="Kazumi", family="Wada", role=c("aut", "cre"), email = "kazwd2008@gmail.com", comment=c(ORCID = "0000-0002-9578-1588")) Description: A parallel function for multivariate outlier detection named modified Stahel-Donoho estimators is contained in this package. The function RMSDp() is for elliptically distributed datasets and recognizes outliers based on Mahalanobis distance. This function is for higher dimensional datasets that cannot be handled by a single core function RMSD() included in 'RMSD' package. See Wada and Tsubaki (2013) for the detail of the algorithm. License: GPL (>= 3) Encoding: UTF-8 Language: en-US RoxygenNote: 7.3.1 Config/testthat/edition: 3 LazyData: true Repository: https://kazwd2008.r-universe.dev Date/Publication: 2024-06-11 14:32:55 UTC RemoteUrl: https://github.com/kazwd2008/rmsdp RemoteRef: HEAD RemoteSha: d834c733b5b9a94c3712a1a0d370d6a391032e8e NeedsCompilation: no Packaged: 2026-06-18 10:38:37 UTC; root Author: Kazumi Wada [aut, cre] (ORCID: ) Maintainer: Kazumi Wada