Description Usage Arguments Value Author(s)
This Funtion Creates Sparse Precision Matrices with a shape specified by the user.
1 | spaPreMatGen(p = c(10, 10, 10), type = "R", sparsity = NULL)
|
p |
A vector specifying the dimension size of each precision graph, it defaults to a 3 dimesional Tensor with each dimension os size 10. |
type |
A charachter strin specifying the matrix structure:
It defaults to a random matrix "R". |
sparsity |
A vector with the requiered sparsity for the Random Matrix. If NULL it defaults to a 10% sparsity level for each precision matrix. |
A list of lists containing the Presion Matrices, the Covariance Matrices and the Adjacency Matrices.Each list is as follows:
A list of Precision Matrices.
A list of Covariance Matrices.
A list of Adjacency Matrices.
Rene Gutierrez Marquez
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.