Skip to content

How does predict.loess work?

3 messages · Recher She, David Winsemius, Greg Snow

#
On Apr 3, 2012, at 4:12 PM, Recher She wrote:

            
Well, it produces a fitted-value at each point. Whether there are  
parameters at each point might depend on the degree of the fit.
Type this at your console:

getAnywhere(predict.loess)

And after seeing that an additional functions is called type this:

getAnywhere(predLoess)

And then you will see that you have descended into a C function called  
'C_loess_dfitse'.
1 day later
#
Run the examples for the "loess.demo" function in the TeachingDemos
package to get a better understanding of what goes into the loess
predictions.
On Tue, Apr 3, 2012 at 2:12 PM, Recher She <rrrecher.she at gmail.com> wrote: