simulators#
This module provides Simulator
, make_simulator()
,
and several other kinds of Simulator
implementations, which serve as generative
mathematical models, or data generating processes, with their primary function being to sample data.
Functions
Classes
|
|
|
Implements a simulator based on a sampling function. |
|
Lotka Volterra simulated benchmark. |
|
Wraps a sequence of simulators for use with a model comparison approximator. |
|
SIR simulated benchmark See: https://arxiv.org/pdf/2101.04653.pdf, Task T.9 |
|
Combines multiple simulators into one, sequentially. |
|
Two moons simulated benchmark. |