From e70cf7150bb0635bda63696f9e45f3e4895cb765 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Ekeberg?= Date: Sat, 2 May 2020 05:14:27 +0200 Subject: [PATCH] Update composer.json --- composer.json | 43 +++++++++++++++++-------------------------- 1 file changed, 17 insertions(+), 26 deletions(-) diff --git a/composer.json b/composer.json index 9b2b5f7..0cb605d 100644 --- a/composer.json +++ b/composer.json @@ -3,40 +3,31 @@ "type": "library", "description": "🙋‍♀️ Minimal A/B Testing Library", "keywords": [ - "ab test", - "ab testing", - "conficence", - "conversion rate", - "conversion ratio", - "conversions", - "false discovery rate", - "p-value", - "probability value", + "ab-testing", "probability", - "ratio", - "sample size", - "sample", - "sequential testing", - "significance", - "split test", - "split testing", - "split-run", - "standard score", "statistics", - "testing", - "two-sample", - "two-tailed", - "two-tailed test", - "z-score" + "p-value", + "z-score", + "sample-size", + "sample-size-calculation", + "split-testing", + "conversion-rate", + "conversions", + "conversion-tracking", + "confidence", + "statistical-significance", + "significance-testing", + "significance", + "two-sample-statistics", + "sequential", + "bayesian-statistics" ], "homepage": "https://github.com/andreekeberg/abby", "license": "MIT", "authors": [ { "name": "André Ekeberg", - "email": "andre@pocketsize.se", - "homepage": "https://github.com/andreekeberg", - "role": "Developer" + "homepage": "https://github.com/andreekeberg" } ], "autoload": {