bss.bic | R Documentation |
Make use of Gurobi solver
bss.bic(
y,
X,
intercept = TRUE,
b0 = NULL,
tau = 2,
tol = 1e-04,
MaxIter = 10000,
polish = TRUE,
time.limit = 1200,
RW = TRUE
)
y |
forecast target |
X |
predictors |
b0 |
initial estimator |
tau |
parameter to obtain bounds |
tol |
precision tolerence |
polish |
whether post-selection polish is conducted |
time.limit |
in seconds |
RW |
consider k equal to 0 or not |
A list contains estimated k and corresponding coefficient
k |
estimated k |
coef |
estimated coefficient |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.