Description Arguments Value Usage Examples
Provides type constructors for creating random matrices. Various studies can be initiated afterward.
real |
Whether the matrix has real components or not |
n |
Number of rows |
m |
Number of columns |
m1 |
Number of columns |
m2 |
Number of columns |
sd |
Standard deviation of the sample population |
count |
Number of matrices in the ensemble |
model |
The random matrix model to use |
Returns a model type. Use with rmatrix
or
Ensemble
to generate actual matrices.
RandomMatrixModel(real=TRUE, ...)
WignerMatrix(x, model)
WishartModel(n, m, sd=1, ...)
JacobiModel(n, m1, m2, ...)
Ensemble(count, model)
1 2 3 | model <- WignerModel(10)
m <- rmatrix(model)
e <- Ensemble(20, model)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.