QuantRegGLasso 0.5.0 (Release Date: 2024-01-11)
Overview
- Added a
plot.qrglasso
function for displaying BIC w.r.t. hyperparameters via qrglasso
object.
QuantRegGLasso 0.4.0 (Release Date: 2024-01-09)
Overview
- Added a
plot.qrglasso.predict
function for displaying top k coefficient functions via qrglasso.predict
object.
QuantRegGLasso 0.3.0 (Release Date: 2024-01-08)
Overview
- Added a
predict
function for estimating top k coefficient functions via qrglasso
object
- Added a helper function to meet the pre-conditions of
predict
QuantRegGLasso 0.2.0 (Release Date: 2024-01-06)
Overview
- Added one-dimensional example code in the main function
qrglasso
.
- Improved code quality and increased code coverage for the helper function
orthogonize_bspline
.