create_matrices_FD2 | R Documentation |
A function to create matrices for Finite difference operator, one sided.
create_matrices_FD2(
locs,
common.grid = FALSE,
extend = NULL,
max.dist,
cutoff = 1e-10,
n.cores = 1,
Y = NULL,
loc.Y = NULL,
max.dY = -1,
nJump = 3
)
locs |
A numeric list for the meansurement locations. |
common.grid |
A logical variable for using a common grid for all subjects,
|
extend |
A numeric vector with two elements specifying the amount of extension of the grid to the left and right beyondthe measurement locations. |
max.dist |
A numeric value for largest distance between nodes in the discretization |
This is a supplementary function to be used internally by other functions.
Returns matrices.
create_operator
## Not run:
create_matrices_FD2(...)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.