pub fn simulate(
s1: f64,
s2: f64,
noise1: f64,
noise2: f64,
tau_s: f64,
tau_ampa: f64,
gamma: f64,
j_n: f64,
j_cross: f64,
i_0: f64,
sigma: f64,
dt: f64,
stim1: &[f64],
stim2: &[f64],
xi: &[f64],
) -> Result<WongWangTrace, String>Expand description
Simulate a complete deterministic-sample batch.