data.BPST | R Documentation |
This function generate the testing dataset for bivariate spline smoothing.
data.BPST(Z, V, Tr, func = 1, sigma = 0.1, iter = 2019)
Z |
The cooridinates of dimension |
V |
The |
Tr |
The triangulation matrix of dimention |
func |
The choice of test function – default is 1. Possible choices include 1,2,3,4,5,6,7,8.
|
sigma |
The standard deviation of the white noise – default is 0.1.
|
This R program is modified based on the Matlab program written by Ming-Jun Lai from the University of Georgia and Li Wang from the Iowa State University.
A list of vectors and matrice, including:
Y |
The response variable. |
mu |
The mean function. |
Z |
The coordinates. |
ind |
A vector contains the indicators whether the point is inside the given triangulation. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.