smoothingSpline data basispts
(float * float)[]
float[]
float -> float -> float
Creates a smoothing spline through some data. Takes as spline points the x-values given by basispts.The resulting function takes lambda (regularization parameter) and a x_Value as input.