Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
1 vote
0 answers
94 views

I am trying to forecast time series with a model containing natural spline trend - by tidyverts package system in R. Since fable package supports only linear splines (through one of its exogenous ...
tom67's user avatar
  • 11
0 votes
0 answers
80 views

I would like to export to CSV the results of my forecast project, summarised by following tsibble object # A tsibble: 7 x 6 [1M] # Key: .model [1] .model Month ...
Mark_'s user avatar
  • 21
0 votes
1 answer
50 views

I'm building a time series model in R, using the FPP package (Forecasting Principles and Practices, 3rd edition). The book is available online and I'm working on time series features, as described ...
Russ Conte's user avatar
1 vote
0 answers
143 views

I would like to estimate an ARIMA model (using the fable package), say ARIMA(1,1,0). How do I make R also to estimate the drift element? To fit an ARIMA model, the code is DataSetName |> model(...
JuliaP's user avatar
  • 11
0 votes
1 answer
118 views

I am trying to create a combination model using the R fable and/or fable.tools packages. However, instead of the mean I want to use the median. I cannot find any examples where the cmbn_fn or ...
Brian Head's user avatar
0 votes
1 answer
363 views

I have 32 months of data, and I'm trying out different models for testing the forecasting of unit transitions to dead state "X" for months 13-32, by training from transitions data for months ...
Village.Idyot's user avatar
2 votes
0 answers
100 views

I have tried and tried to figure this out but am having no luck!! I have constructed a model that aims to forecast a relatively short time series using an exponential smoothing method. The results ...
rohan's user avatar
  • 21
1 vote
0 answers
124 views

I try to refit an existing fable model to new data to get estimates for unseen data. I am wondering why the constant coefficient changes when I use fable::refit(m, reestimate=F) thats unintuitive to ...
Andreas Jendrzey's user avatar
1 vote
0 answers
409 views

I'm following Dr. Rob Hyndman's textbook on time series forecasting in R. I'm in Chapter 13 which talks about Practical Forecasting Issues (and I'm having issues while working through the practical ...
hachiko's user avatar
  • 757
-2 votes
1 answer
63 views

in a normal model fit on a dataset that looks like this : > head(total) # A tsibble: 6 x 15 [1D] # Key: id [6] Date Close Interest_Rate Consumer_Inflation `CPI(YOY)` `Wage_Index(QoQ)` ...
user9085964's user avatar
1 vote
1 answer
915 views

all. I need to plot selected one. I can plot all, but I can not fine how to plot what I select. for example ... date <- as.Date('2021-01-01') + 0:4 category <- c(rep("A",5), rep("...
sean ahn's user avatar
0 votes
0 answers
436 views

I'm using example data from the Forecasting: Principles and Practice textbook chapter on VAR models here to make forecast plots using the fable package. I'd like to be able to select a single plot ...
meenaparam's user avatar
  • 2,019
0 votes
0 answers
219 views

I have used the fantastic fable package to produce multiple ARIMA models with different combinations of external regressors. Is it possible to extract the r-squared (adjusted for degrees of freedom) ...
Unzy00's user avatar
  • 1
2 votes
1 answer
593 views

Is there any way to use autoplot with a fable, but facet it by the model? The code below produces a nice little graph, but overlays the forecasts on top of each other. library(tidyverse) library(...
wittyalias's user avatar
0 votes
1 answer
211 views

Question: i have the following R code (below): It didn't work with "x" = "ARIMA" and "ETS" from "my.list". That's the problem: "fabletools::model(...
Christian Moczkowski's user avatar

15 30 50 per page