Skip to content

Commit

Permalink
performance plot data to 7 sigma even for d = 30 with MN
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Fowlie committed May 26, 2021
1 parent 9b9fff7 commit cad1876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/chi_sq_analytic.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def test_statistic(observed_):
with open(pkl_name, 'rb') as pkl:
px, py = pickle.load(pkl)
except IOError:
tmax = chi2.isf(norm.sf(5. if d >= 30 else 7.), d)
tmax = chi2.isf(norm.sf(7.), d)
tmin = chi2.isf(norm.sf(0.), d)

px = []
Expand Down

0 comments on commit cad1876

Please sign in to comment.