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:Eufrásio de Andrade Lima Neto [aut], Marcelo Rodrigo Portela Ferreira [aut, cre]

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

Datasets:
  • 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

On CRAN:

Conda:

3.70 score 6 exports 2 dependencies

Last updated from:cc3e991793. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK121
source / vignettesOK159
linux-release-x86_64OK124
macos-release-arm64OK151
macos-oldrel-arm64OK165
windows-develOK68
windows-releaseOK83
windows-oldrelOK68
wasm-releaseOK95

Exports:gkrrgkrr_bootsigma2_s1sigma2_s2sigma2_s3sigma2_s4

Dependencies:MASSsm

Introduction to gkrreg: Gaussian Kernel Robust Regression

Rendered fromintroduction.Rmdusingknitr::rmarkdownon Jun 18 2026.

Last update: 2026-06-17
Started: 2026-06-17