asm: Optimal Convex M-Estimation for Linear Regression via Antitonic Score Matching

Performs linear regression with respect to a data-driven convex loss function that is chosen to minimize the asymptotic covariance of the resulting M-estimator. The convex loss function is estimated in 5 steps: (1) form an initial OLS (ordinary least squares) or LAD (least absolute deviation) estimate of the regression coefficients; (2) use the resulting residuals to obtain a kernel estimator of the error density; (3) estimate the score function of the errors by differentiating the logarithm of the kernel density estimate; (4) compute the L2 projection of the estimated score function onto the set of decreasing functions; (5) take a negative antiderivative of the projected score function estimate. Newton's method (with Hessian modification) is then used to minimize the convex empirical risk function. Further details of the method are given in Feng et al. (2024) <doi:10.48550/arXiv.2403.16688>.

Version: 0.1.0
Depends: R (≥ 3.1)
Imports: fdrtool, pracma, Iso, MASS, quantreg
Published: 2024-04-25
Author: Yu-Chun Kao [aut], Min Xu [aut, cre], Oliver Feng [aut]
Maintainer: Min Xu <min.cut at gmail.com>
License: GPL (≥ 3)
NeedsCompilation: no
CRAN checks: asm results

Documentation:

Reference manual: asm.pdf

Downloads:

Package source: asm_0.1.0.tar.gz
Windows binaries: r-devel: asm_0.1.0.zip, r-release: asm_0.1.0.zip, r-oldrel: asm_0.1.0.zip
macOS binaries: r-release (arm64): asm_0.1.0.tgz, r-oldrel (arm64): asm_0.1.0.tgz, r-release (x86_64): asm_0.1.0.tgz, r-oldrel (x86_64): asm_0.1.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=asm to link to this page.