|
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.220-beta+a56b2444ff27b37e053039e60f062b99378309bd
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