# HG changeset patch # User Henry S. Thompson # Date 1627559040 -3600 # Node ID 1252f8100c6ad4fd484619084109a3be9adf16b7 # Parent 9f40651f6080e9cbe97bafd9bac8d88f461b398d printouts to aid further testing diff -r 9f40651f6080 -r 1252f8100c6a distr_3.py --- a/distr_3.py Thu Jul 29 10:21:51 2021 +0100 +++ b/distr_3.py Thu Jul 29 12:44:00 2021 +0100 @@ -29,8 +29,14 @@ return f segs=[fd(n,m,b) for s in range(ss)] + +print(whole[1],whole.mean(), whole.sd(),sep='\t') +print() + for s in segs: - print("%6.3g %6.3g"%(s.mean(), s.sd())) + print(s[1],s.mean(), s.sd(),sep='\t') + +exit() whole.bell(block=False) segs[4].bell()