Description Usage Arguments Value Examples
Given the same arguments as RM_norm, this function returns an ensemble of random Erdos-Renyi stochastic matrices. While random matrices usually do not exude unique properties on their own, they do indeed have deterministic properties at the ensemble level in terms of their spectral statistics.
1 | RME_erdos(N, p, size)
|
N |
number of dimensions of the square matrix |
p |
the probability two vertices are connected in an Erdos-Renyi graph. |
size |
the size of the ensemble (i.e. number of matrices) |
An ensemble (list) of Erdos-Renyi transition matrices as specified by the matrix arguments.
1 2 | # Generate an ensemble of 10x10 Erdos-Renyi transition matrices of size 50 with p = 0.7
ensemble <- RME_erdos(N = 10, p = 0.7, size = 50)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.