get_taus: Get all tau.

View source: R/B_splines_est.R

get_tausR Documentation

Get all \tau.

Description

A helper function that repeatedly calls get_tau 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.

Usage

get_taus(p, m)

Arguments

p

The order of the splines.

m

The number of nonboundary knots.

Value

A numeric vector of all \tau_{i}, i = -p, \dots, m + p + 1.

References

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

Examples

get_taus(3, 2)

CovEsts documentation built on Sept. 10, 2025, 10:39 a.m.

Related to get_taus in CovEsts...