<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Modelling |</title><link>https://ad25aderram.github.io/my-portfolio/tags/modelling/</link><atom:link href="https://ad25aderram.github.io/my-portfolio/tags/modelling/index.xml" rel="self" type="application/rss+xml"/><description>Modelling</description><generator>HugoBlox Kit (https://hugoblox.com)</generator><language>en-us</language><lastBuildDate>Sat, 01 Mar 2025 00:00:00 +0000</lastBuildDate><image><url>https://ad25aderram.github.io/my-portfolio/media/icon_hu_b93c5070c370bd46.png</url><title>Modelling</title><link>https://ad25aderram.github.io/my-portfolio/tags/modelling/</link></image><item><title>COVID-19 Epidemic Modelling (SIRD)</title><link>https://ad25aderram.github.io/my-portfolio/projects/covid-sird/</link><pubDate>Sat, 01 Mar 2025 00:00:00 +0000</pubDate><guid>https://ad25aderram.github.io/my-portfolio/projects/covid-sird/</guid><description>&lt;p&gt;An epidemiological modelling project simulating the spread of COVID-19 in Morocco using the SIRD compartmental model — applied mathematics meeting a real-world public health problem.&lt;/p&gt;
&lt;h2 id="the-model"&gt;The model&lt;/h2&gt;
&lt;p&gt;The &lt;strong&gt;SIRD model&lt;/strong&gt; divides a population into four compartments evolving over time:&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Compartment&lt;/th&gt;
&lt;th&gt;Meaning&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;S&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Susceptible — not yet infected&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;I&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Infected — currently infectious&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;R&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Recovered&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;D&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Deceased&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;The dynamics are governed by a system of ordinary differential equations:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-fallback" data-lang="fallback"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;dS/dt = -β·S·I/N
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;dI/dt = β·S·I/N - γ·I - μ·I
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;dR/dt = γ·I
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;dD/dt = μ·I
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Where β is the transmission rate, γ the recovery rate, and μ the mortality rate.&lt;/p&gt;
&lt;h2 id="my-contribution"&gt;My contribution&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Analysed and implemented the SIRD ODE system&lt;/li&gt;
&lt;li&gt;Solved numerically using SciPy to simulate population evolution over time&lt;/li&gt;
&lt;li&gt;Tuned β, γ, and μ parameters against observed Moroccan COVID-19 data&lt;/li&gt;
&lt;li&gt;Visualised S, I, R, D curves and interpreted dynamics — peak infection timing, convergence behaviour, and sensitivity to β changes&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="key-finding"&gt;Key finding&lt;/h2&gt;
&lt;p&gt;A small change in the transmission rate β shifts the infection peak by weeks — a concrete illustration of why epidemic modelling matters for policy decisions, and why early intervention has outsized impact.&lt;/p&gt;
&lt;h2 id="tech-stack"&gt;Tech stack&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Language&lt;/strong&gt;: Python&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Libraries&lt;/strong&gt;: NumPy, SciPy (ODE solving), Matplotlib (visualisation)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Focus&lt;/strong&gt;: Applied mathematics, numerical methods, data visualisation&lt;/li&gt;
&lt;/ul&gt;</description></item></channel></rss>