|
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.218-beta+101eee949414e414795e55a6e73d88938f0177b8
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