瀏覽代碼

Notebook running

WillKoehrsen 6 年之前
父節點
當前提交
d449b57848
共有 27 個文件被更改,包括 11670 次插入370 次删除
  1. 775 0
      poisson/Simulations.ipynb
  2. 3 1
      poisson/equations.md
  3. 二進制
      poisson/images/Screen Shot 2019-01-20 at 11.10.04 EST.png
  4. 二進制
      poisson/images/Screen Shot 2019-01-20 at 11.10.14 EST.png
  5. 二進制
      poisson/images/Screen Shot 2019-01-20 at 11.11.05 EST.png
  6. 二進制
      poisson/images/Screen Shot 2019-01-20 at 12.20.20 EST.png
  7. 二進制
      poisson/images/Screen Shot 2019-01-20 at 12.31.12 EST.png
  8. 二進制
      poisson/images/Screen Shot 2019-01-20 at 12.38.13 EST.png
  9. 二進制
      poisson/images/Screen Shot 2019-01-20 at 13.10.31 EST.png
  10. 二進制
      poisson/images/Screen Shot 2019-01-20 at 14.21.56 EST.png
  11. 二進制
      poisson/images/Screen Shot 2019-01-20 at 14.25.35 EST.png
  12. 二進制
      poisson/images/Screen Shot 2019-01-20 at 14.25.42 EST.png
  13. 二進制
      poisson/images/Screen Shot 2019-01-20 at 14.27.24 EST.png
  14. 二進制
      poisson/images/Screen Shot 2019-01-20 at 14.35.26 EST.png
  15. 二進制
      poisson/images/Screen Shot 2019-01-20 at 14.35.36 EST.png
  16. 二進制
      poisson/images/Screen Shot 2019-01-20 at 14.48.54 EST.png
  17. 二進制
      poisson/images/Screen Shot 2019-01-20 at 15.48.42 EST.png
  18. 二進制
      poisson/images/Screen Shot 2019-01-20 at 15.50.00 EST.png
  19. 二進制
      poisson/images/Screen Shot 2019-01-20 at 16.08.40 EST.png
  20. 二進制
      poisson/images/cover.jpeg
  21. 二進制
      poisson/images/exponential_decay.png
  22. 二進制
      poisson/images/lambda_num.png
  23. 二進制
      poisson/images/less_than_waiting.png
  24. 二進制
      poisson/images/poisson_distribution_complete.png
  25. 二進制
      poisson/images/wait_time.png
  26. 二進制
      poisson/images/worked_num.png
  27. 10892 369
      poisson/poisson.ipynb

File diff suppressed because it is too large
+ 775 - 0
poisson/Simulations.ipynb


+ 3 - 1
poisson/equations.md

@@ -1,4 +1,6 @@
-{\displaystyle P(k{\text{ events in interval}})=e^{-\lambda }{\frac {\lambda ^{k}}{k!}}}
+P(k{\text{ events in time period}})=e^{-\frac{\text{events}}{\text{time}}*\text{time period}} *  \frac{(\frac{\text{events}}{\text{time}}*{\text{time period}})^{k}}{k!}
+
+P(k{\text{ events in interval}})=e^{-\lambda }{\frac {\lambda ^{k}}{k!}}
 
 \frac{1 \text{ meteor}}{15 \text{ minutes}} * 60 \text{ minutes} = 4 \text{ meteors expected} = \lambda
 

二進制
poisson/images/Screen Shot 2019-01-20 at 11.10.04 EST.png


二進制
poisson/images/Screen Shot 2019-01-20 at 11.10.14 EST.png


二進制
poisson/images/Screen Shot 2019-01-20 at 11.11.05 EST.png


二進制
poisson/images/Screen Shot 2019-01-20 at 12.20.20 EST.png


二進制
poisson/images/Screen Shot 2019-01-20 at 12.31.12 EST.png


二進制
poisson/images/Screen Shot 2019-01-20 at 12.38.13 EST.png


二進制
poisson/images/Screen Shot 2019-01-20 at 13.10.31 EST.png


二進制
poisson/images/Screen Shot 2019-01-20 at 14.21.56 EST.png


二進制
poisson/images/Screen Shot 2019-01-20 at 14.25.35 EST.png


二進制
poisson/images/Screen Shot 2019-01-20 at 14.25.42 EST.png


二進制
poisson/images/Screen Shot 2019-01-20 at 14.27.24 EST.png


二進制
poisson/images/Screen Shot 2019-01-20 at 14.35.26 EST.png


二進制
poisson/images/Screen Shot 2019-01-20 at 14.35.36 EST.png


二進制
poisson/images/Screen Shot 2019-01-20 at 14.48.54 EST.png


二進制
poisson/images/Screen Shot 2019-01-20 at 15.48.42 EST.png


二進制
poisson/images/Screen Shot 2019-01-20 at 15.50.00 EST.png


二進制
poisson/images/Screen Shot 2019-01-20 at 16.08.40 EST.png


二進制
poisson/images/cover.jpeg


二進制
poisson/images/exponential_decay.png


二進制
poisson/images/lambda_num.png


二進制
poisson/images/less_than_waiting.png


二進制
poisson/images/poisson_distribution_complete.png


二進制
poisson/images/wait_time.png


二進制
poisson/images/worked_num.png


File diff suppressed because it is too large
+ 10892 - 369
poisson/poisson.ipynb