You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Developed simple M/M/s examples as templates in Python (**SimPy**) and R (**simmer**) that meet all requirements we identified.
110
+
111
+
* Meets all requirements (from Heather et al. (2025) and NHS Levels of RAP) - for example:
112
+
* Structured as a package.
113
+
* Unit tests, back tests and functional tests.
114
+
115
+
. . .
116
+
117
+
* Complementary structure between Python and R models.
118
+
119
+
. . .
120
+
121
+
* Python mostly classes, R mostly functions (as is typical for each language).
122
+
123
+
. . .
124
+
125
+
* Provides code for simulation with scenarios and sensitivity analysis as well as choice of model parameters (input modelling, warm-up length, number of replications).
126
+
107
127
{{< include html/stroke.md >}}
108
128
109
-
Applied out templates to a stroke pathway model described in a published paper. This provided a **real**, more **complex** example and helped **refine** the template.
129
+
Applied the templates to a stroke pathway model described in a published paper. This provided a **real**, more **complex** example and helped **refine** the template.
0 commit comments