Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

Revision 1c10507ace8c7c79c3ea91b2abf578f4f01678d1 authored by Kaitlyn Johnson on 21 September 2020, 14:45:57 UTC, committed by GitHub on 21 September 2020, 14:45:57 UTC
school reopening code
1 parent 763feed
  • Files
  • Changes
  • e06c5c7
  • /
  • seir_model.m
Raw File Download

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • revision
  • directory
  • content
revision badge
swh:1:rev:1c10507ace8c7c79c3ea91b2abf578f4f01678d1
directory badge
swh:1:dir:e06c5c73e13a07ae2603741346f512e5a3632073
content badge
swh:1:cnt:f7a34aa9eed25579f9ce4efdc79a2d2d8ab8467f

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • revision
  • directory
  • content
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
seir_model.m
function [y] = seir_model(tspan,y0, params)
    S0 = y0(1);
    E0 = y0(2); 
    I0 = y0(3);
    R0 = y0(4); 
    cumI0 = y0(5);
    [t,y] = ode23s(@seir_model_rhs,tspan,y0,[],params);
end
The diff you're trying to view is too large. Only the first 1000 changed files have been loaded.
Showing with 0 additions and 0 deletions (0 / 0 diffs computed)
swh spinner

Computing file changes ...

back to top

Software Heritage — Copyright (C) 2015–2026, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Content policy— Contact— JavaScript license information— Web API