qrsvm: SVM Quantile Regression with the Pinball Loss

Quantile Regression (QR) using Support Vector Machines under the Pinball-Loss. Estimation is based on "Nonparametric Quantile Regression" by I. Takeuchi, Q.V.Le , T. Sears, A.J.Smola (2004). Implementation relies on 'quadprog' package, package 'kernlab' Kernelfunctions and package 'Matrix' nearPD to find next Positive definite Kernelmatrix. Package estimates quantiles individually but an Implementation of non crossing constraints coming soon. Function multqrsvm() now supports parallel backend for faster fitting.

Version: 0.2.1
Imports: kernlab, quadprog, Matrix, doParallel, foreach, methods
Published: 2017-05-10
Author: Thilo Hofmeister
Maintainer: Thilo Hofmeister <thilo.hofmeister at uni-hohenheim.de>
License: GPL-2
NeedsCompilation: no
CRAN checks: qrsvm results

Downloads:

Reference manual: qrsvm.pdf
Package source: qrsvm_0.2.1.tar.gz
Windows binaries: r-devel: qrsvm_0.2.1.zip, r-release: qrsvm_0.2.1.zip, r-oldrel: qrsvm_0.2.1.zip
OS X binaries: r-release: qrsvm_0.2.1.tgz, r-oldrel: qrsvm_0.2.1.tgz

Linking:

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