pub fn simulate(
y0: f64,
y3: f64,
y1: f64,
y4: f64,
y2: f64,
y5: f64,
a_exc: f64,
b_exc: f64,
a_rate: f64,
b_rate: f64,
c: f64,
e0: f64,
v0: f64,
r: f64,
dt: f64,
p_ext: &[f64],
) -> Result<JansenRitTrace, String>Expand description
Simulate a complete external-drive batch.