View source: R/MQR_qreg_mboost.R
MQR_qreg_mboost | R Documentation |
mboost
(depreciated)This function is now depreciated and may be removed in future versions of this package.
Use mqr_qreg_mboost()
instead.
MQR_qreg_mboost(
data,
formula,
quantiles = c(0.25, 0.5, 0.75),
CVfolds = NULL,
...,
bc_mstop = 100,
bc_nu = 0.1,
w = rep(1, nrow(data)),
parallel = F,
cores = NULL,
pckgs = NULL,
Sort = T,
SortLimits = NULL,
save_models_path = NULL
)
data |
A |
quantiles |
A vector with length>=2 containing the quantiles to fit models for. |
CVfolds |
Control for cross-validation if not supplied in |
parallel |
|
cores |
if parallel is TRUE then number of available cores |
pckgs |
if parallel is TRUE then specify packages required for each worker (e.g. c("data.table) if data stored as such) |
Sort |
|
SortLimits |
|
save_models_path |
Path to save models. Model details and file extension pasted onto this string. |
formaula |
A |
Jethro Browell, jethro.browell@strath.ac.uk
The returned predictive quantiles are those produced out-of-sample for each cross-validation fold (using models trained on the remaining folds but not "Test" data). Predictive quantiles corresponding to "Test" data are produced using models trained on all non-test data.
Quantile forecasts in a MultiQR
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.