Package: BsplineQuantReg
Type: Package
Title: 'Constrained Quantile Regression with Cubic B-Splines'
Version: 0.1.0
Date: 2026-06-01
Authors@R: person("Alexandre", "Abbes", email = "alexandre.abbes@proton.me", role = c('aut', 'cre'))
Description: Quantile regression with cubic B-splines under monotonicity
    and convexity constraints using the Karlin-Studden SOCP formulation.
    The method is described in Abbes (2026) <doi:10.5281/zenodo.17427913>.
    This R implementation is intended for demonstration and prototyping;
    all B-spline and polynomial functions have been rewritten for consistency.
    A faster version written in 'Python' is available at
    <https://github.com/alexandreabbes/Constrained-Quantile-Regression-with-cubic-splines>.
License: GPL-3
URL: https://github.com/alexandreabbes/BsplineQuantReg,
        https://doi.org/10.5281/zenodo.17427913
BugReports: https://github.com/alexandreabbes/BsplineQuantReg/issues
Depends: R (>= 3.5.0)
Imports: CVXR
Suggests: cobs,quantreg,pracma
Encoding: UTF-8
Config/roxygen2/version: 8.0.0
NeedsCompilation: no
Packaged: 2026-06-18 08:24:17 UTC; Abbes
Author: Alexandre Abbes [aut, cre]
Maintainer: Alexandre Abbes <alexandre.abbes@proton.me>
Repository: CRAN
Date/Publication: 2026-06-23 13:50:08 UTC
