top of page
Search

Benchmarking Windows 11, WSL2, and Ubuntu 22.04 for Python using MCMC runs.
I tested the run-time of a python script, for a " Metropolis Algorithm " in Windows 11 [Version 10.0.22621.1265 ], WSL2 [ 5.15.79.1...
Emanuel Hoque
Feb 26, 20232 min read
74 views
0 comments

Numerical Integration using Monte Carlo method (the naive approach).
There's two approach of numerical integration: deterministic and non-deterministic. Monte Carlo's method of integration employs...
Emanuel Hoque
May 13, 20202 min read
84 views
0 comments

Estimating the value of π using a Monte Carlo simulation.
A little history about Monte Carlo simulation: The concept was invented by the Polish American mathematician, Stanislaw Ulam. Probably...
Emanuel Hoque
May 12, 20203 min read
125 views
0 comments


Why does the house always wins?
I assume, most of you are familiar with the saying "the house always wins". Statistically, it is correct as per the saying goes. I...
Emanuel Hoque
May 12, 20204 min read
78 views
0 comments
bottom of page