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