How to: Monte Carlo Simulation in Python (Introduction)

  Рет қаралды 67,702

Mr. P Solver

Mr. P Solver

Күн бұрын

Пікірлер: 46
@blackguardian89
@blackguardian89 3 жыл бұрын
Monte Carlo simulation in Python with Mr. P Solver... Man, you made my day!
@akagordon
@akagordon Жыл бұрын
Perhaps you could do a short series just on how well MCMC generalizes. There's potential for projects in physics, chemistry, biology, astronomy, ecology, medicine, risk assessment, or even sports! It could even help to broaden the channel's audience!
@TheWaerx
@TheWaerx 3 жыл бұрын
One of my greatest love is monte carlo methods, ill watch this when i have some time, nice work.
@ANASKHAN-yw8vx
@ANASKHAN-yw8vx 3 жыл бұрын
My new favourite KZbinr!
@bean_mhm
@bean_mhm Жыл бұрын
Super informative, thanks for the time and effort you spend on these videos!
@ghislainr5127
@ghislainr5127 3 жыл бұрын
I am in love w ur channel as an applied math major
@CavemanCoding
@CavemanCoding 2 жыл бұрын
This channel is underrated 🙌🏻
@academictales
@academictales Жыл бұрын
Please make one more video on this using data, this is the best tutorial.
@christianegana4443
@christianegana4443 11 ай бұрын
Boy! really good stuff!! loved it!! thanks a bunch!
@sajjadkhan-oc2bk
@sajjadkhan-oc2bk 3 жыл бұрын
Nice video, I was wondering if you could make a video on calculating the maximum likelihood estimate, Fisher information and CRLB then that'd be great!
@GoodLife-ru8di
@GoodLife-ru8di 2 жыл бұрын
25:00 Is it ok to use fibonacci sequence for the cumulative particles? If so, then we could also use the differences between the fibonacci numbers to determine how many E's to sum up to get the total energy deposited for each 10s interval.
@OxibanCraft
@OxibanCraft 3 ай бұрын
For anyone still interested in the numerical inverse, I'd like to propose another way: ``` x = np.linspace(0,2,100) f = x**2 f_inv = np.interp(x,f,x) ``` This is very similar to just plotting x over y using pyplot or something similar, using linear interpolation to sample between points instead of integer indezes as proposed in this video.
@ButchCassidyAndSundanceKid
@ButchCassidyAndSundanceKid 3 жыл бұрын
I've learned alot from ya, keep it up ! I look forward to your next video. Thank you.
@MrPSolver
@MrPSolver 3 жыл бұрын
Next video gonna be deriving the Boltzmann temperature distribution through a simulation of colliding particles. Should be up next Monday or Tuesday!
@ButchCassidyAndSundanceKid
@ButchCassidyAndSundanceKid 3 жыл бұрын
@@MrPSolver May I venture to ask in your future videos, could you delve more into machine learning or pricing of derivative instruments, cos' these are the areas I'm interested in. Your current batch of videos are fantastic, you've taught me so much about Python beyond the basics and with practical applications. I've already subscribed your channel and hit the bell notification icon. Heaps of thanks !!!
@AnimeshSharma1977
@AnimeshSharma1977 2 жыл бұрын
This so far is the best MC theory+implementation i have ever seen! Thanks for doing this I am looking forward to something on Autoencoders 😀
@FeanorPhys
@FeanorPhys 10 ай бұрын
Thank you a lot for this amazing explanation! I always learn a lot from you.
@dysonspreybar4903
@dysonspreybar4903 Ай бұрын
man how do i get that nice style package?? its not included in matplotlib it seems
@justinrivers7347
@justinrivers7347 3 жыл бұрын
Is your method of generating a distribution different then the metropolis method or is that what it is?
@kaziaburousan166
@kaziaburousan166 3 жыл бұрын
Mind sharing your thesis?
@HypnosisBear
@HypnosisBear 3 жыл бұрын
Amazing explanation....!!!!🔥🔥🔥😃😃 But where is the RAP song...?? BRO. I miss it...😔
@academictales
@academictales Жыл бұрын
How to choose those parameters included in function?
@mohamedchekalil4981
@mohamedchekalil4981 2 жыл бұрын
Thanks for it offers A question what the name of logical u present with him
@cindymaribelzeladaquiroz5620
@cindymaribelzeladaquiroz5620 2 жыл бұрын
Gracias por el vídeo! Me ayudó mucho a entender mejor el método(:
@hendrikvanbrantegem7526
@hendrikvanbrantegem7526 Жыл бұрын
Nice video man , really wow
@Kig_Ama
@Kig_Ama 2 жыл бұрын
I would love to do a monte carlo simulation running on a web server. Do u have an idea how to do so?
@shijianzhang9321
@shijianzhang9321 3 жыл бұрын
it is very nice and helpful video. I have a question and hope you can reply. how can we get the distribution function(like,f(x) ) for MC to do the simulation of experiment? it is from previous experiment or specific theory? Thank you very much
@ccuuttww
@ccuuttww Жыл бұрын
U don't mention it is CDF technical in part one also known as change of variable
@Louis-ml1zr
@Louis-ml1zr 3 жыл бұрын
Really cool, thanks a lot for your great work
@Louis-ml1zr
@Louis-ml1zr 3 жыл бұрын
Will you make a video about navier stokes or how to simulate a fluid ? Would be very interesting
@ariswidodo9118
@ariswidodo9118 3 жыл бұрын
Finally found hidden gems
@futurisold
@futurisold 3 жыл бұрын
Loved it! Love you!
@pranavkolapkar645
@pranavkolapkar645 2 жыл бұрын
Your videos are great 🙌 . Can you make a video on how to start with python and become good at it for complete beginners
@c0f2a
@c0f2a 3 жыл бұрын
Thank you so much for your vid - I've learn t a lot!🙂
@Eighty_80_WAW
@Eighty_80_WAW 3 жыл бұрын
love this. Good job
@mB-mp6io
@mB-mp6io 3 жыл бұрын
can you help solving a similar code?
@daniliser2894
@daniliser2894 2 жыл бұрын
Brilliant! 🙏🏽 Thank you
@sofly666
@sofly666 3 жыл бұрын
very good !!!
@amirabbaskarimi4165
@amirabbaskarimi4165 3 жыл бұрын
Your channel is great for me.beacuse I am a mechanical engineering student. Can i know your age
@odins_claw
@odins_claw 2 жыл бұрын
Wow! This shit is gold. Cheers dude
@hsh7677
@hsh7677 3 жыл бұрын
Amazing!!!
@HizBela_16
@HizBela_16 3 жыл бұрын
Thank you, Sir
@ispeakfactslol
@ispeakfactslol 2 жыл бұрын
800th liker 😁
@otonanoC
@otonanoC 3 жыл бұрын
It hurts when he talks? He is always grimacing.
Spectral Analysis in Python (Introduction)
42:02
Mr. P Solver
Рет қаралды 25 М.
Monte Carlo Integration In Python For Noobs
15:32
Andrew Dotson
Рет қаралды 155 М.
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 120 МЛН
黑天使只对C罗有感觉#short #angel #clown
00:39
Super Beauty team
Рет қаралды 36 МЛН
1% vs 100% #beatbox #tiktok
01:10
BeatboxJCOP
Рет қаралды 67 МЛН
one year of studying (it was a mistake)
12:51
Jeffrey Codes
Рет қаралды 204 М.
Monte Carlo Simulations : Data Science Basics
19:14
ritvikmath
Рет қаралды 132 М.
Monte Carlo Simulation
10:06
MarbleScience
Рет қаралды 1,5 МЛН
Monte Carlo Simulation of a Stock Portfolio with Python
18:23
The Monte Carlo Method
16:01
RandomMathsInc
Рет қаралды 83 М.
How to Remember Everything You Read
26:12
Justin Sung
Рет қаралды 3 МЛН
Derivatives In PYTHON (Symbolic AND Numeric)
17:37
Mr. P Solver
Рет қаралды 54 М.
How I'd learn ML in 2025 (if I could start over)
16:24
Boris Meinardus
Рет қаралды 147 М.
Coding Adventure: Simulating Fluids
47:52
Sebastian Lague
Рет қаралды 2 МЛН
Why Does Diffusion Work Better than Auto-Regression?
20:18
Algorithmic Simplicity
Рет қаралды 432 М.