Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- configuration :: Time -> (Rate, Rate, Rate) -> SimulationConfiguration BDSRates BDSPopulation
- allEvents :: BDSRates -> Time -> (Time, [EpidemicEvent], BDSPopulation, Integer) -> GenIO -> IO (Time, [EpidemicEvent], BDSPopulation, Integer)
Documentation
:: Time | Duration of the simulation |
-> (Rate, Rate, Rate) | Birth, Death and Sampling rates |
-> SimulationConfiguration BDSRates BDSPopulation |
Configuration of a birth-death-sampling simulation.