# How to use MDE Calculator

A Minimum Detectable Effect (MDE) is the minimum uplift you should reach in a given timeline to consider the results of a campaign as statistically significant.

MDE is important in the implementation of an A/B test because it directly influences how long the test needs to run and how large a sample size is required.

The MDE can be calculated using open-source tools, but you can also base it on data calculated directly by AB Tasty.\ <br>

<figure><img src="/files/c3aBAwp0fBfcf7nYPnEF" alt=""><figcaption></figcaption></figure>

## MDE calculation methods <a href="#h_01jd2d3wdcr35sjpy51vf821w4" id="h_01jd2d3wdcr35sjpy51vf821w4"></a>

### Manual Calculation <a href="#h_01jd2d3wdcybd4776j0y9y0a02" id="h_01jd2d3wdcybd4776j0y9y0a02"></a>

#### The form <a href="#h_01jd2d3wdcgp2b7hh7vvezw5w1" id="h_01jd2d3wdcgp2b7hh7vvezw5w1"></a>

You can manually calculate the MDE of your future experiments by providing data you can have in your third party tools.

You must indicate the following data:

* Total number of visitors of 14 days
* The reference Conversion rate on your primary goal
* The number of variations you want for your future A/B test, in addition to the original

<figure><img src="/files/bYv8cViAyMuMsuSgNCZU" alt="" width="375"><figcaption></figcaption></figure>

#### The results <a href="#h_01jd2d3wdcpnabbqwq21dq9jbr" id="h_01jd2d3wdcpnabbqwq21dq9jbr"></a>

The calculation results are displayed as a graph. Its structure is the same as the AB Tasty Based data calculation.

![](/files/8aNyiOFHqpRtRLs8N7oW)

The value indicated by the curve is the growth you should reach if you want your test to be statistically significant in the given timeline. Considering that, you might ask yourself if you can reach 6.75% growth in 35 days. If it’s not the case, your experiment might not be worth launching.

#### The next step <a href="#h_01jd2d3wdce9ej7wj0k175w4nr" id="h_01jd2d3wdce9ej7wj0k175w4nr"></a>

After analyzing your MDE results, you can either create a campaign or try another configuration and start the process again.

## Use cases <a href="#h_01jd2d3wdcwzwxqt3hmzbbk7za" id="h_01jd2d3wdcwzwxqt3hmzbbk7za"></a>

As a CRO manager, I want to build a test on a specific page of my website, but I’m afraid of the time the statistical significance can take to be reached. Therefore, using the MDE will help me understand if I should (or shouldn’t) launch my experiment on that perimeter.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.abtasty.com/feature-experimentation-and-rollout/how-to-use-mde-calculator.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
