|
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.238-beta+a124d269d49fa775dc92e4d7ad73327f1839917b
SyntaxGSF.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