Cubic Spline v101

You might also like

You are on page 1of 4

Sheet1

Cubic Spline Excel Function: This function was written in VBA and resides in a macro module in this workbook. An exampl
function works is shown below. In order to add the cubic_spline function to other workbooks, open the workbook and then clic
to other open workbook" button on this worksheet. In the form that appears, select the workbook that you want to add the splin
button on the form to transfer the 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, Spline Examp
caused by this product. The user uses it at their own risk.
6

Example of usage: 5

Output
4
True Data Spline Estimates
3
In TrueData In Spline 2
1 0.75 1 #VALUE!
1
2 0 1.2 #VALUE!
3 -1 1.4 #VALUE! 0
4 3 1.6 #VALUE! 0.5 1 1.5 2 2.5 3 3.5
-1
5 4.75 1.8 #VALUE!
-2 Input
2 #VALUE!
2.2 #VALUE!
2.4 #VALUE!
2.6 #VALUE!
2.8 #VALUE!
3 #VALUE!
3.2 #VALUE! Please visit my website for comments and
3.4 #VALUE! http://www.srs1software.com
3.6 #VALUE! Register you this freeware at:
3.8 #VALUE! http://www.srs1software.com/cs_reg
4 #VALUE!
4.2 #VALUE!
4.4 #VALUE!
4.6 #VALUE!
4.8 #VALUE!
5 #VALUE!
5.2 #VALUE!

Page 1
Sheet1

odule in this workbook. An example of how using the cubic_spline Función de Excel de spline cúbico: esta función se es
ks, open the workbook and then click on the "Export Spline function libro de trabajo. A continuación, se muestra un ejemplo
rkbook that you want to add the spline function to and then press the la función cubic_spline a otros libros, abra el libro y lueg
libro abierto" en esta hoja de trabajo. En la forma que
función spline y luego presione el botón en el formulario p
utput data, and single point that you want the spline evaluated for.
Argumentos: La función cubic_spline toma tres args: colu
El autor no realiza ni implica ningún reclamo sobre la fun
responsable por ningún daño, directo o indirecto, causa
Spline Example ries

Spline
TrueDat
a

5 1 1.5 2 2.5 3 3.5 4 4.5 5 5.5

Input

sit my website for comments and questions!


ww.srs1software.com
you this freeware at:
ww.srs1software.com/cs_registration.htm

Page 2
Sheet1

e spline cúbico: esta función se escribió en VBA y reside en un módulo de macro en este
ntinuación, se muestra un ejemplo de cómo funciona la función cubic_spline. Para agregar
ne a otros libros, abra el libro y luego haga clic en el botón "Exportar función spline a otro
a hoja de trabajo. En la forma que aparece, seleccione el libro al cual desea agregar la
o presione el botón en el formulario para transferir el código de la función.

ón cubic_spline toma tres args: columna de datos de entrada, columna de datos de salida y punto único para el que desea evaluar la splin
implica ningún reclamo sobre la funcionalidad de este software y no es de ninguna manera
ngún daño, directo o indirecto, causado por este producto. El usuario lo usa bajo su propio
riesgo.

Page 3
Sheet1

o para el que desea evaluar la spline.

Page 4

You might also like