Package: gkrreg 0.4.0
gkrreg: Gaussian Kernel Robust Regression (GKRReg)
Implements the Gaussian Kernel Robust Regression (GKRReg / GKRR) method proposed by De Carvalho, Lima Neto and Ferreira (2017) <doi:10.1016/j.neucom.2016.12.035>. The method re-weights observations iteratively using the Gaussian kernel so that poorly-fitted observations (outliers, leverage points) receive small weights, yielding resistance to Y-space outliers, X-space outliers and leverage points. Convergence is guaranteed by Propositions 4.1 and 4.2 of the original paper. Three estimators for the kernel width hyper-parameter are provided (S1: Caputo, S2: pairwise median, S3: residual variance). Inference is provided via an analytic sandwich variance estimator (default) or via bootstrap (percentile, normal and BCa intervals with p-values) through gkrr_boot(). Six real datasets from the robust regression literature are included to facilitate reproducible comparisons.
Authors:
gkrreg_0.4.0.tar.gz
gkrreg_0.4.0.zip(r-4.7)gkrreg_0.4.0.zip(r-4.6)gkrreg_0.4.0.zip(r-4.5)
gkrreg_0.4.0.tgz(r-4.6-any)gkrreg_0.4.0.tgz(r-4.5-any)
gkrreg_0.4.0.tar.gz(r-4.7-any)gkrreg_0.4.0.tar.gz(r-4.6-any)
gkrreg_0.4.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
gkrreg/json (API)
NEWS
| # Install 'gkrreg' in R: |
| install.packages('gkrreg', repos = c('https://marcelorpf.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/marcelorpf/gkrreg/issues
- belgium_calls - International Telephone Calls from Belgium
- cloud_point - Cloud Point of a Liquid
- delivery - Soft-Drink Delivery Time Data
- kootenay - Kootenay River Water-Flow Measurements
- mammals - Brain and Body Mass of 62 Mammal Species
- stars_cyg - Hertzsprung-Russell Diagram of Star Cluster CYG OB1
Last updated from:cc3e991793. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 121 | ||
| source / vignettes | OK | 159 | ||
| linux-release-x86_64 | OK | 124 | ||
| macos-release-arm64 | OK | 151 | ||
| macos-oldrel-arm64 | OK | 165 | ||
| windows-devel | OK | 68 | ||
| windows-release | OK | 83 | ||
| windows-oldrel | OK | 68 | ||
| wasm-release | OK | 95 |
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| International Telephone Calls from Belgium (1950-1973) | belgium_calls |
| Cloud Point of a Liquid | cloud_point |
| Soft-Drink Delivery Time Data | delivery |
| Gaussian Kernel Robust Regression (GKRReg) | gkrr |
| Bootstrap inference for GKRReg | gkrr_boot |
| Kootenay River Water-Flow Measurements | kootenay |
| Brain and Body Mass of 62 Mammal Species | mammals |
| Diagnostic plots for a GKRReg fit | plot.gkrr |
| Diagnostic plots for a GKRReg bootstrap object | plot.gkrr_boot |
| Width hyper-parameter estimators for GKRReg | sigma2_estimators sigma2_s1 sigma2_s2 sigma2_s3 sigma2_s4 |
| Hertzsprung-Russell Diagram of Star Cluster CYG OB1 | stars_cyg |
| Summary of a GKRReg fit | summary.gkrr |
