View source: R/B_splines_est.R
| get_taus | R Documentation |
\tau.A helper function to obtain all \tau_{i}, i=-p, \dots, m + p + 1, where each \tau_{i} is as follows.
For i = -p , -p + 1, \dots , -2, -1 , m + 2, m + 3, \dots , m + p , m + p + 1, it is equal to \tau_{i} = i / (m + 1), and for i = 0, \dots , m + 1, it is \tau_{i} = \kappa_{i}.
See Choi, Li & Wang (2013, p. 615) for details.
get_taus(p, m)
p |
The order of the splines. |
m |
The number of nonboundary knots. |
A numeric vector of all \tau_{i}, i = -p, \dots, m + p + 1.
Choi, I., Li, B. & Wang, X. (2013). Nonparametric Estimation of Spatial and Space-Time Covariance Function. JABES 18, 611-630. https://doi.org/10.1007/s13253-013-0152-z
## Not run:
get_taus(3, 2)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.