Re: [R] strange fluctuations in system.time with kernapply

2011-05-02 Thread Ravi Varadhan
-help-boun...@r-project.org] On Behalf Of Uwe Ligges Sent: Monday, May 02, 2011 5:31 AM To: Alexander Senger Cc: r-help@r-project.org Subject: Re: [R] strange fluctuations in system.time with kernapply On 29.04.2011 23:38, Alexander Senger wrote: > Hello expeRts, > > > here is something

Re: [R] strange fluctuations in system.time with kernapply

2011-05-02 Thread Uwe Ligges
On 29.04.2011 23:38, Alexander Senger wrote: Hello expeRts, here is something which strikes me as kind of odd and I would like to ask for some enlightenment: First let's do this: tkern <- kernel("modified.daniell", c(5,5)) test <- rep(1,100) system.time(kernapply(test,tkern)) User Syste