Commit that implement the essentials for the lauch of a simulation of a
SIR model. - Evolution of the ContinuousTimeModel type - simulate, easy access to Trajectory fields - fix of several errors
Showing
- core/model.jl 59 additions, 0 deletionscore/model.jl
- core/observations.jl 16 additions, 13 deletionscore/observations.jl
- models/sir.jl 11 additions, 12 deletionsmodels/sir.jl
- tests/README 7 additions, 0 deletionstests/README
- tests/run_unit.jl 1 addition, 0 deletionstests/run_unit.jl
- tests/simulation/sim_sir.jl 1 addition, 1 deletiontests/simulation/sim_sir.jl
- tests/unit/simulate_sir.jl 16 additions, 0 deletionstests/unit/simulate_sir.jl
tests/README
0 → 100644
tests/unit/simulate_sir.jl
0 → 100644
Please register or sign in to comment