get_legendre_matrix {idopNetwork} | R Documentation |
generate legendre matrix
get_legendre_matrix(x, legendre_order)
x |
vector equal to the x value for legendre polynomials(in this case times) |
legendre_order |
the order of legendre polynomials |
the polynomials value of each order
get_legendre_matrix(1:14,4)