From: Jérôme Benoit Date: Fri, 3 Oct 2025 21:41:09 +0000 (+0200) Subject: chore: refine github copilot instructions X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=f372908981dc9f8af70d0c35116a6d6ba0db75fe;p=e-mobility-charging-stations-simulator.git chore: refine github copilot instructions Signed-off-by: Jérôme Benoit --- diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 8e4743f7..6e9e0f7f 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -24,6 +24,7 @@ These instructions guide GitHub Copilot to generate changes consistent with this ## Statistical conventions +- **Hypothesis testing**: use a single test statistic (e.g., t-test) when possible. - **Divergence metrics**: document direction explicitly (e.g., KL(A||B) vs KL(B||A)); normalize distributions; add epsilon to avoid numerical issues. - **Effect sizes**: report alongside test statistics and p-values; use standard formulas; document directional interpretation. - **Distribution comparisons**: use multiple complementary metrics (parametric and non-parametric).