citHeader("To cite the ConstrainedQuantileSplines package in publications, please use:")


bibentry(
  bibtype = "Manual",
  title = "R code for Quantile Regression with Bspline under Shape Constraints",
  author = c(person("Alexandre"," Abbes")),
  year = "2026",
  note = "R package version 0.1.0",
  url = "https://github.com/alexandreabbes/BsplineQuantReg",
  textVersion = paste(
    "Abbes, A. (2026).",
    "BsplineQuantReg: Quantile Regression with Shape Constraints (R package version 0.1.0).",
    "https://github.com/alexandreabbes/BsplineQuantReg")
  )


bibentry(
  bibtype = "Article",
  journal="zenodo",
  title = "Quantile regression with cubic polynomial splines under shape constraints with applications",
  author = c(person("Alexandre"," Abbes")),
  year = "2025",
  doi = "10.5281/zenodo.17427913",
  url = "https://doi.org/10.5281/zenodo.17427913",
  textVersion = paste(
    "Abbes, A. (2025).",
    "Quantile regression with cubic polynomial splines under shape constraints with applications",
    "Zenodo. doi:10.5281/zenodo.17427913"
  )
)


bibentry(
  bibtype = "Manual",
  title = "Python code for quantile regression with polynomial splines under shape constraints.",
  author = c(person("Alexandre"," Abbes")),
  year = "2026",
  note = "Python version code of the R package BsplineQuantReg, with nice tk interface, and multiple constraints",
  url = "https://github.com/alexandreabbes/Constrained-Quantile-Regression-with-cubic-splines",
  textVersion = paste(
    "Abbes, A. (2026).",
    "Python code for quantile regression with polynomial splines under shape constraints, with degree 1 to 4",
    "(Python code draft version).",
    "https://github.com/alexandreabbes/Constrained-Quantile-Regression-with-cubic-splines"
  )
)
