NAME predict, pointwise, pred_free_mem, pw_free_mem SYNOPSIS #include "loess.h" double *eval, coverage; long m, se; struct loess_struct *lo; struct predict_struct *pre; struct ci_struct *ci; void predict(eval, m, lo, pre, se) void pointwise(pre, m, coverage, ci) void pred_free_mem(pre) void pw_free_mem(ci) PARAMETERS eval a vector of length m * p specifying the values of the predictors at which the evaluation is to be carried out. The j-th coordinate of the i-th point is in eval[i+m*j], where 0<=j