Description Usage Arguments Value Examples
An Erdos-Renyi Graph is a graph whose edges are connected ~ Bern(p). Hence, its transition matrix will have nonzero entries with that probability. So, we can alternatively think of the transition matrix for such walk as a stochastic matrix with parameterized sparsity.
1 | RM_erdos(N, p)
|
N |
number of dimensions of the square matrix |
p |
the probability two vertices are connected in an Erdos-Renyi graph. |
A random stochastic matrix corrosponding to a walk on an Erdos-Renyi graph with probability p.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.