Description Arguments Value Usage Examples
This is the analog to dnorm except for a random matrix
x |
A numeric vector |
model |
The random matrix model |
A vector of corresponding densities
dmatrix(x, model)
dmatrix(x, model)
dmatrix(x, model)
1 2 | m <- WignerModel(100)
dmatrix(seq(-1,1,by=0.02), m)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.