PolynomialInterpolation

Parent Previous Next

PolynomialInterpolation(DataArray, Periods, Degree)


DataArray - Is the array that the indicator should be calculated on.


Periods - The number of periods that the polynomial should be interpolated through.


Degree - The degree of the polynomial.


Uses the orthogonal method of polynomial interpolation to interpolate a polynomial of the specified degree on a number through a number of periods.