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