similar to: Announce: My arma_scan.R for ARIMA

Displaying 20 results from an estimated 3000 matches similar to: "Announce: My arma_scan.R for ARIMA"

2002 Apr 21
0
New R CGI gateway: TKU-Stat
Hi boys and girls, This is to let you know that I am writing a new R CGI gateway: TKU-Stat which has its page on http://tkustat.stat.tku.edu.tw (There is an "English" option on main menu) It's based on PHP language, but it's NOT a R <-> PHP API (I am not a good C programmer :( ) It's just a CGI. Basically, I use PHP and some template engine to get inputs/selections
2003 Jun 12
2
R_PHP_Online version 0.2 with Security Fix
Hi all, Thanks to Dr Paul Murrell in New Zealand to remind me of security consideration. I am releasing version 0.2 with security fix. This version will allow you to add banned R function names in a list. R_PHP_Online is a PHP CGI web interface to run R programs online, with the capability to show graphics online. You can get current version of R_PHP_Online from http://steve-chen.net/R_PHP/
2003 Jun 11
0
Announcing R_PHP_Online package
Hi all, I am releasing version 0.1 of my R_PHP_Online package. This is an online CGI package for running R programs via Web interface like RWeb, but it's written in PHP and it can show graphic outputs. The R_PHP_Online can be found at http://steve-chen.net/R_PHP/ or at http://steve.stat.tku.edu.tw/R_PHP/ and you can use the demo or download version 0.1 there. Regards, Steve Chen,
2006 Mar 01
6
interrupted time series analysis using ARIMA models
Hi R-users, I am using arima to fit a time series. Now I would like to include an intervention component "It (0 before intervention, 1 after)" using different types of impacts, that is, not only trying the simple abrupt permanent impact (yt = w It ) with the xreg option but also trying with a gradual permanent impact (yt= d * yt-1 + w * It ), following the filosophy of Box and Tiao
2013 Dec 14
2
Postfix + Dovecot & mail-stack-delivery Outlook Problem
Hello all readers of the list, I wish to get Microsoft Outlook 2010 workin with mail-stack-delivery setup. Logs when trying to setup accaunt in Microsoft Outlook 2010: ec 14 22:38:31 ip-172-31-7-147 dovecot: imap-login: Disconnected: Too many invalid commands (no auth attempts): rip=2001:470:28:743:4923:c01c:c89a:567a, lip=2001:470:1f08:ddd::2 Dec 14 22:38:31 ip-172-31-7-147 dovecot:
2013 Feb 21
2
Arimax with intervention dummy and multiple covariates
Hi I'm trying to measure the effect of a policy intervention (Box and Tiao, 1975). This query has to do with the coding of the model rather than with the particulars of my dataset, so I'm not providing the actual dataset (or a simulated one) in this case, apart from some general description. The time series are of length n=34 (annual observations between 1977 and 2010). The policy
2011 Oct 19
1
ar() - AIC and BIC
Hi, I'm slowly working through Tsay's "Analysis of Financial Time Series" 3rd ed. ?I'm trying to replicate Table 2.1 on p.47, which gives PACF, AIC, and BIC for the monthly simple returns of the CRSP value-weighted index. The data: http://faculty.chicagobooth.edu/ruey.tsay/teaching/fts3/m-ibm3dx2608.txt > da <-
2007 Jun 12
2
[LLVMdev] Problems with the tools
I just built LLVM 2.0 on Windows with Visual C++ 2005. After a few tweaks, it produced several nice .exe files. I tried to compile a simple Hello-World program as given in the documentation: -------------------------------------------------------------------------------------- ; Declare the string constant as a global constant... %.LC0 = internal constant [13 x i8 ] c"hello
2007 Jun 13
0
[LLVMdev] LLVM binaries for Windows and more
> > I volunteer. As soon as I get everything to work. > > > > Next problem: I now have the hello.bc file compiled. But how do I get an executable from this? I tried: > > > > C:\Eigenes\compiler\llvm-2.0\win32\release>llvm-ld -o=hellow.exe hellow.bc > > llvm-ld: Could not find llvm-stub.exe executable! > > > > So, I don't have
2010 Mar 11
1
argument is of length zero
I am new to R, so I beg your indulgence. > a='hello world' > if (grep('hellow',a)) { print("wow") } else { print("wow2") } Error in if (grep("hellow", a)) { : argument is of length zero What is the proper syntax to ensure that "wow2" gets printed? Thank you for your help! Dan [[alternative HTML version deleted]]
2008 Feb 13
0
FinTS_0.2-7
Hi, All: FinTS version 0.2-7 is now available on CRAN. This version adds two new functions: * ArchTest to compute the Engle (1982) Lagrange multiplier test for conditional heteroscedasticity, discussed on pp. 101-102 of Tsay, with examples on those pages worked in the R script in "~R\library\FinTS\scripts\ch03.R", where "~R" is your local R installation directory.
2008 Feb 13
0
FinTS_0.2-7
Hi, All: FinTS version 0.2-7 is now available on CRAN. This version adds two new functions: * ArchTest to compute the Engle (1982) Lagrange multiplier test for conditional heteroscedasticity, discussed on pp. 101-102 of Tsay, with examples on those pages worked in the R script in "~R\library\FinTS\scripts\ch03.R", where "~R" is your local R installation directory.
2005 Dec 29
0
calculating recursive sequences
Hi, I was trying to repeat the estimation of threshold GARCH models from the book "Analysis of Financial Time Series" by Ruey S. Tsay, and I was succesfull, but I had to use "for" loop, which is quite slow. The loop is necessary, since you need to calculate recursive sequence. Is there a faster way to do this in R, without using loops? The model is such: r_t = \mu + \alpha_2
2007 Nov 25
0
[LLVMdev] OCaml bindings
On Sunday 25 November 2007 20:01, Gordon Henriksen wrote: > On Nov 25, 2007, at 11:49, Jon Harrop wrote: > > On Sunday 25 November 2007 12:23, Gordon Henriksen wrote: > >> If ocamlc is on your path, then 'configure; make; make install' > >> should install the bindings in your ocaml lib. > > > > Right. I hadn't noticed they were already installed
2007 Jun 12
2
[LLVMdev] LLVM binaries for Windows and more
> -----Ursprüngliche Nachricht----- > Von: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu> > Gesendet: 12.06.07 19:24:12 > An: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu> > Betreff: Re: [LLVMdev] LLVM binaries for Windows and more > > On Tue, 12 Jun 2007, Andreas Rumpf wrote: > > I want to use LLVM for my own "pet" programming
2007 Nov 25
1
[LLVMdev] OCaml bindings
On Nov 25, 2007, at 11:49, Jon Harrop wrote: > On Sunday 25 November 2007 12:23, Gordon Henriksen wrote: > >> If ocamlc is on your path, then 'configure; make; make install' >> should install the bindings in your ocaml lib. > > Right. I hadn't noticed they were already installed after llvm "make > install" in: > > /usr/local/lib/ocaml/
2010 Mar 20
1
About new CRAN mirror site application
Hi all, I couldn't find other appropriate place to ask this question, so I am posting the message to R-help mailling list. Our department had set up a new CRAN mirror site and is working fine so far. According CRAN mirror Howto, I sent an email to cran at r-project.org about 5 days ago to sumit our new CRAN site, but got no response at all. I sent out another email yesterday, but still no
2007 Sep 25
1
fSeries Garch and Arfima Ox interface
Hello all, This is a request for help from somebody who has the Ox interfaces working in R. I am trying to get the Ox interfaces working for Arfima and Garch modelling. However, I am having several problems: 1. The link to download G at rch_v40 does not work. Does anybody have a copy to email to me please? 2. Various guides offer different instructions for installing Ox in the correct place
2008 Jun 26
3
LDS Scripture Search Reverse Text
Hi, I'm running ubuntu 8.04, wine-1.0, and I used the recommended package installation script (hardy.sh). A bit of background on the problem - there was no problem at some point prior to my upgrade to ubuntu 8.04 (I hadn't used the program for some time). I could use the search function just fine. After my upgrade, when you used the "search" function, it would crash the
2002 Oct 31
2
quota support on AIX
Hellow, members I want to use SAMBA with disk quota support on AIX machine, but have not succeeded yet. Are there any members who could succeeded setting up SAMBA on that environment? OS:AIX4.3.3 SAMBA:2.2.5 configure option:--with-quotas First, I configured AIX's quota environment, and confirmed quota worked fine. And I accessed to SAMBA, but disk size displayed on Windows explorer did