Re: [R] loess question

2011-10-07 Thread Bert Gunter
Below. -- Bert On Fri, Oct 7, 2011 at 1:09 PM, Saurav Pathak wrote: > Hi All, > > I am trying to use loess to smooth a 2D image, and also obtain the standard > error for every pixel. I see that the standard error does not make sense. > For example, running the following: > > library(stats) >

[R] loess question

2011-10-07 Thread Saurav Pathak
Hi All, I am trying to use loess to smooth a 2D image, and also obtain the standard error for every pixel. I see that the standard error does not make sense. For example, running the following: library(stats) x <- array(c(1:100), dim=c(100,100)) y <- t(x) v <- exp(-((x-50)^2+(y-50)^2)/30^2)

Re: [R] Loess question

2009-07-30 Thread Steve Lianoglou
Hi, On Jul 30, 2009, at 9:35 AM, njhuang86 wrote: Hi, suppose I have a vector of values in 'A'. Suppose I use: scatter.smooth(A) to add in a smooth curve. Is there a way to obtain the maximum value of the smoothed curve? Anyways, any help will be greatly appreciated! Look at the help for s

[R] Loess question

2009-07-30 Thread njhuang86
Hi, suppose I have a vector of values in 'A'. Suppose I use: scatter.smooth(A) to add in a smooth curve. Is there a way to obtain the maximum value of the smoothed curve? Anyways, any help will be greatly appreciated! -- View this message in context: http://www.nabble.com/Loess-question-tp247385