PosDefSymmMatrix {distr} | R Documentation |
Generates an object of class "PosSemDefSymmMatrix"
resp. of class "PosDefSymmMatrix"
.
PosSemDefSymmMatrix(mat)
PosDefSymmMatrix(mat)
mat |
A numeric positive-[semi-]definite, symmetric matrix with finite entries. |
If mat
is no matrix, as.matrix
is applied.
Object of class "PosSemDefSymmMatrix"
resp. of class "PosDefSymmMatrix"
Matthias Kohl Matthias.Kohl@stamats.de, Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de
PosSemDefSymmMatrix(1)
PosSemDefSymmMatrix(diag(2))
PosDefSymmMatrix(1)
PosDefSymmMatrix(diag(2))