search for: rts

Displaying 20 results from an estimated 266 matches for "rts".

Did you mean: its
2008 Apr 30
2
Can R do rts (Regular Time Series) like S-Plus?
Dear readers, S-Plus have a rts function (Regular Time Series), which is used like so: fveks<-read.csv('http://louise.hoffman.googlepages.com/veks.csv',header=TRUE,sep=',') attach(fveks) acf(ts.intersect(rts(HC.f),rts(Ta.f),rts(GR.f),rts(W.f))) Warning the csv file is 750kB. Can the same be done in R? Lots...
2009 Sep 15
0
xts and data.frame question
Hello there! does any one know how to convert the following type of data > z DATE TIME ISIN PRICE VOL ID_DEAL RANK 1881 2009-09-11 10:30:59 RTS-9.09 117445 10 98200801 1 1882 2009-09-11 10:31:59 RTS-9.09 117450 1 98202144 6 1883 2009-09-11 10:32:59 RTS-9.09 117285 1 98203075 1 1884 2009-09-11 10:33:59 RTS-9.09 117180 3 98203828 1 1885 2009-09-11 10:34:58 RTS-9.09 117155 6 98204485 1 > str(z) 'data.frame':...
2011 May 09
57
Does wine support rts. program?
anybody tell me does wine supported rts program.. ?
2007 Oct 10
1
Deleting for() loop in function
...ld substitute the for() loop in the code, such as mapply(). Can anybody help to rewrite the dea() function as efficiently as possible? The code is as follows: ------------------------------------------------------------------------ ------------------- dea <- function(dta, noutput = 1, rts = 1) { #rts = 1: CRS #rts = 2: VRS # lpSolve library call require(lpSolve) # set number of outputs s <- noutput # set number of inputs m <- dim(dta)[2] - s # set number of observations n <- dim(dta)[1] # make output matrix Y...
2011 Apr 26
3
noob:Can't get IL-2/1946 to run!
...x40a207 Function name=(N/A) Library=C:\Program Files\Ubisoft\IL-2 Sturmovik 1946\il2fb.exe NOTE: We are unable to locate the function name symbol for the error just occurred. Please refer to release documentation for possible reason and solutions. Current Java thread: at com.maddox.rts.Finger.Int(Native Method) at com.maddox.rts.SFSInputStream._open(SFSInputStream.java:145) at com.maddox.rts.SFSInputStream.<init>(SFSInputStream.java:22) at com.maddox.rts.RTS.load(RTS.java:37) at com.maddox.rts.LDR.loadClass(LDR.java:23) at java.lang.ClassLoader.loadClass(Unknown Source...
2003 May 21
1
rts conversion to ts?
Hi Not sure if this is going to the right place… I am attempting to use a S-Plus workspace that has been saved via the dump facility. These include a number of commands not recognised by R, namely rts commands. Is there a way round this by changing these in some way for R’s ts commands? Any help much appreciated. Adam [[alternate HTML version deleted]]
2018 Mar 05
4
raster time series statistics
Hi List, The following code returns an "Error in as.POSIXlt.character(x, tz, ...) : character string is not in a standard unambiguous format" require(raster) require(rts) require(stringi) r <- raster(ncol=100, nrow=100) values(r) <- runif(ncell(r)) list(ID=seq(1:24),month=rep(str_pad(1:12, pad = 0,width = 2 , "left"),2),year=sort(rep(2016:2017,12)))->dt stack(r)->s r->rs for(i in 1:23){ rs[]<-r[]*i addLayer(s,rs)->s print(nlayers(s)...
2018 Mar 06
2
raster time series statistics
Last line in the following (updated) code produces the error require(raster) require(rts) require(stringr) r <- raster(ncol=100, nrow=100) values(r) <- runif(ncell(r)) stack(r)->s r->rs for(i in 1:23){ rs[]<-r[]*i addLayer(s,rs)->s print(nlayers(s)) } dt<-list(ID=seq(1:24),month=rep(formatC(1:12,flag=0,width=2),2), year=sort(rep(2016:2017,12))) timelst<-pa...
2018 Mar 06
1
raster time series statistics
It works if you use as.Date. But this defeates the purpose for the yearmon notion... require(raster) require(rts) require(stringr) r <- raster(ncol=100, nrow=100) values(r) <- runif(ncell(r)) stack(r)->s r->rs for(i in 1:23){ rs[]<-r[]*i addLayer(s,rs)->s print(nlayers(s)) } dt<-list(ID=seq(1:24),month=rep(formatC(1:12,flag=0,width=2),2), year=sort(rep(2016:2017,12))) timelst<-pas...
2018 Aug 22
2
LLVM and heap-allocated thread stacks
...ree to move this data structure whenever it is invoked. Currently, GHC’s LLVM backend does not use the C stack.  However, there have been discussions about whether using the C stack could lead to a performance gain.  I think it could.  The elephant in the room, however, is that */any call into the RTS may then change the stack pointer*./  LLVM presumably has no support for this.  Without such support, however, GHC must spill all locals to memory at every call into the RTS.  It seems to me that this is why GHC cannot transform its output into SSA form: GHC must reify its stack. It would be nice...
1999 Mar 23
1
rts, cts, tsplot
Is plot(ts.object) equivalent to the S-Plus ts.plot ? -- ------------------------------------------------------------------------- Konstantinos E. Vorloou | Tel: +44 (0)191 374 1821 Department of Economics & Finance | Fax: +44 (0)191 374 7289 University of Durham, | email: K.E.Vorloou at durham.ac.uk 23/26 Old Elvet, | or : vorlow at rocketmail.com
2018 Mar 06
0
raster time series statistics
I can't test that at the moment as I don't have the libraries. Perhaps later. Jim On Tue, Mar 6, 2018 at 11:36 AM, <Alexander.Herr at csiro.au> wrote: > Last line in the following (updated) code produces the error > require(raster) > require(rts) > require(stringr) > r <- raster(ncol=100, nrow=100) > values(r) <- runif(ncell(r)) > stack(r)->s > r->rs > for(i in 1:23){ > rs[]<-r[]*i > addLayer(s,rs)->s > print(nlayers(s)) > } > dt<-list(ID=seq(1:24),month=rep(formatC(1:12,flag=0,widt...
2006 Jun 18
1
bug with boot.sw98 function (PR#8999)
...(84.9.38.207) I'm using the FEAR library to perform Data Envelopment analysis with a 36,000 obs dataset. The function dea is working fine but then when I try to use the boot.sw98 to come up with some sensitivity analysis I get the following error: boot.sw98(XOBS=x,YOBS=y,NREP=100,DHAT=dhat,RTS=3,ORIENTATION=2) Error in 0:L : NA/NaN argument In addition: Warning message: longer object length is not a multiple of shorter object length in: kappam * Gcounts What does this mean? Is this because I have too many observations? What can I do to fix it? Please let me know if you need fur...
2010 Jan 08
0
solving cubic/quartic equations non-iteratively -- comparisons
...x^2 - 27 x^3 == 0, x] x == 2/3 || x == 2/3 || x == 2/3 The results indicate that the R polyroot function is the most accurate for these examples. The R solve function is quite inaccurate for the repeating-roots example. It appears to be single-precision arithmetic on the real and imaginary parts. The same appears to be true for the Matlab function roots. SAS IML polyroot function appears to use double-precision calculations but was not nearly as accurate as the R polyroot function for the repeating-roots example. The syntax and output for these examples are as follows: # ---------------...
2005 Sep 20
0
Phone lines
...s@sales:4 Up Queue(sales|t|||1800) Zap/3-1 s@tech:4 Up Queue(onetech|t|||1800) Zap/13-1 s@other:4 Up Queue(other|t|||1800) Zap/12-1 s@cts:4 Up Queue(cts|t|||1800) Zap/11-1 s@rts:4 Up Queue(rts|t|||1800) Zap/28-1 s@cts:4 Up Queue(cts|t|||1800) Zap/25-1 s@cts:4 Up Queue(cts|t|||1800) Zap/6-1 s@rts:4 Up Queue(rts|t|||1800) Zap/22-1 s@cts:4...
2012 Oct 09
2
Cannot make Windows join Samba domain
...dy exists. Has anyone here already experienced such problem? This is a fresh install of Samba + OpenLDAP. I already ran smbldap-populate, all initial accounts and groups are present in the database. Some info: OpenLDAP 2.4.32 Samba 3.6.3-2ubuntu2.3 (amb64) smb.conf: [global] workgroup = RTS server string = %h map to guest = Bad User passdb backend = ldapsam:ldap://127.0.0.1 passwd program = /usr/sbin/smbldap-passwd %u passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* . syslog = 0 log file = /var/log/samba/log.%m ma...
2009 Aug 13
6
Strange Routing
Hi Guys, I have some strangeness with routing, using standard route map.connect '':controller/:action/:id'' map.connect '':controller/:action/:id.:format'' Using console I did >> rts = ActionController::Routing::Routes >> rts.generate(:action => "edit", :controller => ''vendorlocations'', :id => 10) => "/vendorlocations/10/edit" >> rts.recognize_path("/vendorlocations/10/edit") => {:action=>"10&...
2008 Mar 14
0
Sola 305 with INT-0051 cable
Hello again, I have a Sola 305 (aka Powerware 3110) here connected via a serial INT-0051 cable which I am trying to get working with nut. The driver.list file indicates that nut supports the Sola 305 when connected via the INT-0025C cable using the genericups driver with upstype set to 7 but it does not mention the INT-0051. I was able to use the "Basic CheckUPS II" utility provided by Best Power to verify that the UPS is connected to the serial and is communicating prop...
2006 Feb 02
0
Anyone know a good ITSP in Canada that suppo rts *?
...ome provide IAX, some only SIP, H323, & MGCP... -----Original Message----- From: hugolivude [mailto:hugolivude@gmail.com] Sent: Thursday, February 02, 2006 7:39 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [Asterisk-Users] Anyone know a good ITSP in Canada that supports *? Hi, I'm looking for a new Internet Telephony Service Provider for my company in Canada to terminate calls from my Asterisk PBX. Ideally I'd like DiDs in Otawa, Toronto, NY & San Jose. Anyone out ther who can help me with a recommendation? Vonage seemed clueless when I called t...
2011 Jun 13
2
Re: Does wine support rts. program?
That's a good question. never heard it before..!!