search for: qgauss

Displaying 1 result from an estimated 1 matches for "qgauss".

Did you mean: gauss
2009 Mar 03
2
locfit smoothing question (package maintainer not reachable)
Dear list members, I am trying to understand this output from the smoothing package locfit (1.5-4, running on R 2.8.1 on Windows Vista 64 bit). # sample code x<-1:100 y<-rnorm(100) fit<-locfit(y~x,family="gaussian") #default parameters are fine plot(fit,band="global") #plot seems "reasonable", confidence bands use a global estimate of variance