Вы находитесь на странице: 1из 2

Sheet1

Cubic Spline Excel Function: This function was written in VBA and resides in a macro module in this workbook. An exampl
is shown below. In order to add the cubic_spline function to other workbooks, open the workbook and then click on the "Expo
button on this worksheet. In the form that appears, select the workbook that you want to add the spline function to and then pr
function code.

Arguments: The cubic_spline function takes three args - column of input data, column of output data, and single point that you

The author does not make or imply any claims about the functionality of this software and is
not in any way responsible for any damage, direct or indirect, caused by this product. The S
user uses it at their own risk.

Example of usage:

Output
True Data Spline Estimates

In TrueData In Spline
-3 4.5 -3.00 #VALUE!
-2.5 3 -2.50 #VALUE!
-1.5 1 -1.50 #VALUE!
-2 2 -2.00 #VALUE!
-1 0.5 -1.00 #VALUE!
-3.5 -3 -2.5 -2
-0.5 0.125 -0.50 #VALUE!
0 0 0.00 #VALUE!

Page 1
Sheet1

dule in this workbook. An example of how using the cubic_spline function works
kbook and then click on the "Export Spline function to other open workbook"
d the spline function to and then press the button on the form to transfer the

tput data, and single point that you want the spline evaluated for.

Spline Example

5
4.5
Output

4
3.5
3 Spline
2.5 TrueDat
a
2
1.5
1
0.5
0
-3.5 -3 -2.5 -2Input -1.5 -1 -0.5 0

Page 2

Вам также может понравиться