t_0 = 0
period = 1
t_points = seq(0.05,0.95,length.out = 19)
numeric_basis(
basis_function = cbind(1/2,cos(t_points),sin(t_points)),
t_points = t_points,
t_0 = t_0,
period = period
)
Run the code above in your browser using DataLab