diff options
author | tv <tv@krebsco.de> | 2023-01-03 22:40:53 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2023-01-03 22:41:52 +0100 |
commit | 4ac65e26b9f8d42bc62267ac7ddfd51e3140bf29 (patch) | |
tree | f14356df414bc004584ef75e4a596813982c12dc | |
parent | b634d30a6de7a79bafc5daa6ce4683615e7433c4 (diff) |
-rw-r--r-- | cholerab/bloat/README | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/cholerab/bloat/README b/cholerab/bloat/README new file mode 100644 index 00000000..d528153b --- /dev/null +++ b/cholerab/bloat/README @@ -0,0 +1,33 @@ +# bloat/vodka-korn + +# Experiments + +## vodka-korn-1 +Test method: Exact Fisher test +Hypothesis: Vodka and Korn cannot be distinguished. + +Test setup: +Each subject must have had at least one of Vodka or Korn in the past. +Each subject receives two 2cl shots without knowing what is in which glass. +One is Korn and one is vodka. +Each subject tastes and says what is in which glass. +The result is recorded: + If Korn was named as Korn, then the variable a is counted up + If Korn was named as vodka, then b is counted up + If vodka was named as Korn, then c + If vodka was named as vodka, then d + +# Protocol + +## YYYY-mm-dd l=LOCATION; e=EXPERIMENT; n=SUBJECT_COUNT +a=... +b=... +c=... +d=... + +## 2023-01-03 l=c-base; e=vodka-korn-1; n=9 +a=6 +b=5 +c=5 +d=6 + |