Description Usage Arguments Value Examples
Evaluate derivatives of Fourier basis functions on a grid
1 2 3 4 5 6 7 8 |
K |
A positive integer specifying the number of eigenfunctions to generate. |
m |
the number of equispaced points on |
domain |
the domain on which basis functions are defined |
grid |
A vector specifying the time points to evaluate the basis functions. If |
r |
the order of derivative |
A m
by K
matrix, where rows index basis functions while columns index points in the grid.
1 2 | basis <- deriv.fourier(K=3, r=2)
head(basis)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.