tlpoly(timeslab) | R Documentation |
Evaluate a Polynomial at a Vector of Points
tlpoly(coeffs,x)
coeffs |
Array of length $p+1$ containing the coefficients of the
polynomial of degree $p$, ({coeffs }(i) is the coefficient of power
$i-1$). |
x |
Array containing the points at which to evaluate the polynomial. |
tlpoly |
returns an array containing the values of the polynomial. |