Last chance! 50% off unlimited learning
Sale ends in
pdMat
class named in pdClass
, or
from data.class(object)
if object
inherits from
pdMat
, and is mostly used internally in other functions. See
the documentation on the principal constructor function, generally
with the same name as the pdMat
class of object.pdMat(value, form, nam, data, pdClass)
pdMat
object representing a positive-definite matrix,
inheriting from the class named in pdClass
, or from
class(object)
, if object
inherits from pdMat
.pdCompSymm
, pdDiag
,
pdIdent
, pdNatural
, pdSymm
pd1 <- pdMat(diag(1:4), pdClass = "pdDiag")
pd1
Run the code above in your browser using DataLab