|
SplineFitComputeCubicSplines Method
|
Computes a cubic spline for interpolating values from the given data set.
Namespace: GSF.NumericalAnalysisAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
Syntax GSF.NumericalAnalysis.SplineFit.ComputeCubicSplines = function(xValues, yValues);
View SourceParameters
- xValues IListDouble
- The x-values of each sampled data point.
- yValues IListDouble
- The y-values of each sampled data point.
Return Value
SplineFitA
SplineFit representing the collection of splines to be used for interpolation.
See Also