Skip to content

Commit 8e6b5a1

Browse files
author
Aragorn
committed
mcmc added
1 parent e76c387 commit 8e6b5a1

File tree

3 files changed

+500
-1
lines changed

3 files changed

+500
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
*.eps
44
*.pdf
55
*.gph
6-
*.ipynb
6+
*.ipynb_*

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@
1313
### 《随机过程》代码
1414
* [泊松过程](https://github.com/sijichun/MathStatsCode/blob/master/notebook_python/Poisson_Process.ipynb)
1515
* [布朗运动](https://github.com/sijichun/MathStatsCode/blob/master/notebook_python/Brownian.ipynb)
16+
* [蒙特卡洛](https://github.com/sijichun/MathStatsCode/blob/master/notebook_python/MonteCarlo.ipynb)
1617
## Julia Notebook
1718
* [Julia介绍](https://github.com/sijichun/MathStatsCode/blob/master/notebook_julia/Julia.ipynb)

0 commit comments

Comments
 (0)