Skip to content

littlefish0331/MonteCarlo_simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MonteCarlo_simulation

Practice Monte Carlo Simulation with Python.

Last change 20190315

Keywords: Monte Carlo simulation, 蒙地卡羅, Buffon needle, 布豐投針


資料夾說明

  • material: 教材、講義(下面有列參考網址)
  • code: Python 的實作
    • 包含 python script以及GIF檔。
  • video: 收集線上的一些影片介紹(Github不上傳,怕侵犯版權,下面有列參考網址)
  • fonts: Google 提供的 Noto 系列中文字型,因為要用Python 的模組 PIL(Pillow) module 做蒙地卡羅視覺化
  • pic: 一些需要的圖片

參考網址

material

video


額外補充

蒙地卡羅小知識

蒙地卡羅是摩納哥的一個城市,以賭博聞名。蒙地卡羅法使用賭博破解題目,簡單來說,就是以機率去猜測一件我們不知道的事!雖然精確度會有一小小點的差異,但用這思維方式來解釋事情非常有意思,而且可以利用在許多機率統計的演算法中!

蒙地卡羅精隨

  • 在計算或是設計實驗時,可以思考如何用局部的東西代表整體的東西。

About

Practice Monte Carlo Simulation with Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published