Description Usage Arguments See Also Examples
Cholesky factor of a structured sparse covariance matrix obeying exponential distance decay in covariance
1 | strucMatrixExpChol(distObj, cutOffDist = Inf)
|
distObj |
distance matrix object |
cutOffDist |
maximum distance with nonzero correlations |
Other strucMatrixSpecial: strucMatrixBlank;
strucMatrixCol;
strucMatrixCompSymm;
strucMatrixConstVarChol;
strucMatrixCorFactor;
strucMatrixCorMatChol;
strucMatrixDiag;
strucMatrixFull;
strucMatrixGenFullTri;
strucMatrixIdent;
strucMatrixInd;
strucMatrixOneOffDiag;
strucMatrixOnes;
strucMatrixSymm;
strucMatrixTri;
strucMatrixVarWithCovariate
1 | (xExpChol <- strucMatrixExpChol(dist(matrix(rnorm(10), 5, 2))))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.