From 9797a466fea09285f50d6facc2069680597d4f2c Mon Sep 17 00:00:00 2001 From: pogudingleb Date: Wed, 8 Nov 2023 23:23:42 +0100 Subject: [PATCH] spacing --- docs/src/tutorials/discrete_time.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/tutorials/discrete_time.md b/docs/src/tutorials/discrete_time.md index b2f393624..4c160a079 100644 --- a/docs/src/tutorials/discrete_time.md +++ b/docs/src/tutorials/discrete_time.md @@ -20,6 +20,7 @@ Again, we will distinguish two types of identifiability Currently, `StructuralIdentifiability.jl` allows to assess only local identifiability for discrete-time models, and below we will describe how this can be done. As a running example, we will use the following discrete version of the [SIR](https://en.wikipedia.org/wiki/Compartmental_models_in_epidemiology#The_SIR_model) model: + $\begin{cases} S(t + 1) = S(t) - \beta S(t) I(t),\\ I(t + 1) = I(t) + \beta S(t) I(t) - \alpha I(t),\\