Skip to content

Commit

Permalink
Add more detail to optional dump output
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholmer committed Oct 30, 2024
1 parent de9e1c6 commit c411d1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tmd/areas/chisquare_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ def main(
print(f"Xsq_test_pval= {res.pvalue:.3f} where dof= {res.dof}")
if dump:
print("***** Xsq(pval=0.05,dof= 100)= 124.34")
print("***** Xsq(pval=0.05,dof= 200)= 233.99")
print("***** Xsq(pval=0.05,dof=1000)= 1074.68")
print("***** Xsq(pval=0.05,dof=2000)= 2105.15")

Expand Down

0 comments on commit c411d1a

Please sign in to comment.