Variables, parameters and states
Mathematical models describe biological systems using mathematical quantities. Three fundamental ideas are variables, parameters and states. They have different roles in a model and should be distinguished clearly.
Variables
In a population model, the population size may change with time. We can write it as
\[ N(t), \]where \(N\) is the population size and \(t\) is time. Writing \(N(t)\) emphasises that the value of \(N\) may be different at different times.
A model can contain several variables. In an epidemic model, for example,
\[ S(t),\qquad I(t),\qquad R(t) \]may represent the numbers of susceptible, infectious and recovered individuals at time \(t\).
Parameters
Consider the simple population equation
\[ \frac{dN}{dt}=rN. \]Here \(N(t)\) is a variable, while \(r\) is a parameter controlling the growth or decline represented by the model.
Parameters often represent biological characteristics such as transmission, recovery, birth or death characteristics. Their precise interpretation depends on the model in which they appear.
States
If population size is the only variable, the state at time \(t\) can simply be \(N(t)\). If several variables are required, the state consists of their values together.
For an SIR epidemic model, the state can be written as the vector
For example,
\[ \mathbf{X}(t)= \begin{pmatrix} 900\\ 80\\ 20 \end{pmatrix} \]means that at time \(t\) there are 900 susceptible, 80 infectious and 20 recovered individuals. These values describe the epidemic state at that time.
How the ideas differ
| Concept | Role | Example |
|---|---|---|
| Variable | A quantity that changes | \(I(t)\) |
| Parameter | A quantity specifying a model characteristic | \(r\) |
| State | The collection of values describing the system at a given time | \((S(t),I(t),R(t))\) |