sqrt-methods {distr} | R Documentation |
Methods for Function sqrt in Package ‘distr’
Description
sqrt-methods using generalized inverses for p.s.d. matrices
Usage
## S4 method for signature 'PosSemDefSymmMatrix'
sqrt(x)
Arguments
x |
a p.s.d. matrix (of class |
Methods
- sqrt
signature(x = "PosSemDefSymmMatrix")
: produces a symmetric, p.s.d. matrixy
such thatx = y^2
.
Author(s)
Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de
See Also
[Package distr version 2.9.3 Index]