post_processed_grad_descent.Rd
Smoothed Quantile Regression with Post-Processing
post_processed_grad_descent(
X,
y,
tau,
lambda = 0,
nwarmup_samples = 0.1 * nrow(X),
lp_size = 10000,
intercept = NULL
)
design matrix
outcome variable
target quantile
optional weight on penalty function
number of samples to use for warmup in approximat quantile regression
size of linear programming problem passed to the simplex algorithm
integer for location of intercept column
This function performs smoothed quantile regression w/ post-processing to ensure accuracy of the approximate first-order method.