View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Fabian Grodek Fabian Grodek is offline
external usenet poster
 
Posts: 14
Default Spline approximation

Is there any way in Excel or VBA to do a spline approximation to test data
that do not follow any polynomial shape? I mean, I have data points and I
want to approximate (i.e., not necessarily pass through the points) that data
with a spline curve.
Thanks.

Fabian