Skip to content

Commit

Permalink
Add partial answer for 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jbreffle authored Sep 22, 2017
1 parent 81a24cc commit e481b3a
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion Ch1 Exercises.py
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,20 @@ def Ex5():
interval. Resolve this paradox.
'''


print ( "\
We do not expect to see all N spikes appearing within the first 1% of the\
\n time interval because the set of all possible sequences of N spikes \
\n occurring within the first 1% of the time interval is a very small \
\n subset of the total possible sequences of N spikes occuring withing the \
\n first 100% of the time interval. \
\n Although any give sequence from either set is equally likely, the \
\n first set has many fewer possible members and therefore the chance of \
\n some individual member of the set occuring is very small.\
")

#TODO: what is the exact probability?



def Ex6():
Expand Down Expand Up @@ -699,7 +713,7 @@ def main():
#Ex1()
#Ex2()
#Ex3() #not finished
Ex4() #not finished
#Ex4() #not finished
#Ex5() #not finished
#Ex6() #not finished
#Ex7() #not finished
Expand Down

0 comments on commit e481b3a

Please sign in to comment.