| spooky | R Documentation |
Automatic jack-knife of spectral analysis for time feature extrapolation
spooky(
df,
seq_len = NULL,
lno = NULL,
n_samp = 30,
n_windows = 3,
ci = 0.8,
smoother = FALSE,
dates = NULL,
error_scale = "naive",
error_benchmark = "naive",
seed = 42
)
df |
Numeric or categorical time-feature data frame. |
seq_len |
Forecast horizon or range of horizons to search. |
lno |
Jackknife leave-out value or search range. |
n_samp |
Number of candidate configurations. |
n_windows |
Number of validation windows. |
ci |
Confidence level for prediction summaries. |
smoother |
Apply a moving-average smoother to numeric data. |
dates |
Optional Date vector matching 'df'. |
error_scale |
Scale used by numeric error metrics. |
error_benchmark |
Benchmark used by relative error metrics. |
seed |
Random seed. |
An object of class 'spooky_fit'.
Maintainer: Giancarlo Vercellino giancarlo.vercellino@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.