36 STRESS-DES Reporting
36.1 Reporting guidelines
Reporting guidelines are structured sets of recommendations designed to improve the clarity and completeness of published research. They provide list of information that authors should ensure they include in their report/manuscript.
36.2 STRESS-DES
An example of relevant guidelines for DES models are the The Strengthening The Reporting of Empirical Simulation Studies (STRESS) Discrete Event Simulation (DES) guidelines.
STRESS-DES is 20-item checklist. It was designed to improve the reporting of DES models, ensuring that your report includes enough information for others to understand, evaluate and replicate the findings of your work.. It was published in:
Monks, T., Currie, C. S. M., Onggo, B. S., Robinson, S., Kunc, M., & Taylor, S. J. E. (2018). Strengthening the reporting of empirical simulation studies: Introducing the STRESS guidelines. Journal of Simulation, 13(1), 55–67. https://doi.org/10.1080/17477778.2018.1442155.
36.3 How to use the guidelines?
You can refer to the guidelines when writing your report, making sure to cover all the required points from the checklist. This will help ensure your model is clear, complete and replicable.
It can be helpful to create a column in the checklist where you mark whether you have addressed each item. You can also note the relevant section in your report and even copy or paraphrase key sections into the checklist itself. This makes it easier to track your progress and ensure that nothing is overlooked.
Including the completed checklist as supporting/supplementary material with your report allows readers and reviewers to more easily identify these relevant details about your model, and verify that they are present in the report.
36.4 View and download the guidelines
View on the equator network.
STRESS-DES guidelines:
Section/Subsection | Item | Recommendation |
---|---|---|
1. Objectives | ||
Purpose of the model | 1.1 | Explain the background and objectives for the model. |
Model outputs | 1.2 | Define all quantitative performance measures that are reported, using equations where necessary. Specify how and when they are calculated during the model run along with how any measures of error such as confidence intervals are calculated. |
Experimentation aims | 1.3 | If the model has been used for experimentation, state the objectives that it was used to investigate. (A) Scenario based analysis – Provide a name and description for each scenario, providing a rationale for the choice of scenarios and ensure that item 2.3 (below) is completed. (B) Design of experiments – Provide details of the overall design of the experiments with reference to performance measures and their parameters (provide further details in data below). (C) Simulation Optimisation – (if appropriate) Provide full details of what is to be optimised, the parameters that were included and the algorithm(s) that was be used. Where possible provide a citation of the algorithm(s). |
2. Logic | ||
Base model overview diagram | 2.1 | Describe the base model using appropriate diagrams and description. This could include one or more process flow, activity cycle or equivalent diagrams sufficient to describe the model to readers. Avoid complicated diagrams in the main text. The goal is to describe the breadth and depth of the model with respect to the system being studied. |
Base model logic | 2.2 | Give details of the base model logic. Give additional model logic details sufficient to communicate to the reader how the model works. |
Scenario logic | 2.3 | Give details of the logical difference between the base case model and scenarios (if any). This could be incorporated as text or where differences are substantial could be incorporated in the same manner as 2.2. |
Algorithms | 2.4 | Provide further detail on any algorithms in the model that (for example) mimic complex or manual processes in the real world (i.e. scheduling of arrivals/ appointments/ operations/ maintenance, operation of a conveyor system, machine breakdowns, etc.). Sufficient detail should be included (or referred to in other published work) for the algorithms to be reproducible. Pseudo-code may be used to describe an algorithm. |
Components - entities | 2.5.1 | Give details of all entities within the simulation including a description of their role in the model and a description of all their attributes. |
Components - activities | 2.5.2 | Describe the activities that entities engage in within the model. Provide details of entity routing into and out of the activity. |
Components - resources | 2.5.3 | List all the resources included within the model and which activities make use of them. |
Components - queues | 2.5.4 | Give details of the assumed queuing discipline used in the model (e.g. First in First Out, Last in First Out, prioritisation, etc.). Where one or more queues have a different discipline from the rest, provide a list of queues, indicating the queuing discipline used for each. If reneging, balking or jockeying occur, etc., provide details of the rules. Detail any delays or capacity constraints on the queues. |
Components - entry/exit points | 2.5.5 | Give details of the model boundaries i.e. all arrival and exit points of entities. Detail the arrival mechanism (e.g. ‘thinning’ to mimic a non-homogenous Poisson process or balking). |
3. Data | ||
Data sources | 3.1 | List and detail all data sources. Sources may include: • Interviews with stakeholders, • Samples of routinely collected data, • Prospectively collected samples for the purpose of the simulation study, • Public domain data published in either academic or organisational literature. Provide, where possible, the link and DOI to the data or reference to published literature. All data source descriptions should include details of the sample size, sample date ranges and use within the study. |
Pre-processing | 3.2 | Provide details of any data manipulation that has taken place before its use in the simulation, e.g. interpolation to account for missing data or the removal of outliers. |
Input parameters | 3.3 | List all input variables in the model. Provide a description of their use and include parameter values. For stochastic inputs provide details of any continuous, discrete or empirical distributions used along with all associated parameters. Give details of all time dependent parameters and correlation. Clearly state: • Base case data • Data use in experimentation, where different from the base case. • Where optimisation or design of experiments has been used, state the range of values that parameters can take. • Where theoretical distributions are used, state how these were selected and prioritised above other candidate distributions. |
Assumptions | 3.4 | Where data or knowledge of the real system is unavailable what assumptions are included in the model? This might include parameter values, distributions or routing logic within the model. |
4. Experimentation | ||
Initialisation | 4.1 | Report if the system modelled is terminating or non-terminating. State if a warm-up period has been used, its length and the analysis method used to select it. For terminating systems state the stopping condition. State what if any initial model conditions have been included, e.g., pre-loaded queues and activities. Report whether initialisation of these variables is deterministic or stochastic. |
Run length | 4.2 | Detail the run length of the simulation model and time units. |
Estimation approach | 4.3 | State the method used to account for the stochasticity: For example, two common methods are multiple replications or batch means. Where multiple replications have been used, state the number of replications and for batch means, indicate the batch length and whether the batch means procedure is standard, spaced or overlapping. For both procedures provide a justification for the methods used and the number of replications/size of batches. |
5. Implementation | ||
Software or programming language | 5.1 | State the operating system and version and build number. State the name, version and build number of commercial or open source DES software that the model is implemented in. State the name and version of general-purpose programming languages used (e.g. Python 3.5). Where frameworks and libraries have been used provide all details including version numbers. |
Random sampling | 5.2 | State the algorithm used to generate random samples in the software/programming language used e.g. Mersenne Twister. If common random numbers are used, state how seeds (or random number streams) are distributed among sampling processes. |
Model execution | 5.3 | State the event processing mechanism used e.g. three phase, event, activity, process interaction. Note that in some commercial software the event processing mechanism may not be published. In these cases authors should adhere to item 5.1 software recommendations. State all priority rules included if entities/activities compete for resources. If the model is parallel, distributed and/or use grid or cloud computing, etc., state and preferably reference the technology used. For parallel and distributed simulations the time management algorithms used. If the HLA is used then state the version of the standard, which run-time infrastructure (and version), and any supporting documents (FOMs, etc.) |
System specification | 5.4 | State the model run time and specification of hardware used. This is particularly important for large scale models that require substantial computing power. For parallel, distributed and/or use grid or cloud computing, etc. state the details of all systems used in the implementation (processors, network, etc.). |
6. Code access | ||
Computer model sharing statement | 6.1 | Describe how someone could obtain the model described in the paper, the simulation software and any other associated software (or hardware) needed to reproduce the results. Provide, where possible, the link and DOIs to these. |
36.5 Other relevant guidelines
An example of another guideline specifically designed for DES models is the generic reporting checklist described in:
Zhang, Xiange, Stefan K. Lhachimi, and Wolf H. Rogowski. 2020. “Reporting Quality of Discrete Event Simulations in Healthcare—Results From a Generic Reporting Checklist.” Value in Health 23 (4): 506–14. https://doi.org/10.1016/j.jval.2020.01.005.
This checklist is focused on model quality, and was derived from the International Society for Pharmacoeconomics and Outcomes Research (ISPOR)–Society for Medical Decision Making (SMDM) Modelling Good Research Practices Task Force reports.
Several other guidelines have been developed for different modeling and research fields. Examples include:
- Overview, Design Concepts, and Details (ODD) protocol - a widely used framework for reporting agent-based models, https://www.comses.net/resources/standards/.
- Consolidated Health Economic Evaluation Reporting Standards (CHEERS) - designed for health economic modeling, https://www.equator-network.org/reporting-guidelines/cheers/.