powered by
Provides type constructors for creating random matrices. Various studies can be initiated afterward.
Whether the matrix has real components or not
Number of rows
Number of columns
Standard deviation of the sample population
Number of matrices in the ensemble
The random matrix model to use
Returns a model type. Use with rmatrix or Ensemble to generate actual matrices.
rmatrix
Ensemble
RandomMatrixModel(real=TRUE, ...)
WignerMatrix(x, model)
WishartModel(n, m, sd=1, ...)
JacobiModel(n, m1, m2, ...)
Ensemble(count, model)
# NOT RUN { model <- WignerModel(10) m <- rmatrix(model) e <- Ensemble(20, model) # }
Run the code above in your browser using DataLab