From 4459e90d48edd6e993f3cebe35d7ca722f67309b Mon Sep 17 00:00:00 2001 From: rebecca-wodcke-gad <119345831+rebecca-wodcke-gad@users.noreply.github.com> Date: Thu, 10 Oct 2024 14:52:39 +0100 Subject: [PATCH 1/2] added review calibration to analytical lifecyle and design --- analytical_lifecycle.qmd | 1 + design.qmd | 1 + 2 files changed, 2 insertions(+) diff --git a/analytical_lifecycle.qmd b/analytical_lifecycle.qmd index 1f5423b..f33a060 100644 --- a/analytical_lifecycle.qmd +++ b/analytical_lifecycle.qmd @@ -96,5 +96,6 @@ The analytical lifecycle is not a linear process. Where analysis is used on an o *The inputs used remain appropriate *The initial communication methods remain the best way to deliver the information *Any software relied on continues to be supported and up to date +*The model continues to be calibrated appropriately (this is particularly important for [black box models](definitions_and_key_concepts.qmd#black_box_models)) Additionally, a robust version control process should be in place to ensure any changes to the analysis are appropriately assured. diff --git a/design.qmd b/design.qmd index 2e1218e..3327fc9 100644 --- a/design.qmd +++ b/design.qmd @@ -25,6 +25,7 @@ The development of the analytical plan should consider: * Verification and validation procedures during the project lifetime; * Documentation to be delivered; * Process for updating the analytical Plan; +* process for reviewing inputs and calibrations over time; * Ethics; * Reporting; * Downstream application. From a8910fee4b29ad607ad1b53a980f9fce2ec38e75 Mon Sep 17 00:00:00 2001 From: "Oren I (Iris)" Date: Fri, 11 Oct 2024 16:32:39 +0100 Subject: [PATCH 2/2] expand review details in design --- design.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/design.qmd b/design.qmd index 3327fc9..3492b50 100644 --- a/design.qmd +++ b/design.qmd @@ -25,7 +25,7 @@ The development of the analytical plan should consider: * Verification and validation procedures during the project lifetime; * Documentation to be delivered; * Process for updating the analytical Plan; -* process for reviewing inputs and calibrations over time; +* Process for ongoing review and maintenance of models, including reviewing inputs and calibrations and ensuring that software relied on continues to be supported and up to date; * Ethics; * Reporting; * Downstream application.