Blast A/B Test Stat Significance Calculator

Fast, easy, and versatile statistical significance calculator for your A/B tests.

Wat is Blast A/B Test Stat Significance Calculator?

Blast A/B Test Stat Significance Calculator is een Chrome-extensie ontwikkeld door https://blastanalytics.com, en de belangrijkste functie is "Fast, easy, and versatile statistical significance calculator for your A/B tests.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Blast A/B Test Stat Significance Calculator

Download Blast A/B Test Stat Significance Calculator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Fast, easy, and versatile statistical significance calculator for your A/B tests. Most statistical significance calculators allow you to calculate confidence levels for binomial metrics only. However, we realize that A/B testing can expand beyond just this type of metric. The Blast A/B test calculator extension serves ALL A/B testing scenarios — this includes both conversion based and continuous metrics, such as average order value (AOV) and revenue per visitor (RPV). Also, the calculator allows for different confidence thresholds, as well as the option to remove outliers from the calculations.

Calculation options:
-- Binomial: Binomial test of proportions
-- Continuous: T-test difference in two sample means
-- Non-Parametric: Wilcoxon (or Mann-Whitney U Test). 

To know which calculation best fits your data, see https://www.blastanalytics.com/blog/last-statistical-significance-calculator-youll-ever-need

Helpful tips:
-- Binomial tests have text entry boxes that allow for simple A/B test calculations. 
-- Since both the continuous and non-parametric metrics require session/visitor level data, a CSV file with the data needs to be uploaded. (see https://www.blastanalytics.com/blog/calculate-statistical-significance-for-session-based-metrics-in-ab-test for formatting tips)

For more information, go to https://www.blastanalytics.com/blast-statistical-significance-calculator. This extension is property of Blast Analytics and Marketing.                    

Basisinformatie over de Extensie

Naam Blast A/B Test Stat Significance Calculator Blast A/B Test Stat Significance Calculator
ID lpkifniggbjogbcffhcjmdeicjfbbikm
Officiële URL https://chromewebstore.google.com/detail/blast-ab-test-stat-signif/lpkifniggbjogbcffhcjmdeicjfbbikm
Beschrijving Fast, easy, and versatile statistical significance calculator for your A/B tests.
Bestandsgrootte 18.04 KB
Aantal Installaties 152
Huidige Versie 1.02
Laatst Bijgewerkt 2020-08-15
Publicatiedatum 2020-07-21
Beoordeling 4.40/5 Totaal 5 Beoordelingen
Ontwikkelaar https://blastanalytics.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.blastanalytics.com/blast-statistical-significance-calculator
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Blast A\/B Test Stat Significance Calculator",
    "version": "1.02",
    "description": "Fast, easy, and versatile statistical significance calculator for your A\/B tests.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "declarativeContent"
    ],
    "icons": {
        "16": "blast-16.png",
        "48": "blast-48.png",
        "128": "blast-128.png"
    },
    "manifest_version": 2
}