Given scores (coefficients), this function calculates a linear combination of spline basis functions on one-dimensional domains based on the gam function in the mgcv package.
splineFunction1D(scores, argvals, bs, m, k)An object of class funData with N observations on
argvals, corresponding to the linear combination of spline basis
functions.
A matrix of dimension N x K, representing the K
scores (coefficients) for each of the N observations.
A list containing a vector of x-values, on which the functions should be defined.
A character string, specifying the type of basis functions to be
used. Please refer to smooth.terms for a list of
possible basis functions.
A numeric, the order of the spline basis. See s
for details.
A numeric, the number of basis functions used. See
s for details.
univExpansion, gam,
splineBasis1D