From c668b13b7acf9cff4573769a0d6af860c8fa12a8 Mon Sep 17 00:00:00 2001 From: rnburn Date: Tue, 28 May 2024 23:26:30 -0700 Subject: [PATCH] reword --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28d5c7c..b3d99ec 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ pip install bbai The EEIBF method is described in the paper *Default Bayes Factors for Nonnested Hypothesis Testing* by James Berger and Julia Mortera ([postscript](http://www2.stat.duke.edu/~berger/papers/mortera.ps)). -The python code below shows how to test the three hypotheses for the mean of normally distributed +The python code below shows how to test these three hypotheses for the mean of normally distributed data with unknown variance. ``` H_equal: mean = 0