public static double[] Compute( int polynomialOrder, IList<double> xValues, IList<double> yValues )
Public Shared Function Compute ( polynomialOrder As Integer, xValues As IList(Of Double), yValues As IList(Of Double) ) As Double()
public: static array<double>^ Compute( int polynomialOrder, IList<double>^ xValues, IList<double>^ yValues )
static member Compute : polynomialOrder : int * xValues : IList<float> * yValues : IList<float> -> float[]
GSF.NumericalAnalysis.CurveFit.Compute = function(polynomialOrder, xValues, yValues);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.