Re: [R] Gaussian Filter

2017-02-08 Thread John Dougherty
On Tue, 7 Feb 2017 19:51:21 +0200 catalin roibu <catalinro...@gmail.com> wrote: The simplest way to get answers to such questions is run an internet search on your terms: "R Gaussian filter." Google reports 6,600,000 hits. The hits you are interested in are near the top. It

Re: [R] Gaussian Filter

2017-02-08 Thread catalin roibu
Dear all! ​I know that! I need only the Gaussian filter, as for the rest is simple. Sent with Mailtrack On 8 February 2017 at 09:58, catalin roibu wrote: > Dear

Re: [R] Gaussian Filter

2017-02-08 Thread Bert Gunter
Always cc the list. -- Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Tue, Feb 7, 2017 at 11:14 PM, catalin roibu wrote: > Dear

Re: [R] Gaussian Filter

2017-02-07 Thread Kwesi Quagraine
Hello Catalin, you could have a look on this link first for ideas in constructing your own script. http://stackoverflow.com/questions/7105962/how-do-i-run-a-high-pass-or-low-pass-filter-on-data-points-in-r Cheers! Kwesi On Tue, Feb 7, 2017 at 9:30 PM, Bert Gunter wrote:

Re: [R] Gaussian Filter

2017-02-07 Thread Bert Gunter
Please do your "homework" before posting! Either: https://cran.r-project.org/web/views/TimeSeries.html or search: e.g. "bandpass filter" on rseek.org Cheers, Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka

[R] Gaussian Filter

2017-02-07 Thread catalin roibu
Dear all! Please help me with a script or package to compute a Gaussian filter. I have a time series (like average mean temperature from 1901-2014) and I want to extract low, high and band pass frequencies using a Gaussian filter with 32 years window. Thank you very much! Best regards! Catalin