similar to: rts, cts, tsplot

Displaying 20 results from an estimated 200 matches similar to: "rts, cts, tsplot"

1999 May 20
1
Wavethresh + accessC > Error: wd.structure has no class
Hi, Whenever I issue this commands (as in the help for the threshold function), # # Do a 1D decomposition # tdecomp <- wd(test.data) # # Threshold it # tdecomp.thresh <- threshold(tdecomp) # # Reconstruct from the thresholded coefficients # trecons <- wr(tdecomp.thresh) # #
1999 Apr 16
1
Heap size
Hi, I am trying to create a matrix 8000x8000 but cannot make R work properly with: rgui --vsize 30 --nsize 1000000 I can't pass an nsize value more than 1000000. What are the limits uder windows 98 ? Best, Costas -- ------------------------------------------------------------------------- Konstantinos E. Vorloou | Tel: +44 (0)191 374 1821 Department of Economics &
1999 Feb 17
3
Variable Names
Dear R users, That's probably a silly question even for a newbie but : Is it possible to assign variable prices as variable names ? For instance, would something like the following work : for (i in 1:4) { error.i <- some_calculation } so "error.i" variables would be created for i=1,2,3,4 i.e. error.1 error.2 error.3 etc. etc. Costas --
1999 Apr 07
1
Console Output while running scripts
Hi, I am using 0.63.2 on Windows. I have some functions programmed to do repetitive tasks and have some print(variables) statements to check how my program is progressing but get no output on screen (console) while the program is running. I tried CTRL-W as the help says but I get no screen output before each run terminates. Probably some kind of setting needs to be predefined correctly. Any
1999 Sep 06
1
Printer button
Hi, I am not able to print from within windows 98 (graphics and text) in the latest R. Menus and buttons don't function... platform Windows arch x86 os Win32 system x86, Win32 status status.rev 0 major 0 minor 65.0 year 1999 month August day 27 language R Anybody encountering the same problem ? Also windows manipulation by the environment
1999 Apr 27
2
Memory management
Dear all, I don't get it: First of all, the help doesn't say what are the memory limits of R. Say, what's the max heap size for instance ???? Secondly, I invoke R with the following commands each time: rgui --vsize 30M --nsize 1000K rgui --vsize 30M --nsize 2000K rgui --vsize 30M --nsize 3000K rgui --vsize 30M --nsize 4000K I try to open a matrix 8000x8000 by issuing
1999 May 12
1
Beran's Stats for Long memory processes book code
Hello, Has anybody transferred Bearn's S+ code to R ? Best, Costas -- ------------------------------------------------------------------------- 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
2002 Nov 05
3
tsplot function
I understand that the tsplot function is no longer available in the latest verion. What should I do if I want to plot say the first five rows of a matrix?? -gyan -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the
2002 Jul 23
2
tsplot
Dear all, I would like to plot n time series together. I've defined a matrix w, where each column contains one time series. With S-Plus usually I use the tsplot(.) command, but it seems that this command is not available in R. Can someone help me? Thank you, Enrico De Giorgi ************************************************ ETH Z?rich and University of Z?rich Enrico De Giorgi Researcher
2011 May 10
2
Leyenda de las series en tsplot
Hola de nuevo: Sigo enfrascado con mi dichoso procedimiento para generar modelos de predicción de series temporales. Llegado un momento pretendo guardar un gráfico en el que se representara: -En a estarán los puntos obtenidos por el alisado (tanto en el pasado como las estimaciones a futuro) -En o estará la serie de datos original. -En inf los limites inferiores de los intervalos de confianza
2004 Jun 14
1
Matrix_0.8-8 and norm() function
Hello and apologies if this is a stupid question (just rejoined the list): Has anything changed with the norm() function with the latest update of the Matrix library? My old code seems not to be working properly even for very simple tests of the norm function. I get too many "No direct or inherited method for function "norm" for this call" messages. I am using windows, R
2004 Nov 18
1
Time series plot orientation
Hello, I am trying to rotate by 90 degrees a time series plot. So I need the time axis to be the vertical one. Is there an easy way? I couldn't guess anything from the help pages. Apologies for a silly question. Regards, Costas -- ================================================================= This e-mail contains information intended for the addressee only. It may be confidential and
2005 Jan 11
2
Changing the ranges for the axis in image()
Dear all, I can not find/understand the solution to this from the help pages: Say we have the following script: x<-matrix(c(1,1,0,1,0,1,0,1,1),3,3) image(x) How can I change the ranges on the vertical and horizontal axis to a range of my own or at least place a box frame around the image if I choose to use "axes=FALSE"? Apologies for such a bsic question and thanks beforehand
2018 Jan 18
0
[BUG] skcipher: Test 1 failed (invalid result) on encryption for cts(virtio_crypto_aes_cbc)
Hello When modprobing tcrypt on a qemu virtual machine, I get the following trace in dmesg: skcipher: Test 1 failed (invalid result) on encryption for cts(virtio_crypto_aes_cbc) Regards Corentin Labbe
2002 May 17
0
What is the most efficient way to assign to PARTS of obje cts in other frames/environments?
For nested function calls it appears that a combination of environment() and '<<-' will also work: f1 <- function() { x <- rep(NA,4) # Object to be modified by function f2 environment(f2) <- sys.frame(1) # Make f1's environment available to f2 f2(2) # Changes 2nd element of x print(x) } f2 <- function(i) { #
2009 Jun 19
1
typo in Lomb-Scargle periodogram implementation in spec.ls() from cts package?
Hello! I tried to contact author of the package, but I got no reply. That is why I write it here. This might be useful for those who were using cts for spectral analysis of non-uniformly spaced data. In file spec.ls.R from cts_1.0-1.tar.gz lines 59-60 are written as pgram[k, i, j] <- 0.5 * ((sum(x[1:length(ti)]* cos(2 * pi * freq.temp[k] * (ti - tao))))^2/sum((cos(2 * pi * freq.temp[k] *
2011 Nov 21
1
Fortran runtime error with package cts on CRAN/Mac
Hello, As the author of package cts, I hope somebody on this list can kindly help (perhaps off-list) to resolve the build/check issue with package cts for Mac. The error occurred on Mac machines only: http://cran.r-project.org/web/checks/check_results_cts.html. Here is the error message: At line 10 of file machine.f Fortran runtime error: Range error during floating point read The source
2011 Jul 19
4
Re: Does wine support rts. program?
wahh :( :( so how can you get some demo files?
2011 Jul 15
1
Re: Does wine support rts. program?
NICE !!!!!!!!!!!!!!!!!!!! im here waiting for the progress admin :) tnx i appreciated that you trying to help me :( :) :) TNX :) :) :)
2011 Jun 13
2
Re: Does wine support rts. program?
That's a good question. never heard it before..!!