search for: timeslab

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

Did you mean: tickslab
1999 Jan 01
1
RE: timeslab
Hi Troels, Its in the incoming directory: ftp://ftp.ci.tuwien.ac.at/incoming Try this for a nice demo: > library(timeslab) > arma(alpha, beta, x, 2, 4, 3, 0.2,500, 30,0) Bernd On 01-Jan-99 Troels Ring wrote: > Hi Johannes Wuebben and a happy new year. > Where did you actually put the timeslab ? > Yours > > Troels Ring, MD > Department of Nephrology > Aalborg Hospital > Aalborg...
1999 Jan 01
0
RE: timeslab
On 01-Jan-99 Prof Brian Ripley wrote: > -rw-rw---- 1 root sysadmin 188267 Jan 1 06:20 > timeslab-1.0-1.tar.gz > -rw-rw-r-- 1 root sysadmin 180290 Jan 1 02:02 > timeslab-1.0.tar.gz > > So which is which, what's the difference? .... Sorry if this wasn't self evident: timeslab-1.0.tar.gz == timeslab-1.0-0.tar.gz and thus timeslab-1.0-1.tar.gz is th...
1999 Jan 01
0
Announce: timeslab for R
Hi, I have uploaded a port of the S package timeslab to R. timeslab is a set of routines for basic time series analysis. Please test. Feel free to improve the port and extend the code. Best, Bernd -------------------------------------------------------------------- Bernd Johannes Wuebben wuebben at kde.org wuebben at math.co...
1999 Dec 19
3
CRAN src/contrib/Devel
The `src/contrib/Devel' dir contains *bats* Basic time series modelling functions. *dopt* Finding D-optimal experimental designs. *tcltk* Basic interface with Tcl/Tk. *timeslab* Time series routines. *vtcl* Interface to Visual Tcl. which have all been there for a long time. What is the current status, is any of the above getting ready for being moved into `src/contrib'? -k -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-d...
1999 Jan 28
2
time series analysis
Hello out there, in their "R Complements" to Modern Applied Statistics W. Venables and B. Ripley say that there is a lack of time series related functions in R compared to S plus. Looking at CRAN I didn't find much, too. As I have to learn something about +-basic ts analysis, e.g. spectral analysis, I would like to know whether somebody has developed a "unpublished" time
1999 Jan 04
1
Submissions to CRAN
HAPPY NEW YEAR to all of you! To clarify some questions in the recent thread on the timeslab package (sorry that I couldn't participate in the discussion, but I normally don't read my email on weekends): *) Nobody should be able to download from the incoming section at our site. That it was possible (again) was due to recursive link and some lazy sysadmins which now have some more...
1999 Jan 04
1
Submissions to CRAN
HAPPY NEW YEAR to all of you! To clarify some questions in the recent thread on the timeslab package (sorry that I couldn't participate in the discussion, but I normally don't read my email on weekends): *) Nobody should be able to download from the incoming section at our site. That it was possible (again) was due to recursive link and some lazy sysadmins which now have some more...
1999 Jul 19
9
time series in R
...ar? ar -- at least univariate by Yule-Walker arima -- sim, filter, mle, diag, forecast stl Of the first group we lack lag, deltat, cycle, filter. These are simple. We have plot.ts, but might want lines.ts, for example. Base R has nothing else, so I've taken a look at bats, tseries, dse and timeslab. bats ==== This is close to S(-PLUS) but lacks examples. Its methods are often simple ones: it might benefit a lot from some re-coding in C / Fortran. It would give us ar.yw acf and spectrum (spec.pgram, plot.spec). tseries ======= This has S-like function names, but does not, for example,...