LogoLogo
  • Overview
  • Key Features
  • Getting Started
    • Installation
    • Quick Start Guide
    • Configuration Options
    • Authentication
  • NPM Package
    • Installation
    • Core API Reference
    • Event Tracking
    • Experimentation
    • Performance Monitoring
    • Session Recording
    • Error Tracking
    • Advanced Configuration
  • A/B Testing & Experimentation
    • Creating Experiments
    • Targeting Users
    • Measuring Results
    • Statistics & Significance
    • Best Practices
  • Analytics Dashboard
    • Overview
    • User Journey Analysis
    • Conversion Funnels
    • Custom Reports
  • Session Recording
    • Privacy Considerations
    • Viewing Recordings
    • Filtering & Searching
    • Heatmaps
  • Performance Monitoring
    • Core Web Vitals
  • User Management
    • Roles & Permissions
    • Team Collaboration
    • Access Controls
    • Audit Logs
  • Troubleshooting
    • Common Issues
    • Debugging Tools
    • Error Reference
  • Appendix
    • Glossary
    • API Status Codes
    • Migration Guides
    • Release Notes
    • Roadmap
Powered by GitBook
On this page
  1. A/B Testing & Experimentation

Statistics & Significance

PreviousMeasuring ResultsNextBest Practices

Last updated 1 month ago

Understanding the statistical concepts behind experimentation is crucial for running trustworthy tests and making reliable decisions.

Statistical Foundations

Mtrix uses rigorous statistical methods to ensure experiment validity:

Add alt text and captions to your images

Key Statistical Concepts

  • Null Hypothesis: The assumption that there is no difference between variants

  • Alternative Hypothesis: The assumption that there is a real difference

  • p-value: Probability of seeing the observed results if the null hypothesis is true

  • Confidence Level: Degree of certainty in rejecting the null hypothesis (e.g., 95%)

  • Statistical Power: Probability of detecting a true effect (typically 80%)

  • Effect Size: Magnitude of the difference between variants

Statistical Tests Used

Mtrix employs appropriate statistical tests based on metric types:

  • Binary Metrics (for conversion, yes/no outcomes):

    • Chi-Square Test

    • ANOVA Test (for multi-variate testing)

  • Continuous Metrics (revenue, time on site):

    • Student's t-test

    • Mann-Whitney U test (for non-normal distributions)

  • Count Metrics (items purchased, pages viewed, or any other custom event you want to validate):

    • Poisson test

    • Negative binomial test (for overdispersed data)

By default Mtrix dashboard will generate statistical rigor and a confidence score for Conversions and Average Revenue metrics; for any other custom metrics you want to receive a score, please get in touch with your customer manager.