pdClasses.Rd
Standard classes of positive-definite matrices (pdMat
)
available in the nlme package.
Available standard classes:
general positive-definite matrix, with no additional structure
general positive-definite matrix, with no additional structure, using a log-Cholesky parameterization
diagonal
multiple of an identity
compound symmetry structure (constant diagonal and constant off-diagonal elements)
block-diagonal matrix, with diagonal blocks of any
"atomic" pdMat
class
general positive-definite matrix in natural parametrization (i.e. parametrized in terms of standard deviations and correlations). The underlying coefficients are not unrestricted, so this class should NOT be used for optimization.
Pinheiro, J.C., and Bates, D.M. (2000) "Mixed-Effects Models in S and S-PLUS", Springer.
Users may define their own pdMat
classes by specifying a
constructor function and, at a minimum, methods for the
functions pdConstruct
, pdMatrix
, and coef
.
For examples of these functions, see the methods for classes pdSymm
and pdDiag
.