1D Polynomial Evaluation PtByPt (Not in Base Package)

Performs a polynomial evaluation of the input data using Coefficients: a. Details

input data is a set of input data.
Coefficients: a is the polynomial order plus one. The total number of elements in Coefficients: a is the polynomial order plus one.
output data is a polynomial evaluation of the input data.

1D Polynomial Evaluation PtByPt Details

The set of output data is given by

where m denotes the polynomial order.