Craft numerical functions to be used by mkterm
to
assemble model terms.
mkrk.cubic(range)
mkphi.cubic(range)
mkrk.trig(range)
mkphi.trig(range)
mkrk.cubic.per(range)
mkrk.linear(range)
mkrk.linear.per(range)
A list of two elements.
Function definition.
Portable local constants derived from the argument.
Numerical vector whose minimum and maximum specify the range on which the function to be crafted is defined.
mkrk.cubic
, mkphi.cubic
, and mkrk.linear
implement the polynomial spline construction in Gu (2002,
Sec. 2.3.3) for \(m=2,1\).
mkrk.cubic.per
and mkrk.linear.per
implement the
periodic polynomial spline construction in Gu (2002, Sec. 4.2.1) for
\(m=2,1\).
Gu, C. (2013), Smoothing Spline ANOVA Models (2nd Ed). New York: Springer-Verlag.
mkterm
, mkfun.tp
, and
mkrk.nominal
.