similar to: Re: arima in ts.

Displaying 20 results from an estimated 1000 matches similar to: "Re: arima in ts."

2000 Feb 29
1
No subject
Does anyone know of any comprehensive literature (like a book, collection of articles, etc.) that walk thorugh example of ARIMA modeling with the ts package of R? Genarlly if you've just started to learn the R-language and are all week long with ARIMA, what is a fast-pace source that you would recommend (to a beginner) ? Thank you, Krasi
2010 Feb 27
2
Possible CPU Denial-Of-Service attack to dovecot IMAP.
Hi All! Some time ago, we received e-mail message, which makes our server CPU exhaustion attack. --- PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 26319 5751796 20 0 2868 1868 1484 R 99.2 0.1 22:04.77 imap --- It happens when I try open mail folder with this buggy message. Our setup: -- slackware 11.0, x86_32 -- linux 2.6.31.6 -- dovecot 1.2.10 -- mailbox(not
2007 Dec 10
1
XML R function description
Hi, I was wondering if there is a standard for R function description in XML (or any plain text) format. Rd files are the closest thing I found, but they do not describe the argument (or return value) types. The purpose would be to write a program to automate the creation of C# wrapper around any R function, but without the argument type Rd descriptions are useless. Any clues... thank you
2007 Jan 25
1
X-UID gaps cause Dovecot/IMAP to hang
Hi, When the Dovecot 1.0.rc19 IMAP server encounters X-UID headers with gaps in them, it hangs indefinitely. I've attached a sample mailbox (in mbox format) which repeatably exhibits this behavior. The mbox contains only three messages with the following X-UIDs in order: 774, 785, 787. If I remove the X-UID headers from each message, Dovecot handles the mailbox without any problems. UW-IMAP
2014 Oct 01
2
[LLVMdev] Issue with incomplete type debug info in recent release_35
Hello, disclaimer/ Apologies if this is the wrong llvm/clang mailing list; please, direct me to the right one if needed. /disclaimer I've been experiencing issues with incomplete type info when debugging code generated by clang 3.5.0 from the recent release_35 branch. Generally, the problem manifests itself as the inability to examine any std::string parameter to a function, in either gdb
2003 Jul 22
1
Processing a large number of files
I maintain the Devore5 package which contains the data sets from the 5th edition of Jay Devore's text "Probability and Statistics for Engineering and the Sciences". The 6th edition has now been published and it includes several new data sets in exercises and examples. In addition, some exercises and examples from the 5th edition are renumbered in the 6th edition. I face the
2004 Apr 12
1
OT appologies to list
[I'm sorry to trouble the list with this, but this is the only way I know to contact the person concerned] This message is for Stephen Karrington - it appears that you have over-agressive 'spam' filters and we can no longer email you. Please rectify this if we are to have meaningful conversation! The original message was received from Linus Surguy
2004 May 24
0
Seasonal ARIMA question - stat package (formerly ts)
To whom it may concern: I am trying to better understand the functionality of 'R' when making arima predictions to avoid any "Black Box" disadvantages. I'm fitting a seasonal arima model using the following command (having already loaded 'stat' package). arimaSeason <- arima(Data,order=c(1,0,1),seasonal=list(order=c(1,0,1),period=12)) I can then generate
2003 Nov 18
0
arima() in ts
I am trying to find a way to obtain the fitted values for a model fit using arima() in the ts package. I came across a suggestion in the mailing list archive that these values can be simply calculated as: model<-arima(t, order = c(1,1,0)); fitted<-t-model$residuals; But, the help file for arima() in the ts package describes the residuals values returned as being "standardized
2002 Sep 23
0
arima() in package ts.
I've been trying to get comfy with arima() and associated functions in the ts() package. I'm thinking seriously about using this package, and R generally, in a 4th year intro time series course that I'm teaching this autumn. I have a couple of questions about arima: (1) The help file says that residuals component of the value returned by arima() consists of the
2003 Nov 22
0
arima {ts}
I'm trying to get more info about seasonal parameter of arima(ts). Can someone explain on its usage? I'm also interested in building a model for weekly sales for an item with covariates like consumer confidence index, promotion flag etc. Which package has functions to model and do predictions for this kind of time series data? Thanks, Gopal [[alternative HTML version deleted]]
2006 Feb 11
1
Spammers on the mailing list?
In respose to my "when is update 3 coming out?" I received the following mail from brian.trudeau at eastek-intl.com offlist. Thank you for submitting a ticket to support. Your ticket number is [04E-0B7CC3CC-3842]. Please keep this ticket number for your records and include it in the subject (including brackets) of all future emails regarding this issue. Thank You, Support Staff
2002 Mar 25
1
int 32 bit error on SPARC 64bit (PR#1415)
Full_Name: Krassimir Sedmakov Version: R-1.4.1 OS: Solaris 8 Submission from: (NULL) (134.114.165.52) ******** Problem: ******** When running make for R-1.4.1 on Solaris 8, SPARC 64 bit the following error message is generated: arithmetic.c:672: #error code requires that int have 32 bits gmake[3]: *** [arithmetic.o] Error 1 gmake[3]: Leaving directory `/opt/R/R-1.4.1/src/main' gmake[2]:
2001 Dec 16
3
Arima
I did a regression with ARMA errors using arima0 with ari<-arima0(y,order=c(2,0,2),xreg=reg1,delta=-1) or ari<-arima0(y,order=c(2,0,2),xreg=reg1) where reg1 is the matrix of the regressors and when I see diag(ari$var.coef) I get negative terms. Do you know what this mean ? I try to change transform.pars to 0 or 1 but this crash R on Windows. Is it possible to test the significativity
2003 Apr 07
1
filtering ts with arima
Hi, I have the following code from Splus that I'd like to migrate to R. So far, the only problem is the arima.filt function. This function allows me to filter an existing time-series through a previously estimated arima model, and obtain the residuals for further use. Here's the Splus code: # x is the estimation time series, new.infl is a timeseries that contains new information # a.mle
2002 Nov 18
1
Prediction from arima() object (library ts) (PR#2305)
Full_Name: Allan McRae Version: 1.6.0 OS: Win 2000 P Submission from: (NULL) (129.215.190.229) When using predict.Arima in library ts(), it appears differencing is only accounted for in the first step of prediction and so any trend is not apparent in the predictions. The example shows the difference between the predictions of an arima(1,1,1) model and the backtransformed predictions of an
2005 Aug 30
0
your message submission
Sorry, your message was not sent out to 'sap-r3-apo' because it appears not to have a Subject. If you believe you are receiving this message in error, resend your message with a Subject in it. For your information, the message is quoted below: Return-Path: <r-help at stat.math.ethz.ch> Received: from stat.math.ethz.ch ([203.78.110.26]) by with SMTP (Lyris ListManager WIN32
2001 Mar 23
0
Re: Finding functions (eg. 'lag')
Many thanks to those who gave me a loaf, and others who taught me how to fish! Stuart > > > From: "Dr Stuart Leask" <stuart.leask at nottingham.ac.uk> > > To: "R-help" <r-help at stat.math.ethz.ch> > > Subject: [R] 'lag' in R? > > Date: Thu, 22 Mar 2001 16:46:18 -0000 > > X-Priority: 3 > > X-MSMail-Priority: Normal
2007 Dec 19
0
VIRUS (Worm.Mydoom.M): IN UNA E-MAIL DA LEI INVIATA
VIRUS ALERT Il sistema di scansione ha rilevato un problema in una email presumibilmente inviata da Lei -> (<openssh-unix-dev at mindrot.org>), per il seguente destinatario: -> agtd09000r at istruzione.it La consegna del messaggio non e' potuta avvenire Di seguito i riferimenti della e-Mail inviata: ------------------------- BEGIN HEADERS -----------------------------
2005 Sep 08
0
Message to Pietenpol-List Contained An Enclosure...
Hello, The message you posted to the List below contained file enclosure data and consequently was not posted to the List. You will notice that the enclosure is quite large and contains data that many mailer programs can't use. This enclosure also adds far too much 'useless' data to the already huge archive file. If you wish to share files such as photos of your project with the