simulate_sherrington: Generate an ising model-like time series on a graph

Description Usage Arguments Value

View source: R/sherrington-kirkpatrick.R

Description

Simulate Kinetic Ising model dynamics on a ground truth network

Usage

1
simulate_sherrington(input_matrix, L, noise = FALSE)

Arguments

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

Value

An N * L array of synthetic time series data


Fagan-Lab/dynet documentation built on March 3, 2021, 2:53 a.m.