Function Loess1D.predictions

Obtain smoothed predictions of y at the values of x provided on creation of this object, for the given level of robustness. Evaluating these is computationally expensive and may be parallelized by providing a TaskPool object.

const(double)[] predictions (
  int robustness,
  std.parallelism.TaskPool pool = null
);