fields exported FORTRAN | R Documentation |
These functions implement cubic smoothing splines and also provide some basic
computations for radial basis functions. All are called using the .FORTRAN
interface.
For these low level FORTRAN subroutines refer to the R functions for the calling sequence and to the src subdirectory of the fields package for the source code.
Computes a cubic smoothing spline see sreg
and splint
Finds nearest neighbor points within a fixed distance. See fields.rdist.near
Creates matrix of all polynomial terms up to fixed order. See fields.mkpoly
Evaluates a univariate polynomial. See fields.evlpoly
Evaluates a multivariate polynomial. See fields.evlpoly2
Determine which 2-d locations are within a polynomial. see in.poly
Determine which 2-d grid points locations are within a polynomial. see in.poly.grid
Multiply an exponential cross covariance matrix by another matrix. See exp.cov
Multiply an radial basis function matrix by another matrix. See rad.cov
Evaluates radial basis functions. See rdist.R
Robust cubic smoothing spline. See qsreg
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.