(All default values mentioned here are set by loess_setup().) struct loess_struct *lo; in n: number of observations. p: number of numeric predictors. y: vector of response (length n). x: vector of predictors, of length (n * p). The j-th coordinate of the i-th point is in x[i+n*j], where 0<=j