Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 316 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 316 Bytes

Suquan: Supervised quantiled linear model

This R package allows to train a linear model on full-quantiled normalized data, where the quantile function is jointly optimized with the linear model.

To install Suquan from R:

install.packages('devtools')
library(devtools)
install_github("jpvert/suquan")