nsim icon indicating copy to clipboard operation
nsim copied to clipboard

Large scale simulation of ODEs or SDEs, analyze time series.

Results 1 nsim issues
Sort by recently updated
recently updated
newest added

Hi, I am trying to use nsim to simulate the following model: ``` python """ SIR Epidemic Model S --> I --> R X(t) = [S(t), I(t)] Equations: dS =...

bug