ARFIMA
mlr_learners_fcst.arfima.Rd
ARFIMA model.
Calls forecast::arfima()
from package forecast.
Dictionary
This Learner can be instantiated via the dictionary mlr_learners or with the associated sugar function lrn()
:
Meta Information
Task type: “fcst”
Predict Types: “response”, “quantiles”
Feature Types: “logical”, “integer”, “numeric”, “Date”
Required Packages: mlr3, mlr3forecast, forecast
Parameters
Id | Type | Default | Levels |
drange | untyped | c(0, 0.5) | |
estim | character | mle | mle, ls |
lambda | untyped | NULL | |
order | untyped | c(0L, 0L, 0L) | |
seasonal | untyped | c(0L, 0L, 0L) | |
include.mean | logical | TRUE | TRUE, FALSE |
include.drift | logical | FALSE | TRUE, FALSE |
biasadj | logical | FALSE | TRUE, FALSE |
method | character | CSS-ML | CSS-ML, ML, CSS |
References
Haslett, John, Raftery, E A (1989). “Space-time Modelling with Long-memory Dependence: Assessing Ireland's Wind Power Resource.” Journal of the Royal Statistical Society: Series C (Applied Statistics), 38(1), 1–21.
Hyndman, J. R, Khandakar, Yeasmin (2008). “Automatic Time Series Forecasting: The forecast Package for R.” Journal of Statistical Software, 27(3), 1–22. doi:10.18637/jss.v027.i03 , https://www.jstatsoft.org/index.php/jss/article/view/v027i03.
See also
Chapter in the mlr3book: https://mlr3book.mlr-org.com/chapters/chapter2/data_and_basic_modeling.html#sec-learners
Package mlr3learners for a solid collection of essential learners.
Package mlr3extralearners for more learners.
as.data.table(mlr_learners)
for a table of available Learners in the running session (depending on the loaded packages).mlr3pipelines to combine learners with pre- and postprocessing steps.
Package mlr3viz for some generic visualizations.
Extension packages for additional task types:
mlr3proba for probabilistic supervised regression and survival analysis.
mlr3cluster for unsupervised clustering.
mlr3tuning for tuning of hyperparameters, mlr3tuningspaces for established default tuning spaces.
Other Learner:
LearnerFcst
,
mlr_learners_fcst.arima
,
mlr_learners_fcst.auto_arima
,
mlr_learners_fcst.bats
,
mlr_learners_fcst.ets
,
mlr_learners_fcst.tbats
Super classes
mlr3::Learner
-> mlr3::LearnerRegr
-> mlr3forecast::LearnerFcst
-> mlr3forecast::LearnerFcstForecast
-> LearnerFcstArfima