-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Chandra Photon Counts #82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
…tic-Programming-and-Bayesian-Methods-for-Hackers
Wow awesome! This looks great -- I'll start playing with the new data today. In the requirements.txt, you've add |
Well, they were installed when I typed |
ah ok. I've locally pulled your pull request and am editing some things now. One thing I am hesitant about is the amount of terminology being introduced: memorylessness, gaussian, poisson process etc. I want to reader to feel confident approaching an example, and not feel rushed. I'm thinking of a way to reconcile the two approaches - TBD. |
bump? |
Yea I'm still debating this one. I am thinking of including it in a secondary route: users who "get it" (to be defined later) can continue to Chapter 2, users who are still confused can go through this simpler example. I'm just curious about how to present that / implement something like that. |
I am noone to this project so feel free to ignore my 1c: IMHO adding an ad-hoc script for download/installation/patching of some software goes quite off the scope of this project having nothing to do with software deployment -- it might create a precedent, and later a bit of wasted time on maintenance/support of anyone happen to run into problems. |
@yarikoptic I'm inclined to agree. It probably would make more sense if there was a separate repo for data set generation. For what it's worth you don't actually have to run the script, since I have also checked in the results. |
Well, I'm a bit disappointed this is still in limbo. I could make a Dockerfile if you want a good software deployment solution. I still maintain that tweeting isn't an example of a Poisson process, and you're better off looking in the hard sciences for elementary examples as fodder for MCMC. |
@xcthulhu |
So I wrote something that downloads some data from the Harvard Smithsonian and grabs the photon arrival times.
This makes for an example of a naturally occurring Poisson distribution with much lower variance than the other examples.
I also added praw into requirements.txt