Spline interpolation in Excel

自作多情 提交于 2019-12-23 18:15:34

问题


I'll make this clear and simple, since I'm on a deadline here. Doing some reports for my section, and I came to a part where I could really use an interpolation in Excel.

Now, I've never had any practice with its functions, or VBA in general. So, is there a place where I could, or do anyone of you guys know some, ... where I could pick up a simple spline interpolation along with a tutorial of "how to make it work" (literally, I have no idea - I use Excel on a one-handful-of-times-on-an-annual-basis)?

I just need something that will put up a spline (or something similar) on an x and y column of values, and give me the interpolated result given values of X.

p.s. I know however of trendlines, but they're no use for me in this case. I cannot get the coefficients "programmatically" ...

I'd really appreciate some pragmatical help.


回答1:


http://www.ozgrid.com/Excel/excel-interpolate-cubic-curve-fit.htm

XlXtrFun.xll is what I use to get splines in Excel.




回答2:


This is a free add-in for Excel that adds spline and linear interpolation workbook functions:

http://www.srs1software.com/SRS1CubicSplineForExcel.aspx



来源:https://stackoverflow.com/questions/4094077/spline-interpolation-in-excel

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!