Description Usage Arguments Value
View source: R/ising-glauber.R
Simulate Kuramoto model on a ground truth network
1 | simulate_ising(input_matrix, L, init = NULL, beta = 2)
|
input_matrix |
The input (ground-truth) adjacency matrix of a graph with N nodes. Must be valid N*N square adjacency matrix. |
L |
Integer length of the desired time series. |
init |
Vector initial condition, which must have binary value (0 or 1) and must have length N |
beta |
Float Inverse temperature tuning the likelihood that a node switches its state. Default to 2. |
An N * L observations on N nodes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.