Blast A/B Test Stat Significance Calculator

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

Hvad er Blast A/B Test Stat Significance Calculator?

Blast A/B Test Stat Significance Calculator er en Chrome-udvidelse udviklet af https://blastanalytics.com, og dens hovedfunktion er "Fast, easy, and versatile statistical significance calculator for your A/B tests.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Blast A/B Test Stat Significance Calculator-udvidelses-CRX-fil

Download Blast A/B Test Stat Significance Calculator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Blast A/B Test Stat Significance Calculator Blast A/B Test Stat Significance Calculator
ID lpkifniggbjogbcffhcjmdeicjfbbikm
Officiel URL https://chromewebstore.google.com/detail/blast-ab-test-stat-signif/lpkifniggbjogbcffhcjmdeicjfbbikm
Beskrivelse Fast, easy, and versatile statistical significance calculator for your A/B tests.
Filstørrelse 18.04 KB
Antal Installationer 152
Nuværende Version 1.02
Senest Opdateret 2020-08-15
Udgivelsesdato 2020-07-21
Bedømmelse 4.40/5 Samlet 5 Bedømmelser
Udvikler https://blastanalytics.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.blastanalytics.com/blast-statistical-significance-calculator
Understøttede Sprog 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
}