SPDMatrix | R Documentation |
This function generates an instance of the class for the manifold of symmetric positive definite matrices \mathrm{SPD}(n).
SPDMatrix(n, ...)
n |
An integer value specifying the number of rows and columns of the matrices. |
... |
Extra arguments to be passed to parent class constructors. See
|
An object of class SPDMatrices
.
Yann Thanwerdas
Other symmetric positive definite matrix classes:
SPDMatrices
if (reticulate::py_module_available("geomstats")) { spd3 <- SPDMatrix(n = 3) spd3 }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.