The model constructor
Parameters of the model, and information about the one
to vary. Most easily generated with odin-js's batchParsRange
or
batchParsDisplace
Start of the simulation (often 0)
End of the simulation (must be greater than timeStart
)
The size of each step
The number of independent particles (replicates) to run
Optional
summary: SummaryRule[]An array of summary rules to apply over stochastic traces. Defaults to just the mean.
Generated using TypeDoc
Run a series of runs of a discrete-time model, returning a set of solutions.