getbasismatrix              package:fda              R Documentation

_G_e_t _V_a_l_u_e_s _o_f _B_a_s_i_s _F_u_n_c_t_i_o_n_s

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

     Evaluates a set of basis functions for a vector of argument
     values.

_U_s_a_g_e:

     getbasismatrix(evalarg, basisfd, Lfd=0)

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

evalarg : A vector of argument values at which the basis object is to
          be evaluated. 

basisfd : A basis object. 

    Lfd : Either a nonnegative integer or a linear differential
          operator object. If present, the derivative or the value of
          applying the operator is evaluated rather than the basis
          functions themselves. 

_D_e_t_a_i_l_s:

_V_a_l_u_e:

     A matrix with number of rows equal to the length of evalarg and
     number of columns equal to the number of basis functions. The
     matrix contains values of each basis function at each argument
     value.

_N_o_t_e:

_A_u_t_h_o_r(_s):

_R_e_f_e_r_e_n_c_e_s:

_S_e_e _A_l_s_o:

_E_x_a_m_p_l_e_s:

