Is it possible to use influence.measures from the result obtained with LOESS? For example, be the following excerpt:
x <- 1:120
y <- sin(2*pi*x/period) + runif(length(x),-1,1)
plot(x,y, main="Sine Curve + 'Uniform' Noise")
y.loess <-...
asked by
25.04.2016 / 18:29