Live data from Hacker News

Monte Carlo Crash Course: Quasi-Monte Carlo

thenumb.at

11–15 of 15 posts

Re: Monte Carlo Crash Course: Quasi-Monte Carlo

#11

Cool article. A couple of things which might not be obvious to people who haven't used monte carlo simulators in practise. 1) The fact that a prng is weak[1] and that the MC is deterministic given a particular seed is almost always a good thing. You want the thing to be as fast as possible and you're going to run a lot of paths. Secondly you very often need repeated runs to give the same result. For example say you'r…

I seem to be in the minority, but I don’t think you should use a fixed seed in the MC runs you use for decision making. It gives a false sense of the accuracy of process as the answers stay the same. I think a decision maker should be exposed to the effects of the standard error. That said, I know sometimes the point of analysis is more about narrative building than decision making, and changing numbers make it harde…

Agree - in one context if your decision is different due to a change in seed -> change in output, then frankly it isn't an input you should be using to decide?

On the other hand once you're happy with the error bars wrt seeding it is imo useful to have consistency in reporting.

Re: Monte Carlo Crash Course: Quasi-Monte Carlo

#12
post #5

Earlier quoted context omitted.

Thanks for this link. I've never heard of Eigen Steve but his channel looks amazing, which is to be expected from a name like Eigen Steve.

One thing to check out is he has a great series on "Data Driven Science and Engineering" to go alongside his book and the website has all the code and links to all the videos for each chapter. https://databookuw.com/

Wow! Thank you.

Re: Monte Carlo Crash Course: Quasi-Monte Carlo

#14
post #2

This feels like a crash course for people already very familiar with it all. For everyone else, Steve Brunton's courses cover a lot of the foundational stuff here on probability and stats and might be a lot more accessible: https://www.youtube.com/@Eigensteve

Nice coincidence! I'm going through his course as a review of FFT and SVD fundamentals. He's really good.

Re: Monte Carlo Crash Course: Quasi-Monte Carlo

#15
post #2

This feels like a crash course for people already very familiar with it all. For everyone else, Steve Brunton's courses cover a lot of the foundational stuff here on probability and stats and might be a lot more accessible: https://www.youtube.com/@Eigensteve

Great recommendation. Anyone knows how he creates those videos where he seems to stand before a blackboard made of glass where he can also add a screen share from his laptop? Great technique I haven’t seen before on YouTube.
Post reply on HN