Many ecological and epidemiological models are defined in terms of discrete time. Would it be possible to have these explicitly supported in ModelingToolkit? There are two routes to this, as fair as I can see:
- Take your standard ModelingToolkit model code, plus a delta t, and turn the rates into probabilities/proportions as in the following
- Write the ModelingToolkit model directly in terms of probabilities/proportions, and generate maps/Markov models directly (ie no need for specifying a time step, transforming parameters, etc.)