

tlpoly(timeslab)                             R Documentation

_E_v_a_l_u_a_t_e _a _P_o_l_y_n_o_m_i_a_l _a_t _a _V_e_c_t_o_r _o_f _P_o_i_n_t_s

_D_e_s_c_r_i_p_t_i_o_n_:

     Evaluate a Polynomial at a Vector of Points

_U_s_a_g_e_:

     tlpoly(coeffs,x)

_A_r_g_u_m_e_n_t_s_:

  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.

_V_a_l_u_e_:

  tlpoly: returns an array containing the values of the
          polynomial.

