Description Usage Arguments Value Author(s) References See Also Examples
This function generates multi-resolution thin-plate spline basis functions. The basis functions are (descendingly) ordered in terms of their degrees of smoothness with a higher-order function corresponding to larger-scale features and a lower-order one corresponding to smaller-scale details. They are useful in the spatio-temporal random effects model.
1 |
knot |
m by d matrix (d<=3) for m locations of d-dimensional knots as in ordinary splines. Missing values are not allowed. |
k |
the number (<=m) of basis functions. |
x |
n by d matrix of coordinates corresponding to n locations where the values of basis functions to be evaluated.
Default is |
maxknot |
maximum number of knots to be used in generating basis functions. If |
An mrts
object is generated. If x=NULL
(default) it returns
an m by k matrix of k basis function taken values at knots.
With x
given, it returns n by k matrix for basis functions taken values at x
.
ShengLi Tzeng and Hsin-Cheng Huang.
Tzeng, S., & Huang, H. C. (2018). Resolution Adaptive Fixed Rank Kriging. Technometrics, https://doi.org/10.1080/00401706.2017.1345701. Tzeng, S., & Huang, H. C. (2015). Multi-Resolution Spatial Random-Effects Models for Irregularly Spaced Data. arXiv preprint arXiv:1504.05659.
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.