The repository includes the development version of R package rmx
Radius-minimax (rmx) estimators are a special class of optimally-robust statistical procedures (Kohl (2005), https://epub.uni-bayreuth.de/839/2/DissMKohl.pdf; Rieder et al. (2008), ). It is a class of asymptotically linear estimators where infinitesimal (shrinking) neighborhoods around parametric models are assumed (Rieder (1994), ISBN:978-1-4684-0624-5; Ruckdeschel (2006), ; Kohl et al. (2010), ; Kohl (2012), ). In addition, various diagnostic plots and finite-sample corrections are included.
The rmx estimators are also implemented in the RobASt-family of packages (i.e., packages RobAStBase, ROptEst, RobLox, RobExtremes, ROptRegTS, RobRex). However, package rmx provides a much simpler interface and lower computation times at the cost of being less general and flexible.
```{r, eval = FALSE}
remotes::install_github("stamats/rmx")
## Getting started
```{r}
library(rmx)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.