polyHorner {combi} | R Documentation |
Horner's method to evaluate a polynomial, copied from the polynom package. the most efficient way
polyHorner(coefs, x)
coefs |
the polynomial coefficients |
x |
the input values for the polynomial function |
the evaluated polynomial