Displaying 20 results from an estimated 30000 matches similar to: "HoltWinters forecasting method"
2010 Jan 11
1
HoltWinters Forecasting
Hi R-users,
I have a question relating to the HoltWinters() function. I am trying to
forecast a series using the Holt Winters methodology but I am getting some
unusual results. I had previously been using R for Windows version 2.7.2 and
have just started using R 2.9.1. While using version 2.7.2 I was getting
reasonable results however upon changing versions I found I started to see
unusual
2006 Sep 02
0
New forecasting bundle of packages
v1.0 of the forecasting bundle of packages is now on CRAN and will
propagate to mirrors shortly.
The forecasting bundle of R packages provides new forecasting methods,
and graphical tools for displaying and analysing forecasts. It comprises
the following packages:
* forecast: Functions and methods for forecasting.
* fma: All data sets from Makridakis, Wheelwright and Hyndman
2006 Sep 02
0
New forecasting bundle of packages
v1.0 of the forecasting bundle of packages is now on CRAN and will
propagate to mirrors shortly.
The forecasting bundle of R packages provides new forecasting methods,
and graphical tools for displaying and analysing forecasts. It comprises
the following packages:
* forecast: Functions and methods for forecasting.
* fma: All data sets from Makridakis, Wheelwright and Hyndman
2012 Jan 07
1
using deltat parameter in time series in HoltWinters prediction
Hi.
I have to forecast a time series of a Internet network traffic bitrate.
The data are in file
http://www.forumaltavilla.it/joomla/datitesi/dati.datand the sampling
time is every 0.05 seconds.
Now, i want to use HoltWinters forecasting. This is my script.
dt=1.58443823e-9 #0.05 seconds in years
dati.ts=ts(scan("dati.dat"),start=0,deltat=dt)
model=HoltWinters(dati.ts)
2010 Oct 07
1
Forecasting with R/Need Help. Steps shown below with the imaginary data
1. This is an imaginary data on monthly outcomes of 2 years and I want to forecast the outcome for next 12 months of next year.
data Data1;
input Yr Jan Feb Mar Apr May June July Aug Sept Oct Nov Dec;
datalines;
2008 12 13 12 14 13 12 11 15 10 12 12 12
2009 12 13 12 14 13 12 11 15 10 12 12 12
;
run;
I converted the above data into the below format to use it in R as it was giving error: asking
2007 Mar 02
0
R: ARIMA forecasting
Dear all,
I just have a short question regarding the forecasting of ARIMA models with
external regressors.
I tried to program a ARX(1) model
arx.mod <- arima(reihe.lern, order = c(1, 0, 0), seasonal =
list(order = c(0, 0, 0), period = 52), xreg = lern.design, include.mean =
TRUE)
for which I need to estimate the next (105th) value. Xreg=lern.design is -
at this time - 104 rows long. I
2009 Apr 02
2
A question about forecasting with R
I want to forecaste the call number everyday for a call-center. Now I
have removed the influence of the fluctuation with some method, so
only thing left is to analyze the trend of the call number every day.
I have thought of two ways: regression and HoltWinters smooth. But
when I use regression, I find some day's call number will bcome
negative, which is obviously unreasonabe. If I use
2005 Oct 30
1
question on adding confidence intervals
I am trying to do a forecasting exercise for a series, x. My forecast
model consists of the following
I first regress log(x) on time and dummy variables for each month.
lm(log(x) ~ time + monthly dummies)
I then use predict() to obtain a prediction for the next year.
I then fit an AR(6)/AR(12) model on the residuals of the regression.
I use predict() here also to obtain the prediction for the
2012 Jan 18
1
forecasting a time series
Couldn't find this in the archives. I'm fitting a series of historical
weather-related data, but would like to use the latest values to forecast.
So let's say that I'm using 1970-2000 to fit a model (using fourier terms
and arima/auto.arima), but now would like to use the last X values to
predict tomorrow's weather. I'm at a loss. All the functions I've come
across
2008 Sep 14
1
need help please (HoltWinters function)
every time i try to run HoltWinters i get this error message:
> HoltWinters(z, seasonal="additive")
Error in decompose(ts(x[1:wind], start = start(x), frequency = f), seasonal)
:
time series has no or less than 3 periods
what's going on? somebody please help me.
--
View this message in context:
2007 Dec 04
1
Best forecasting methods with Time Series ?
Hello,
In order to do a future forecast based on my past Time Series data sets
(salespricesproduct1, salespricesproduct2, etc..), I used arima() functions
with different parameter combinations which give the smallest AIC. I also
used auto.arima() which finds the parameters with the smallest AICs. But
unfortuanetly I could not get satisfactory forecast() results, even
sometimes catastrophic
2018 Jun 01
0
Issue with batch forecasting of Time series data
Hi,
i have a weekly data for servers for 62 weeks. want to predict the cpu% for next 5 weeks.I am trying to forecast for many servers at once but with the code i am getting only one week of future forecast for all the servers. Also the week date for the predicted week is showing as the last week of the original data . Need help in two things How can i change the date for the predicted week, and
2009 Jan 23
1
forecasting error?
Hello everybody!
I have an ARIMA model for a time series. This model was obtained through an
auto.arima function. The resulting model is a ARIMA(2,1,4)(2,0,1)[12] with
drift (my time series has monthly data). Then I perform a 12-step ahead
forecast to the cited model... so far so good... but when I look the plot of
my forecast I see that the result is really far from the behavior of my time
2009 Mar 11
1
Forecasting with dlm
Hi All,
I have a problem trying to forecast using the dlm package, can anyone offer
any advise?
I setup my problem as follows, (following the manual as much as possible)
data for example to run code
CostUSD <- c(27.24031,32.97051, 38.72474, 22.78394, 28.58938, 49.85973,
42.93949, 35.92468)
library(dlm)
buildFun <- function(x) {
dlmModPoly(1, dV = exp(x[1]), dW = exp(x[2]))
}
fit <-
2012 Aug 27
0
How can I find the principal components and run regression/forecasting using dynlm
Hello,
I would like to write a program that compute the principal components of
a set of data and then
1. Run the dependent variable against the principal components (lagged
value)
2. Do prediction
, following Stock and Watson (1999) "Forecasting Inflation". All data
are time series.
Now I can run the program using single factor (first principal
component), but I
2007 Nov 14
0
forecasting package installation errors
R gurus,
I've exhausted my search of online help. This is my last resort.
We're running R-2.1.1. I've been told by one of the R users here that
we cannot upgrade to the lastest version because of some python rpy
wrapper dependency that hasn't caught up to the latest version of R.
The software is running on Solaris 10 x86. Gcc version is 3.4.1. R is
installed in
2007 Oct 31
0
forecasting multiple regression model
Hi all,
Does anyone have the knowledge to help me identify a package capable of
forecasting a MULTIPLE regression model? i have a model with one one
dependant variable and 4 independant variables. i would like to forecast
confidence intervals for a few steps ahead...(DENSITY forecasting).
PS i can forecast a univariate vector, with package 'forecast', however, i
want one that can do
2009 Jul 21
1
Forecasting - Croston Method Error
Hi,
I tried to use the Croston function from the forecasting package
1.24<http://robjhyndman.com/software/forecasting> with
the code below, but I get in return this message "*Error in
decompose(ts(x[1L:wind], start = start(x), frequency = f), seasonal) : time
series has no or less than 2 periods*".
histValues
2009 Jan 18
1
auto.arima forecasting issue
Hello everybody!
I'm having this problem with the auto.arima function that i've not been
able to solve. I use this function on time series that contains NA values,
but every time that the resulting model contains drift I can't perform a
forecasting (using forecast.Arima function). The printed error (when I try
to forecast the resulting model) claims a dimension mismatch
2011 Nov 30
2
forecasting linear regression from lagged variable
I'm currently working with some time series data with the xts package, and
would like to generate a forecast 12 periods into the future. There are
limited observations, so I am unable to use an ARIMA model for the forecast.
Here's the regression setup, after converting everything from zoo objects to
vectors.
hire.total.lag1 <- lag(hire.total, lag=-1, na.pad=TRUE)
lm.model <-