View source: R/get_windows_BIC.R
get_windows_BIC
Selects smoothing parameter using Schwarz Information
1 2 3 4 |
y |
observed data |
tau |
quantile levels at which to evaluate trend |
k |
order of differencing |
window_size |
integer of size of windows, last window may be shorter |
overlap |
number of observations in overlap between windows |
lambdaSeq |
smoothing penalty parameter options to compare |
df_tol |
tolerance for determining degrees of freedom (Dtheta > df_tol) |
gamma |
parameter for eBIC |
plot_lambda |
TRUE/FALSE for plotting lambda by model criteria |
solver |
LP solver, can be "gurobi" or "lpSolve" |
criteria |
criteria to use for lambda selection, must be "eBIC", "SIC", or "valid" |
max_iter |
Maximum number of iteration |
eps_abs |
absolute threshold for stopping criteria |
eps_rel |
relative threshold for stopping criteria |
update |
number of iterations to print residual values |
rho |
ADMM parameter |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.