Skip to content

Commit

Permalink
fix binary
Browse files Browse the repository at this point in the history
  • Loading branch information
rnburn committed May 28, 2024
1 parent 9e81928 commit 3c1acaa
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file removed bbai/bbai
Binary file not shown.
2 changes: 1 addition & 1 deletion bbai/stat/_normal_mean_hypothesis.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class NormalMeanHypothesis:
The class provides both two tailed hypothesis testing (i.e. H_1: mu < 0, H_2: mu >= 0) and
hypothesis testing with equality (H_1: mu == 0, H_2: mu < 0, H_3: mu > 0).
The algorithm uses an accurate and efficient deterministic algorithm to compute the
The implementation uses an accurate and efficient deterministic algorithm to compute the
correction factors
E_{\hat{\theta}}^{H_0}[B_{i0}^N (X(l))]
Expand Down
Binary file modified wheel/bbai-1.6.0-py3-none-manylinux1_x86_64.whl
Binary file not shown.

0 comments on commit 3c1acaa

Please sign in to comment.