
Last chance! 50% off unlimited learning
Sale ends in
The positive-definite matrix represented by object
, or a
square-root factor of it is obtained. Letting
pdMatrix(object, factor)
if factor
is FALSE
the positive-definite matrix
represented by object
is returned; else a square-root of the
positive-definite matrix is returned.
an object inheriting from class pdMat
, representing
a positive definite matrix.
an optional logical value. If TRUE
, a square-root
factor of the positive-definite matrix represented by object
is returned; else, if FALSE
, the positive-definite matrix is
returned. Defaults to FALSE
.
José Pinheiro and Douglas Bates bates@stat.wisc.edu
Pinheiro, J.C., and Bates, D.M. (2000) "Mixed-Effects Models in S and S-PLUS", Springer, esp. p. 162.
as.matrix.pdMat
,
pdClasses
,
pdFactor
,
pdMat
,
pdMatrix.reStruct
,
corMatrix
pd1 <- pdSymm(diag(1:4))
pdMatrix(pd1)
Run the code above in your browser using DataLab