search for: sav_gol

Displaying 4 results from an estimated 4 matches for "sav_gol".

2011 Feb 22
2
Regarding Savitzky-Golay Smoothing Filter
Hi When we use the sav_gol command in R , it shows an error which says: " error in as.matrix". We've downloaded the necessary packages. Kindly help us with this issue. If there is any other function to perform Savitzky-Golay smoothing in R, please let me know. With Regards Reynolds
2010 Nov 09
1
location of Tisean executables when using RTisean and jumping between linux and windows
...the same version of R 2.11 (but of course windows binary). Usually, there is no problem in doing this and all objects work as expected. I am often doing this to be able to produce wmf or emf graphic files that I need. This time I had some spectra that I have taken the first derivative of with the sav_gol function in the RTisean package. I know RTisean is just an interface to the Tisean executables. The trouble I am facing is that it seems that the location of the Tisean executables is somehow hard coded to the R workspace file. I assume this since when I try to rerun the sav_gol on the windows mac...
2011 Dec 01
3
Assign name to object for each iteration in a loop.
...578 0.1671 0.1577 0.1593 0.1672 3 0.1897 0.1948 0.2290 0.2292 0.2067 Here's the function: STLpA<-function(TS, area, Ystart, period=23, nSG="5,5", DSG=0) { require (RTisean) for(i in 1:unique(area)){ vi.metric=TS[area==i] filt.vi<-sav_gol(vi.metric,n=nSG,D=DSG) vi.sg<-ts(filt.vi[,1], start=Ystart,frequency=period) stld.tmp<-stl(vi.sg, s.window="periodic", robust=TRUE, na.action=na.approx) stld.trend<-stld.temp$time.series[,trend] } assign(paste("stld", i , sep= "."), stld.trend) vi.trend<-ls...
2010 Nov 09
0
Qt interfaces to R/ Windows version as well as using PyQT
....11 (but of course windows binary). Usually, there is > no problem in doing this and all objects work as expected. I am often > doing this to be able to produce wmf or emf graphic files that I need. > > This time I had some spectra that I have taken the first derivative of > with the sav_gol function in the RTisean package. I know RTisean is just > an interface to the Tisean executables. > > The trouble I am facing is that it seems that the location of the Tisean > executables is somehow hard coded to the R workspace file. I assume this > since when I try to rerun the sa...