This function returns the marginal model matrices and the list of penalty matrices for the tensor product bivariate smooth with the single monotone increasing or decreasing restriction along the second covariate. The marginal smooth functions of both covariates are constructed using the B-spline basis functions.
marginal.matrices.tesmi2.ps(x, z, xk, zk, m, q1, q2)
Marginal model matrix for the first unconstrained marginal smooth.
Marginal model matrix for the second monotonic marginal smooth.
A list of penalty matrices for this tensor product smooth.
A numeric vector of the values of the first covariate at which to evaluate the B-spline marginal functions.
The values in x
must be between xk[m[1]+2]
and
xk[length(xk) - m[1] - 1]
.
A numeric vector of the values of the second covariate at which to evaluate the B-spline marginal functions.
The values in z
must be between zk[m[2]+2]
and
zk[length(zk) - m[2] - 1]
.
A numeric vector of knot positions for the first covariate, x
, with non-decreasing values.
A numeric vector of knot positions for the second covariate,z
, with non-decreasing values.
A pair of two numbers where m[i]+1
denotes the order of the basis of the \(i^{th}\) marginal smooth
(e.g. m[i] = 2
for a cubic spline.)
A number denoting the basis dimension of the first marginal smooth.
A number denoting the basis dimension of the second marginal smooth.
Natalya Pya <nat.pya@gmail.com>
The function is not called directly, but is rather used internally by the constructor
smooth.construct.tesmi2.smooth.spec
and
smooth.construct.tesmd2.smooth.spec
.
Pya, N. and Wood, S.N. (2015) Shape constrained additive models. Statistics and Computing, 25(3), 543-559
Pya, N. (2010) Additive models with shape constraints. PhD thesis. University of Bath. Department of Mathematical Sciences
Wood S.N. (2006) Generalized Additive Models: An Introduction with R. Chapman and Hall/CRC Press.
smooth.construct.tesmi1.smooth.spec
,
smooth.construct.tesmi2.smooth.spec
,
marginal.matrices.tesmi1.ps
,
smooth.construct.tesmd1.smooth.spec
,
smooth.construct.tesmd2.smooth.spec