Description Usage Arguments Value
View source: R/simu2.data.generating.R
This function generates simulation example for STAR with partially linear varying coefficient model.
1 | simu2.data.generating(nS, nT, sigma, alpha, k = 10, boundary)
|
nS |
Number of points randomly generated from spatial domain. |
nT |
Number of times that spatial points are observed across the time. |
sigma |
Noise level. |
alpha |
α in STAR model. |
k |
The weight matrix is generated based on k-nearest neighbor. The default value in this simulation example is 10. |
boundary |
The boundary of the spatial domain. |
A list of five containing the data to fit model.
Y |
response variable. |
Z |
exogenous variables with constant linear coefficients |
X |
exogenous variables with varying linear coefficients. |
location |
A |
W |
weight matrix in STAR. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.