search for: scargl

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

Did you mean: scargo
2009 Jun 19
1
typo in Lomb-Scargle periodogram implementation in spec.ls() from cts package?
...ao))))^2/sum((cos(2 * pi * freq.temp[k] * (ti - tao)))^2) + (sum(x[1:length(ti)] * sin(2 * pi * freq.temp[k] * (ti - tao))))^2/sum((sin(2 * pi * freq.temp[k] * (ti - tao)))^2) ===> ) <=== Here is quick reference http://en.wikipedia.org/wiki/Least-squares_spectral_analysis#The_Lomb.E2.80.93Scargle_periodogram . One half coefficient was not applied to entire expression. Also I find weird next lines (61-62) pgram[1, i, j] <- 0.5 * (pgram[2, i, j] + pgram[N, i, j]) First of all, such things should not be in the for loop. Second, I don't quite understand the meaning of it. P.S. Shoul...
2007 Nov 13
1
Discrimination of almost-random time series
Dear time-series specialist: I've got some time series representing measurements from a physical process, like atomic decay data. These time series look almost random, but should hopefully be distinguishable as they were taken under different conditions. I am looking for statistical approaches that are sensitive enough to discriminate between such series of measurements. Preferably, there
2009 Mar 31
1
Lomb periodograms
Hi, I have recently used the CTS package in order to use the Lomb-Scargle periodogram (spec.ls) function. I have noticed an issue that I hoped you may be able to explain. If a regularly spaced time series has two points removed, one at either side of a single data point (thus making an irregularly spaced time series), a spectrum with a very large peak at the highest fre...
2005 Jun 13
2
Preparing timestamped data for fourier analysis
Greetings all, I'm working on a project trying to apply fourier analysis to timestamped router logs, using R to perform the analysis. The idea is to determine if any type of traffic (say, outgoing ICMP requests) has strong periodic features because it may indicate a compromise somewhere on the network. The FFT requires all data points to be evenly spaced, but the recorded events do not
2006 Jan 04
1
Selecting significant peaks in periodograms
...ce intervals (assuming that the "Power" vector was normally distributed) but I'm not sure if this is statistically valid. If anyone can provide help, or point me to some resources on the subject, then I'd appreciate it. Incidentally, I have tried to use other methods (the Lomb-Scargle method in particular) but haven't found any especially well-suited to the problem. Best regards, Pete --------------------------------- [[alternative HTML version deleted]]
1999 Jun 10
1
Hi
...tried to compile the distributed source code, without success due to some errors. And the binary available is in RPM format, which I really cannot read. Does anybody have a binary distribution in tarred+gzipped format? Another question: I'm looking for some R/S routine for calculating the Lomb-Scargle periodogram of a signal. If this does not exist I will do it myself, of course, but I wonder if this is already done. Thanks a lot, J C -- 027-"Can I eat this green slime?" ("FAMOUS LAST WORDS", collected by O.Rosenkranz) ==================================================...
2004 Sep 15
1
lomb periodogram package
Hi, Does anyone know the name of the package that includes a function for computing the lomb periodogram on irregular spaced ts data? I saw the package once ~ 1 month ago but cannot find it now ... , Rich
2013 Dec 18
1
how to analysisi spectrum of a dataset with NA value
hi R users I have a large 1D dataset and some of them is NA value . I found I cound get the spectrum by such a command. ua=c£¨10£¬30 £¬40£¬50£¬NA£© spectrum(ua) and I could not use na.rm just like mean or sd function How could I get the spectrum of ua ? thank you . -- TANG Jie [[alternative HTML version deleted]]