DR.basis {vstdct} | R Documentation |
Periodic Demmler-Reinsch Basis
Description
Calculates the periodic Demmler-Reinsch basisfor a given smoothness and a given vector of grid points. For details see (Schwarz, Krivobokova; 2016).
Usage
DR.basis(x, n, q)
Arguments
x |
|
n |
dimension of the basis |
q |
penalization order, |
Value
mxn
dimensional matrix with the n
DR basis functions evaluated at grid points x
Examples
DR.basis(seq(1,10)/10,5,2)
[Package vstdct version 0.2 Index]