# Frequentist Analysis mode

### Access the Frequentist mode

{% hint style="warning" %}
[AB Tasty suggests avoiding Frequentist analysis for A/B testing due to its complexity in interpretation](https://www.abtasty.com/blog/bayesian-ab-testing/). Yet, we've created a feature allowing users to utilize it if necessary.

Please note that [Reporting Copilot](https://docs.abtasty.com/reporting-and-performances/reporting/campaign-reporting/reporting-copilot), [Analysis Copilot](https://docs.abtasty.com/reporting-and-performances/reporting/campaign-reporting/analysis-copilot) and opportunities views are not available with frequentist mode.
{% endhint %}

{% stepper %}
{% step %}
Ask your CSM to activate the feature to your account
{% endstep %}

{% step %}
Switch from Bayesian stat engine to Frequentist stat engine

1. Access your campaign.
2. In the reporting tab of your campaign, click on the statistics engine button. ![](https://2350286830-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6Yw9IRJ6KbbucQPwZUCZ%2Fuploads%2FLYenV8JL6dDBPDuGCtdD%2FScreenshot%202025-05-28%20at%2015.27.35.png?alt=media\&token=1c98e857-848f-4e1e-8adc-83e600cf5d05)
3. Select the Frequentist engine.

   <div align="left"><figure><img src="https://2350286830-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6Yw9IRJ6KbbucQPwZUCZ%2Fuploads%2FLwdaXXj9tyIs3h9a1mtl%2FScreenshot%202025-05-28%20at%2015.30.27.png?alt=media&#x26;token=a80c642d-a4b1-4cda-9e8c-a75aad2fd3bb" alt="" width="375"><figcaption></figcaption></figure></div>
4. If you want to apply to all reports of the account, check "Apply to all reportings".\
   If you don't, this statistical analysis, will only apply on the campaign your are currently browsing).
5. Click on "Apply".
   {% endstep %}
   {% endstepper %}

{% hint style="info" %}

#### Impacts on the data views:

* Conversion rate stats changes :
  * “Confidence interval” switches to “Confidence interval” (Frequentist one)
  * “Chance to win” switches to “p-value”
* AOV changes (transaction goals only):
  * “Chance to win” switches to “p-value” (Frequentist one)
    {% endhint %}

### Visual aids enhancing the understanding of the results

In AOV gain p-value and in Conversion gain p-value you will face :

* Blue artifact and stats’ font if p-value =< 0.05. Highlighting that the tests results provide potential learnings.\
  ![](https://lh7-qw.googleusercontent.com/docsz/AD_4nXevjkv9U9O7b_6rHe1KM5pV1_7TcZJDNFhXnFvJACdXIC1fKydKGP_q4In4liWeHVKXmkMXyeUGG9Br9YYnLnboI-sEenmwhEVnTyfMPmJCyYrJK5jl8AmS1e9o-MGgRBcONC6dgg?key=-wL8Oxgt5gOqon-BI3Rl1JZs)
* Orange artifact and stats’ font when p-value >= 0.95. Highlighting that the tests results provide no learnings.\
  ![](https://lh7-qw.googleusercontent.com/docsz/AD_4nXcyta4j1Bn96huO7X7Nfd7fDf-mNNuQryM1x1nYQZK5kAblfSOZAaGIltIcOCprPCRWIBNFV4Nq9d6u4Yonr7ieZNY3G8kRgPyCUlLviurzvOX2ME7VoMlGk92YVdCN2-YAeLRKPA?key=-wL8Oxgt5gOqon-BI3Rl1JZs)

### Key principles of Frequentist analysis

#### Key Metrics

Frequentist analysis uses the **exact same conversion metrics as Bayesian tests**, including inverse metrics like bounce rate.

#### Confidence Intervals

Confidence Intervals remain a core output. They are computed differently but maintain the same format and meaning, indicating the range within which the true effect likely lies.

#### Understanding the p-value

The p-value is the central concept in Frequentist analysis, replacing the Bayesian "Chance To Win (CTW)".

* **Definition:** The p-value is the probability that there would be no real difference between your variations (A & B) despite the observed difference in your experiment.
* **Interpretation:**
  * **A lower p-value** indicates a higher chance that a real difference exists between A & B.
  * **A high p-value** (close to 1) means there is no statistical evidence that a difference exists. This can occur if:
    * The observed difference is based on a very small number of visitors.
    * The observed difference is very small, even with a large number of visitors.
* Significance vs. Direction:
  * The p-value measures only the significance of a difference, not its direction (whether it's an uplift or a downlift).
  * The direction of the effect is determined by the Confidence Interval.

{% hint style="warning" %}
Unlike Bayesian CTW, the p-value does not use red/green color coding for uplift/loss.
{% endhint %}

*Example: A p-value of suggests a high chance of a real difference, but this could be either an uplift or a loss.*

#### Significance Thresholds

* Standard Significance: The industry standard significance threshold is a p-value of <0.05. This indicates a statistically significant difference has been found.
  * This is equivalent to a Bayesian CTW >95 for an uplift, or <5 for a loss.
* Emotion AI Segments: For Emotion AI segments, a p-value of <0.10 combined with a Confidence Interval showing a positive gain (i.e., the measured gain is >0) corresponds to the 90 Bayesian CTW.

###
