Re: [Rd] bug (PR#13570)

2009-03-10 Thread Prof Brian Ripley
On Tue, 10 Mar 2009, Benjamin Tyner wrote: Many thanks Brian for tracking this down. Was it fixed by c next line is not in current dloess goto 7 in ehg136? If this needs to be in the netlib version as well, we should inform Eric Grosse. The difference was in th

Re: [Rd] bug (PR#13570)

2009-03-10 Thread Benjamin Tyner
Many thanks Brian for tracking this down. Was it fixed by c next line is not in current dloess goto 7 in ehg136? If this needs to be in the netlib version as well, we should inform Eric Grosse. While we're at it, there are a few more inconsistencies (not nearly

Re: [Rd] bug (PR#13570)

2009-03-09 Thread Prof Brian Ripley
I've found the discrepancy, so the patched code from current dloess is now available in R-patched and R-devel. On Fri, 6 Mar 2009, Prof Brian Ripley wrote: On Thu, 5 Mar 2009, Benjamin Tyner wrote: Hi Nice to hear from you Ryan. I also do not have the capability to debug on windows; howeve

Re: [Rd] bug (PR#13570)

2009-03-06 Thread Peter Dalgaard
Prof Brian Ripley wrote: > On Thu, 5 Mar 2009, Benjamin Tyner wrote: [...] >> >> I submitted a bug fix to Eric Grosse, the maintainer of the netlib >> routines; the fixed lines of fortran are identified in the comments at >> (just search for my email address): >> >> http://www.netlib.org/a/loess >>

Re: [Rd] bug (PR#13570)

2009-03-05 Thread Prof Brian Ripley
On Thu, 5 Mar 2009, Benjamin Tyner wrote: Hi Nice to hear from you Ryan. I also do not have the capability to debug on windows; however, there is a chance that the behavior you are seeing is caused by the following bug noted in my thesis (available on ProQuest; email me if you don't have acc

Re: [Rd] bug (PR#13570)

2009-03-05 Thread Benjamin Tyner
1.408.8111 -Original Message- From: r-devel-boun...@r-project.org [mailto:r-devel-boun...@r- project.org] On Behalf Of Ryan Hafen Sent: Thursday, March 05, 2009 7:43 AM To: Prof Brian Ripley Cc: Uwe Ligges; Berwin A Turlach; r-de...@stat.math.ethz.ch; Peter Dalgaard Subject: Re: [Rd] bug

Re: [Rd] bug (PR#13570)

2009-03-05 Thread Ryan Hafen
pley Cc: Uwe Ligges; Berwin A Turlach; r-de...@stat.math.ethz.ch; Peter Dalgaard Subject: Re: [Rd] bug (PR#13570) On Mar 5, 2009, at 7:59 AM, Prof Brian Ripley wrote: On Thu, 5 Mar 2009, Peter Dalgaard wrote: Prof Brian Ripley wrote: Undortunately the example is random, so not really reproduci

Re: [Rd] bug (PR#13570)

2009-03-05 Thread Ryan Hafen
en Sent: Thursday, March 05, 2009 7:43 AM To: Prof Brian Ripley Cc: Uwe Ligges; Berwin A Turlach; r-de...@stat.math.ethz.ch; Peter Dalgaard Subject: Re: [Rd] bug (PR#13570) On Mar 5, 2009, at 7:59 AM, Prof Brian Ripley wrote: On Thu, 5 Mar 2009, Peter Dalgaard wrote: Prof Brian Ripley wrote:

Re: [Rd] bug (PR#13570)

2009-03-05 Thread Duncan Murdoch
On 05/03/2009 9:42 AM, Ryan Hafen wrote: On Mar 5, 2009, at 7:59 AM, Prof Brian Ripley wrote: On Thu, 5 Mar 2009, Peter Dalgaard wrote: Prof Brian Ripley wrote: Undortunately the example is random, so not really reproducible (and I see nothing wrong on my Mac). However, Linux valgrind on R

Re: [Rd] bug (PR#13570)

2009-03-05 Thread Greg Snow
...@stat.math.ethz.ch; Peter > Dalgaard > Subject: Re: [Rd] bug (PR#13570) > > > On Mar 5, 2009, at 7:59 AM, Prof Brian Ripley wrote: > > > On Thu, 5 Mar 2009, Peter Dalgaard wrote: > > > >> Prof Brian Ripley wrote: > >>> Undortunately the exampl

Re: [Rd] bug (PR#13570)

2009-03-05 Thread Uwe Ligges
Mark Difford wrote: Hi Uwe, This is not a problem under Vista, using "a" development version (mine now somewhat outdated). Mark, as others have reported and debugged so far and you can see on the lists, the problem is more serious than I thought it is and it is probably also a problem unde

Re: [Rd] bug (PR#13570)

2009-03-05 Thread Ryan Hafen
On Mar 5, 2009, at 7:59 AM, Prof Brian Ripley wrote: On Thu, 5 Mar 2009, Peter Dalgaard wrote: Prof Brian Ripley wrote: Undortunately the example is random, so not really reproducible (and I see nothing wrong on my Mac). However, Linux valgrind on R-devel is showing a problem: ==3973== Co

Re: [Rd] bug (PR#13570)

2009-03-05 Thread Mark Difford
Hi Uwe, This is not a problem under Vista, using "a" development version (mine now somewhat outdated). Regards, Mark. sessionInfo() R version 2.9.0 Under development (unstable) (2009-01-22 r47686) i386-pc-mingw32 locale: LC_COLLATE=English_South Africa.1252;LC_CTYPE=English_South Africa.1252

Re: [Rd] bug (PR#13570)

2009-03-05 Thread Duncan Murdoch
On 3/5/2009 7:10 AM, Prof Brian Ripley wrote: Undortunately the example is random, so not really reproducible (and I see nothing wrong on my Mac). However, Linux valgrind on R-devel is showing a problem: I can reproduce it using y <- sin(x) instead of rnorm(100), on R-patched (not R-devel).

Re: [Rd] bug (PR#13570)

2009-03-05 Thread Prof Brian Ripley
On Thu, 5 Mar 2009, Peter Dalgaard wrote: Prof Brian Ripley wrote: Undortunately the example is random, so not really reproducible (and I see nothing wrong on my Mac). However, Linux valgrind on R-devel is showing a problem: ==3973== Conditional jump or move depends on uninitialised value(s) =

Re: [Rd] bug (PR#13570)

2009-03-05 Thread Peter Dalgaard
Prof Brian Ripley wrote: > Undortunately the example is random, so not really reproducible (and I > see nothing wrong on my Mac). However, Linux valgrind on R-devel is > showing a problem: > > ==3973== Conditional jump or move depends on uninitialised value(s) > ==3973==at 0xD76017B: ehg141_ (

Re: [Rd] bug (PR#13570)

2009-03-05 Thread Prof Brian Ripley
Undortunately the example is random, so not really reproducible (and I see nothing wrong on my Mac). However, Linux valgrind on R-devel is showing a problem: ==3973== Conditional jump or move depends on uninitialised value(s) ==3973==at 0xD76017B: ehg141_ (loessf.f:532) ==3973==by 0xD76

Re: [Rd] bug (PR#13570)

2009-03-05 Thread murdoch
Uwe Ligges wrote: > Berwin A Turlach wrote: > >> G'day Peter, >> >> On Thu, 05 Mar 2009 09:09:27 +0100 >> Peter Dalgaard wrote: >> >> >>> rha...@stat.purdue.edu wrote: >>> <> This is a CRITICAL bug!!! I have verified it in R 2.8.1 for mac and for windows. The p

Re: [Rd] bug (PR#13570)

2009-03-05 Thread Duncan Murdoch
Uwe Ligges wrote: Berwin A Turlach wrote: G'day Peter, On Thu, 05 Mar 2009 09:09:27 +0100 Peter Dalgaard wrote: rha...@stat.purdue.edu wrote: <> This is a CRITICAL bug!!! I have verified it in R 2.8.1 for mac and for windows. The problem is with loess degree=0 smoothing. F

Re: [Rd] bug (PR#13570)

2009-03-05 Thread ligges
Berwin A Turlach wrote: > G'day Peter, > > On Thu, 05 Mar 2009 09:09:27 +0100 > Peter Dalgaard wrote: > >> rha...@stat.purdue.edu wrote: >>> <> >>> >>> This is a CRITICAL bug!!! I have verified it in R 2.8.1 for mac >>> and for windows. The problem is with loess degree=0 smoothing. >>> For exa

Re: [Rd] bug (PR#13570)

2009-03-05 Thread Uwe Ligges
Berwin A Turlach wrote: G'day Peter, On Thu, 05 Mar 2009 09:09:27 +0100 Peter Dalgaard wrote: rha...@stat.purdue.edu wrote: <> This is a CRITICAL bug!!! I have verified it in R 2.8.1 for mac and for windows. The problem is with loess degree=0 smoothing. For example, try the following: x

Re: [Rd] bug (PR#13570)

2009-03-05 Thread Berwin A Turlach
G'day Peter, On Thu, 05 Mar 2009 09:09:27 +0100 Peter Dalgaard wrote: > rha...@stat.purdue.edu wrote: > > <> > > > > This is a CRITICAL bug!!! I have verified it in R 2.8.1 for mac > > and for windows. The problem is with loess degree=0 smoothing. > > For example, try the following: > > > >

Re: [Rd] bug (PR#13570)

2009-03-05 Thread Peter Dalgaard
rha...@stat.purdue.edu wrote: <> This is a CRITICAL bug!!! I have verified it in R 2.8.1 for mac and for windows. The problem is with loess degree=0 smoothing. For example, try the following: x <- 1:100 y <- rnorm(100) plot(x, y) lines(predict(loess(y ~ x, degree=0, span=0.5))) This is

Re: [Rd] bug (PR#13570)

2009-03-05 Thread Thomas Lumley
Could you explain what you are seeing that is wrong? In R 2.7.2, which is what I have here, it looks ok, and the NEWS file doesn't list any changes since 2.7.1. -thomas On Wed, 4 Mar 2009 rha...@stat.purdue.edu wrote: <> This is a CRITICAL bug!!! I have verified it in R 2.8.1 for m

[Rd] bug (PR#13570)

2009-03-04 Thread rhafen
<> This is a CRITICAL bug!!! I have verified it in R 2.8.1 for mac and for windows. The problem is with loess degree=0 smoothing. For example, try the following: x <- 1:100 y <- rnorm(100) plot(x, y) lines(predict(loess(y ~ x, degree=0, span=0.5))) This is obviously wrong. R 2.8 --plea