File:SIR flattening the curve 3variants.svg

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file(SVG file, nominally 460 × 900 pixels, file size: 132 KB)

Captions

Captions

Three courses of a desease according to the SIR model: high infection rate (top), half of the infection rate (middle), a quarter of the infection rate (bottom). In the last case, 10.7% of the individuals don't get infected.

Summary[edit]

Description
Deutsch: Oft wird behauptet, eine „Abflachung der Infektionskurve“ führe nicht zu einer Verringerung der Anzahl Individuen, die sich im Verlauf des Infektionsgeschehens insgesamt anstecken; vielmehr würden sich die Infektionen nur über einen längeren Zeitraum verteilen. Dies ist nicht richtig, wenn die Infektion z. B. dem SIR-Modell gehorcht. Wir zeigen dies anhand von drei SIR-Modellen (Susceptibles: blau; Infected: orange; Removed/Recovered: grün) mit den gemeinsamen Startwerten sowie der konstanten Rate für die Gruppe R. Von oben nach unten unterscheiden sich die Modelle wie folgt:
  1. über einen maximalen Zeitraum : , d. h. es wurden praktisch alle Individuen infiziert.
  2. über einen maximalen Zeitraum : , d. h. trotz Halbierung der Infektionsrate wurden noch fast alle Individuen infiziert.
  3. über einen maximalen Zeitraum : , d. h. sinkt die Infektionsrate auf ein Viertel, wurden 107 Individuen (über 10 %) nicht infiziert.

Folgerung: Die Behauptung trifft in guter Näherung zu, solange die Infektionsrate nicht sehr stark gesenkt werden kann. Ist es hingegen möglich, Ansteckungen extrem wirksam zu verhindern, so kann eine signifikante Zahl von Individuen tatsächlich vor einer Infektion geschützt werden. Diese Grafik wurde mit de:Mathematica erstellt, wobei die numerischen Lösungen des nachfolgenden Systems von Differentialgleichungen ermittelt wurden:

Der entscheidende Teil der Konstruktion lautet:

equationS = s'[t] == -b s[t] i[t]
equationI = i'[t] == b s[t] i[t] - g i[t]
equationR = r'[t] == g i[t]
...
solution = 
  NDSolve[{equationS, equationI, equationR, s[0] == s0, i[0] == i0, 
    r[0] == r0}, {s, r, i}, {t, tmax}];
solutionS = First[s /. solution];
solutionI = First[i /. solution];
solutionR = First[r /. solution];
...
sirPLOT = 
 Plot[{solutionS[t], solutionI[t], solutionR[t]}, {t, 0, tmax}, 
  PlotRange -> {0, 1000}, 
  PlotStyle -> {Blue, Orange, Green}]

Anmerkung: In der Literatur werden teilweise modifizierte Formen dieser DGL benutzt, die aber gleichwertig sind. Leider werden oft dieselben Parameter benutzt. Beispiel für die erste DGL, wobei die Infektionsrate der Klarheit halber benannt ist:

Setzt man , so ist die DGL identisch mit der oben verwendeten. ist konstant (Invariante des Modells) und für die Aufstellung der DGL nicht erforderlich; bei der hier verwendeten Implementierung wurde noch nicht einmal eine Variable für vorgesehen.
English: It is often claimed that „flattening the curve“ does not lead to a reduction in the total number of individuals infected during the course of the desease; rather, the infections would only spread over a longer period of time. This is not correct if e. g. the SIR model can be applied to the infection. This is shown using three SIR models (susceptibles: blue; infected: orange; removed/recovered: green) with common initial values and constant rate for group R. The models differ from top to bottom as follows:
  1. over a period of time : , i. e. virtually all individuals were infected.
  2. over a period of time : , i. e. despite half the infection rate, almost all individuals were still infected.
  3. over a period of time : , i. e. if the infection rate can be reduced to a quarter, 107 individuals (over 10 %) were not infected.

Conclusion: The claim is true with a good approximation as long as the infection rate cannot be reduced to the extreme. However, if it is possible to prevent infections extremely effectively, a significant number of individuals can actually be protected from infection. This image was created with en:Wolfram Mathematica by computing the numerical solutions of the following system of differential equations:

The core part of the construction is as follows:

equationS = s'[t] == -b s[t] i[t]
equationI = i'[t] == b s[t] i[t] - g i[t]
equationR = r'[t] == g i[t]
...
solution = 
  NDSolve[{equationS, equationI, equationR, s[0] == s0, i[0] == i0, 
    r[0] == r0}, {s, r, i}, {t, tmax}];
solutionS = First[s /. solution];
solutionI = First[i /. solution];
solutionR = First[r /. solution];
...
sirPLOT = 
 Plot[{solutionS[t], solutionI[t], solutionR[t]}, {t, 0, tmax}, 
  PlotRange -> {0, 1000}, 
  PlotStyle -> {Blue, Orange, Green}]

Note: Some authors use modified, but equivalent forms of the ODEs. Unfortunately, the same parameters are sometimes used. Example for the first ODE, where the infection rate is named for the sake of clarity:

By substituting , you get the same ODE as above. is a constant value (invariant of the model) and not needed for the ODE; in fact, the implementation didn't even use a variable for .
Date
Source own image
Author Phrontis

Licensing[edit]

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.

I have published this image or video as author Phrontis under the licence "CC-BY-SA-3.0" in Wikipedia. This means that free (non-commercial as well as commercial) usage outside of Wikipedia is permitted under the following licence terms:

  • Online media:
    1. The author „Phrontis at Wikimedia Commons“ is named
    2. The license "Creative Commons Attribution ShareAlike 3.0" (short: cc-by-sa-3.0) is named. The name of the license (full or short) is linked to https://creativecommons.org/licenses/by-sa/3.0/
    3. As alternative to the previous condition you may use a link to the original image: //commons.wikimedia.org/wiki/File:SIR_flattening_the_curve_3variants.svg

Please send me a specimen copy or the URL of the website where the image or video is used.

Please contact me via Wikipedia (email (account needed) or leave a message) if you

  • need the image or video in a higher resolution
  • need my postal address for sending a specimen copy
  • have further questions about the terms of the licence.

Dieses Foto bzw. Video habe ich als Urheber Phrontis unter der Lizenz CC-BY-SA-3.0 (de) in der Wikipedia veröffentlicht. Dies bedeutet, dass eine kostenlose – sowohl nichtkommerzielle als auch kommerzielle – Nutzung außerhalb der Wikipedia unter folgenden Bedingungen möglich ist:

  • Online-Medien:
    1. Als Urheber wird „Phrontis auf Wikimedia Commons“ genannt.
    2. Es wird die Lizenz „Creative Commons Attribution ShareAlike 3.0“ (Kurzform: cc-by-sa-3.0) genannt und mit der URL https://creativecommons.org/licenses/by-sa/3.0/ verlinkt.
    3. Alternativ zum vorstehenden Punkt darf als Vereinfachung auch ein Link auf das Originalfoto gesetzt werden: //commons.wikimedia.org/wiki/File:SIR_flattening_the_curve_3variants.svg

Ich bitte um Zusendung eines Belegexemplares bzw. der URL, wo das Foto bzw. das Video benutzt wird.

Bitte kontaktieren Sie mich über Wikipedia (E-Mail (Benutzerkonto erforderlich) oder hinterlassen Sie eine Nachricht), wenn Sie

  • das Foto bzw. Video in einer höheren Auflösung benötigen
  • meine Adresse für die Zusendung eines Belegexemplares benötigen
  • weitergehende Fragen zur Lizenznutzung haben.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current08:03, 20 April 2020Thumbnail for version as of 08:03, 20 April 2020460 × 900 (132 KB)Phrontis (talk | contribs)== {{int:filedesc}} == {{Information |Description= {{de|1=Oft wird behauptet, eine „Abflachung der Infektionskurve“ führe nicht zu einer Verringerung der Anzahl Individuen, die sich im Verlauf des Infektionsgeschehens insgesamt anstecken; vielmehr würden sich die Infektionen nur über einen längeren Zeitraum verteilen. Dies ist nicht richtig, wenn die Infektion z. B. dem SIR-Modell gehorcht. Wir zeigen dies anhand von drei SIR-Modellen mit den gemeinsamen Startwerten <math display="inline...

There are no pages that use this file.

Metadata