Displaying 20 results from an estimated 4000 matches similar to: "ARIMA problem"
2006 May 15
2
is there a way to find the best ARIMA model automatically in R?
I tried to find a function called "bestARIMA" but it did not show up... even
on google it does not show up often:
I've only found the following link with "bestARIMA" in it:
http://sirio.stat.unipd.it/files/ts02-03/tsR.pdf
but where is the package and the function in R?
[[alternative HTML version deleted]]
2012 Aug 01
1
Odd Results when using R's auto.arima function
Good morning everyone,
I have attached an Excel file that contains a macro from which I call and
use R's auto.arima function to generate forecasts. The program runs
perfectly and it gets me the results; however, those results are pretty
unusual. I also tried using the auto.arima function directly in the R
console and still get weird results.
The results are shown in columns AB, AC and AD
2005 Nov 21
1
arima prediction
x<-c(-1.873....,-0.121) # 23 numerics;
x.arma12 <- armaFit(x ~ arma(1,2))
#estimates y[t]= -0.11465 - 0.23767 y[t-1] - 0.14230 e[t-1] -0.85770 e[t-2] + e[t];
# ? how to predict 46 steps ahead based on 23 data points?
# the following doesn't work since n is in armaSim rather than armaFit;
predict(x.arima12, n.ahead=46)
# Thanks
---------------------------------
2010 Mar 17
1
Reg GARCH+ARIMA
Hi,
Although my doubt is pretty,as i m not from stats background i am not sure
how to proceed on this.
Currently i am doing a forecasting.I used ARIMA to forecast and time series
was volatile i used garchFit for residuals.
How to use the output of Garch to correct the forecasted values from ARIMA.
Here is my code:
###delta is the data
fit<-arima(delta,order=c(2,,0,1))
fit.res <-
2008 Jan 22
2
a Q about R in unix
Dear All,
I finally have chance to have R install on our unix server. However,
the system admin asked me if I prefer command-line or gui interface.
I have experience with R on linux before but never use R on unix. Here
are my questions that I need you guys help.
1) is there a good gui for R/unix like we do for windows and mac?
2) if the answer for 1) is yes, which one is better interms of
2008 Jan 31
2
[OT] emacs / xemacs for unix without compile
Dear All,
Is there a emacs/xemacs for unix without compiling it? If it is
possible, I prefer something that I can use immediately after putting
it on the unix server.
Is it possible or am I too stupid to ask this kind of question?
Thanks for your insight!
--
===============================
WenSui Liu
ChoicePoint Precision Marketing
Phone: 678-893-9457
Email : wensui.liu at choicepoint.com
Blog
2007 Nov 08
1
finite mixture model (or latent class)
Dear Listers,
My post might be somewhat OT.
Currently, I am trying to use flexmix to build a finite mixture model.
For instance, I am getting the prior probability and coefficients for
each latent class from training data. Is there a way to get the
posterior probablity and prediction of a new dataset?
What I am thinking is to apply the prior prob and coefficient from
training set to testing data
2009 Feb 03
3
Problem about SARMA model forcasting
Hello, Guys:
I'm from China, my English is poor and I'm new to R. The first message I sent to R help meets some problems, so I send again.
Hope that I can get useful suggestions from you warm-hearted guys.
Thanks.
I builded a multiplicative seasonal ARMA model to a series named "cDownRange".
And the order is (1,1)*(0,1)45
The regular AR=1; regular MA=1; seasonal AR=0; seasonal
2007 Dec 24
2
mgarch
Is there a package or function for multivariate garch model in R? I am
having a hard time in locating one. Thanks for help in advance.
-Young
[[alternative HTML version deleted]]
2007 Nov 14
2
Log random number
Dear R users,
Simply my question is that how it is possible to generate some random numbers using rnorm( ) but in log transformed values.
Thank you,
Tobias
---------------------------------
[[alternative HTML version deleted]]
2008 Feb 01
3
Phase Shift
Is there any implementation in R for finding the phase shift between
two continuous signals. I would like to find the average phase shift
for tow signals over two years.
thanks
Stephen
--
Let's not spend our time and resources thinking about things that are
so little or so large that all they really do for us is puff us up and
make us feel like gods. We are mammals, and have not exhausted
2008 Apr 03
1
How to ask for *fixed* number of distributions under parameterized Gaussian mixture model.
Dear R users:
I am wondering how to ask for *fixed* number of distributions under
parameterized Gaussian mixture model.
I know that em() and some related functions can predict the
parameterized Gaussian mixture model. However, there seems no
parameter to decide number of distributions to be mixed (if we known
the value in advance).
That is, assume I know the (mixed)data is from 3 different
2008 Feb 25
2
union of two data frames
I have a thirty thousand row data frame imported from excel and a
60,000 row data frame imported from excel. they share a common subset
of the same data and I would like to combine the two into one data
frame merged together on the data in common. I have looked at the
help file for merge and intersect and cbind and rbind etc... And I
can't figure it out. Thanks in advance
Stephen
--
2008 Feb 08
3
Loading Data to R
This is the most basic question ever...I haven't used R in a couple years
since college so I forget and haven't been able to find what I'm looking for
in any of the manuals.
I just need to figure out how to load a dataset into the program from excel!
Thanks!
CL
[[alternative HTML version deleted]]
2008 May 07
3
Importing data
Hi everyone, please I'm having problem importing data from Stata and excel. Help me out.
Thanks
---------------------------------
[[elided Yahoo spam]]
[[alternative HTML version deleted]]
2008 Mar 02
2
Recommended Packages
Having just update to R 2.6.2 on my old Windows laptop I notice that the
number of packages is growing exponentially and my usual approach of
get-em-all may not be viable much longer. Has any thought been given to
dividing "contributed" binaries into a recommended set, perhaps a couple
of hundred, and the remained. That way one could install the recommended
ones routinely and add in
2008 Feb 25
1
Read.xport function in package foreign
Hi All,
Sorry that I didn't provide enough information.
I've been trying to import SAS xport files that contain multiple files
using package foreign's read.xport. I first attempted this back in 2005
and had problems. Some of files that were present in the SAS xport file
weren't being created in R. I submitted my problem to the community:
2008 Mar 03
2
glm: offset
R 2.6.0
Windows XP
A question about running a generalized linear model.
I am running a glm with
(1) a poisson distribution and a log link:
family=poisson(link = "log")
and an offset.
I would like to know if I should express the offset as the log of the offset value, i.e.
offset=log(NumUniqPt)
or as:
offset=NumUniqPt
I suspect I need to use the log, bu t I can't find any
2008 Mar 02
3
emacs and R
At the suggestion of many people, I have installed emacs on my linux (Fedora 8.0) computer with the intention of using emacs as window interface to R (2.6.0). I have gone though the emacs tutorial and don't see any information about how I should use emacs to run R. Can anyone suggest a document that I might read? In the past I have used R on a Windows XP system and used the built-in windowing
2012 Nov 14
0
ARIMA\GARCH forcasting
Hi,
I am new to using R and time series analysis in general. I have written code
to combine ARIMA + GARCH in forcasting. I am finding it hard to actually
get predicted values once I have model built and fit it to data series. i.e.
how can I use predict function to give me n.ahead = k number of values.
Thanks in advance,
Vinay
--
View this message in context: