use legendre polynomials to fit a given data
Usage
get_legendre_par(y, legendre_order, x)
Arguments
- y
vector equal to the y observed data(in this case generic effect)
- legendre_order
scalar of legendre polynomials
- x
vector equal to the x value for legendre polynomials(in this case times)
Value
the polynomials coefficients
Examples
get_legendre_par(14:1,4,1:14)
#> [1] 7.500000e+00 -6.500000e+00 1.101399e-15 -2.431504e-15 2.262431e-15