From 229076768b3eba0709c33b7b1201844121ba0042 Mon Sep 17 00:00:00 2001 From: Juraj Majerik Date: Tue, 16 Jul 2024 15:08:52 +0200 Subject: [PATCH] fix --- contents/docs/experiments/sample-size-running-time.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contents/docs/experiments/sample-size-running-time.mdx b/contents/docs/experiments/sample-size-running-time.mdx index dc8d3fdac6e0..e0cc70af0abe 100644 --- a/contents/docs/experiments/sample-size-running-time.mdx +++ b/contents/docs/experiments/sample-size-running-time.mdx @@ -38,6 +38,6 @@ When setting up an experiment, the minimum detectable effect (MDE) is a required To make things easier, we provide an estimated MDE value by default. This enables you to create experiments quickly without getting stuck on this step. However, we encourage you to review and adjust this value based on your specific goals. -It's important to understand that the recommended sample size decreases as the MDE increases. In other words, if you are looking for a smaller improvement, you'll need a larger sample size to detect it. This is because smaller effects are harder to identify and require more data to ensure the results are statistically significant. +It's important to understand that **the recommended sample size decreases as the MDE increases.** In other words, if you are looking for a smaller improvement, you'll need a larger sample size to detect it. This is because smaller effects are harder to identify and require more data to ensure the results are statistically significant. Conversely, if you're looking for a larger improvement, you won't need as many samples because the effect is easier to spot. This relationship helps ensure that your experiment is sensitive enough to detect the changes you're interested in.