Concept Flow - UnivariateSpline
Input data points x, y
Create UnivariateSpline object
Fit spline curve to data
Evaluate spline at new points
Get smooth curve output
We start with data points, create a spline object that fits a smooth curve, then evaluate it to get smooth values.