Description Usage Arguments Details
Generating a random positive-definite matrix with user-specified positive eigenvalues. If eigenvalues are not specified, they are generated from a uniform distribution.
1 | get_posdef_matrix(n, ev = runif(n, 0, 10))
|
n |
Dimension of the matrix |
ev |
eigenvalue vector |
Function taken from https://stat.ethz.ch/pipermail/r-help/2008-February/153708
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.