search for: testts

Displaying 8 results from an estimated 8 matches for "testts".

Did you mean: tests
2005 Nov 27
1
Question on KalmanSmooth
I am trying to use KalmanSmooth to smooth a time series fitted by arima (and with missing values), but the $smooth component of the output baffles me. Look at the following example: testts <- arima.sim(list(ar=0.9),n=100) testts[6:14] <- NA testmod <- arima(testts, c(1,0,0)) testsmooth <- KalmanSmooth(testts, testmod$model) par(mfrow=c(2,1)) plot(testsmooth$smooth, type="l") plot(testsmooth$var, type="l") Look at the lower panel plot, how the uncertai...
2010 Dec 07
5
fast subsetting of lists in lists
Hello, my data is contained in nested lists (which seems not necessarily to be the best approach). What I need is a fast way to get subsets from the data. An example: test <- list(list(a = 1, b = 2, c = 3), list(a = 4, b = 5, c = 6), list(a = 7, b = 8, c = 9)) Now I would like to have all values in the named variables "a", that is the vector c(1, 4, 7). The best I could come up
2004 Dec 30
2
graphics
Dear R-user, I am a R beginner, and therefore my questions are very basic. I have a simple problem: I would like to plot 100 time series each containing 55 steps. The data are stored in a matrix of 100 columns and 55 rows. The first problem is to load the data from a file: I tried the read.table(), the scan() and the matrix(scan()) options, but I have problems to allocate the single columns.
2004 Oct 13
4
incomplete function output
Dear R users, I have a function (below) which encompasses several tests. However, when I run it, only the output of the last test is displayed. How can I ensure that the function root(var) will run and display the output from all tests, and not just the last one? Thank you, b. root <- function(var) { #---Phillips-Perron PP.test(var, lshort = TRUE) PP.test(var, lshort = FALSE)
1999 May 22
0
Samba 2.0.4b Error reading file on 100bt only it seems...
Having a strange problem. Running smbclient to an NT4 Sp4 workstation for testing. using tar c /some/local/dir using the default config except for machine name and workgroup in smb.conf I've tried tweaking the smb.conf to no avail. running on Redhat 6.0, but using samba 2.0.4b for the large filesystem patch... running on 100bt switched with 3c905B 100bt cards on both ends, but problem occurs
2006 Jul 30
34
ruby suitable for financial apps?
hi there, I am about to embark on a mission critical financial web application, and was wondering weather ruby on rails is the best fit for this type of project. More specifically I am worried about floating point errors. Would it be more appropriate to use a more statically typed framework (.NET)? thankyou. -- Posted via http://www.ruby-forum.com/.
2000 Jun 30
2
samba 2.0.7: option mangled names = no will chrash nt client !
HTML attachment scrubbed and removed -------------- next part -------------- A non-text attachment was scrubbed... Name: klaus.troeger.vcf Type: text/x-vcard Size: 331 bytes Desc: Card for Klaus Troeger Url : http://lists.samba.org/archive/samba/attachments/20000630/dedb54e2/klaus.troeger.vcf
2004 Jun 29
7
anti-R vitriol
A colleague is receiving some data from another person. That person reads the data in SAS and it takes 30s and uses 64k RAM. That person then tries to read the data in R and it takes 10 minutes and uses a gigabyte of RAM. Person then goes on to say: It's not that I think SAS is such great software, it's not. But I really hate badly designed software. R is designed by