From 6a0fc41acd4b431c4edbcd5a1a1c75031d4c0e27 Mon Sep 17 00:00:00 2001 From: Pratyush Sharma <56130065+pratyush618@users.noreply.github.com> Date: Tue, 7 Apr 2026 15:19:48 +0530 Subject: [PATCH] Fix MDX parsing error in statistical-analysis doc --- docs/docs/advanced/statistical-analysis.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docs/advanced/statistical-analysis.md b/docs/docs/advanced/statistical-analysis.md index 4bc47a5..1e76215 100644 --- a/docs/docs/advanced/statistical-analysis.md +++ b/docs/docs/advanced/statistical-analysis.md @@ -102,10 +102,10 @@ Stability assessments are based on the coefficient of variation (CV): | CV Range | Assessment | |---|---| -| CV <= 0.05 | Highly stable | -| CV <= threshold | Stable | -| CV <= threshold x 2 | Moderately unstable | -| CV > threshold x 2 | Highly unstable | +| CV ≤ 0.05 | Highly stable | +| CV ≤ threshold | Stable | +| CV ≤ threshold x 2 | Moderately unstable | +| CV > threshold x 2 | Highly unstable | A warning is emitted if fewer than 3 runs are provided.