Description Usage Arguments Value
View source: R/sherrington-kirkpatrick.R
Simulate Kinetic Ising model dynamics on a ground truth network
1 | simulate_sherrington(input_matrix, L, noise = FALSE)
|
input_matrix |
The input (ground-truth) adjacency matrix of a graph with 'N' nodes. Must be valid square adjacency matrix. |
L |
The length of the desired time series. |
noise |
True or false value to generate noise |
An N * L array of synthetic time series data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.