create_matrices_Matern | R Documentation |
A function to create matrices for Matern 1D (longitudinal) operator.
create_matrices_Matern(
locs,
n,
right.boundary = "neumann",
left.boundary = "neumann",
common.grid = FALSE,
extend = NULL,
max.dist,
cutoff = 1e-10,
n.cores = 1,
name = "matern",
beta = 1
)
locs |
A numeric list for the meansurement locations. |
n |
A numeric value for the number of FEM basis functions that should be used. |
right.boundary |
A character string denoting the boundary condition for the right boundary. |
left.boundary |
A character string denoting the boundary condition for the left boundary. |
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 |
name |
A character string for the operator type,
possible options are |
This is a supplementary function to be used internally by other functions.
Returns matrices.
create_operator
## Not run:
create_matrices_Matern(...)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.