ace(x, y, wt=<<see below>>, monotone=NULL, linear=NULL, categorical=NULL, circular=NULL, tolerance=0.01, n.solution=1)
The data are passed into the Fortran routine in single precision, but key calculations are performed in double precision.
The chapter "Regression and Smoothing for Continous Response Data" in the S-PLUS Guide to Statistical and Mathematical Analysis.
x <- runif(200,0,2*pi) y <- exp(sin(x)+rnorm(200)/2) exace <- ace(x,y)