Concept Flow - Spline interpolation
Input data points (x, y)
Choose spline type (e.g., cubic)
Fit spline to data
Evaluate spline at new points
Output smooth interpolated values
Spline interpolation fits a smooth curve through given points by choosing a spline type, fitting it, then evaluating at new points.