Categories
RSS Feed
Search NewtonExcelBach
Archives
Top Posts
- Time in hours and minutes between two dates
- Using LINEST for non-linear curve fitting
- Cubic Splines
- Removing Add-ins
- Latex Maths Text in Excel
- Commenting a block of code in VBA
- Using Linest for non-linear curve fitting, examples, hints and warnings
- Solving cubic and quartic equations with Excel
- Solving Quadratic, Cubic, Quartic and higher order equations; examples
- Retrieving unique values from a range or array ...
Recent Comments
Tag Archives: spline curve fitting
Update to AL-Spline-Matrix
The AL-Spline-Matrix spreadsheet contains a large number of VBA user defined functions (UDFs) performing spline fitting and matrix operations, using the free and open source ALGLIB library. It was recently pointed out that the Excel interface code for the CSplineFitCW1da … Continue reading
Posted in AlgLib, Excel, Maths, Newton, UDFs, VBA
Tagged AlgLib, Cubic spline, Excel, spline curve fitting, UDF, VBA, weights and constraints
1 Comment
Alglib/Python spline functions
Continuing from the previous post, the new xl_Spline-Matrix.zip spreadsheet includes functions for 1D and 2D linear and cubic splines. The basic 1D spline allows for output of linear splines, or 5 different types of cubic spline, as listed above. Output may … Continue reading
Posted in AlgLib, Excel, Link to Python, Maths, Newton, Numerical integration, UDFs, VBA
Tagged 1D splines, 2D splines, AlgLib, Cubic splines, Excel, Excel-Python, Python, spline curve fitting, spline differentiation, Spline Integration, UDF, VBA
1 Comment