Part 1: Monte Carlo Simulations in MATLAB (Tutorial)

  Рет қаралды 127,032

James Dalton

James Dalton

Күн бұрын

Пікірлер: 18
@Brassard1985
@Brassard1985 3 жыл бұрын
Thank you. You are probably the only person that I have see on KZbin that actually explains the code.
@ShaibalAhmed
@ShaibalAhmed 7 жыл бұрын
Very nice example, thank you.
@michaeldeeth811
@michaeldeeth811 Ай бұрын
The theoretical probability (2:00) is not p = 0.00049116. It is exactly p = (13!/8!)/(52!/47!) = 0.000495198...
@miltonkundu3321
@miltonkundu3321 5 жыл бұрын
Can you plz explain how monte-carlo simulation is done to verify analytical expression of Ergodic capacity for rayleigh fading channel?
@karimverelche7905
@karimverelche7905 Жыл бұрын
thank you. I have a question, I carried out an optimization problem on Matlab with five fitting parameters. I seek to find the errors in these parameters using the Monte Carlo method. Please help.
@loboguaran4
@loboguaran4 7 жыл бұрын
Good job my friend. How are the kids? Can't wait to see your next masterpiece!
@natalie1997927
@natalie1997927 2 жыл бұрын
Hi! can you make a matlab video of how to use Monte Carlo method to calculate the volume of a cone inscribed in the unit cube(L=1)?
@GaganKumar-go1ig
@GaganKumar-go1ig 2 жыл бұрын
Can u pls help me in making code for calculating prob. Of failure & reliability index for service life prediction of RC structures??
@carolinaesperancapompeu8401
@carolinaesperancapompeu8401 6 жыл бұрын
I´d like to see how to simulate an example of conditional probability using Montecarlo in Matlab
@prashantsaini6372
@prashantsaini6372 5 жыл бұрын
sir can you please guide me how i can write the code for monte carlo ray tracing method.?
@marcodepascale2686
@marcodepascale2686 5 жыл бұрын
Great video. I need to ask you: I ran a simulation with 1000000 tests. How can I know the number of times the result was a certain value or range? For example, I assessed the target price of a company. Find out how many times a $ 10 target price came out? I thank you in advance
@JamesDalton0
@JamesDalton0 5 жыл бұрын
(Late response), so this is more of a programming problem. In Matlab there are a few ways this can be done: (1) You can keep an array (length = 1000000, # of tests) to store all the values, then run something like: length(arr(arr==10))/length(arr) This gives you the percentage of times $10 was derived. length(arr(arr>10))/length(arr) The above gives you the percentage that values greater than $10 were derived. (2) Another way is to pre-define some range or value you want to track, so you could have a counter called "ten" that is incremented in each test if the final value is $10. Similar for range. And just divide this counter by the total number of tests.
@apachelee884
@apachelee884 2 жыл бұрын
@@JamesDalton0 hi prof, may i ask one qns? As i need to use monte carlo to predict the next state, i got the transition probability , how should i use this code and edit?
@---uk1xt
@---uk1xt 2 жыл бұрын
Thx helped me a lot
@rordic.y5947
@rordic.y5947 4 жыл бұрын
wonderful video, terrible keyboard😂
@maryamakbari1354
@maryamakbari1354 5 жыл бұрын
sir can you please guide me how i can write the code for monte carlo for prediction of gully erosion?
Part 2: Monte Carlo Simulations in MATLAB (Tutorial)
7:55
James Dalton
Рет қаралды 37 М.
Monte Carlo Simulation
10:06
MarbleScience
Рет қаралды 1,5 МЛН
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН
6. Monte Carlo Simulation
50:05
MIT OpenCourseWare
Рет қаралды 2,1 МЛН
How to Perform Monte Carlo Integration in MATLAB | MATLAB Tutorial
16:34
Creating User-Defined Functions in MATLAB: Syntax and Examples
17:00
Spartan Professor
Рет қаралды 40 М.
How to: Monte Carlo Simulation in Python (Introduction)
27:23
Mr. P Solver
Рет қаралды 66 М.
Fantasy Haircut
5:15
DoodletmeGO
Рет қаралды 728 М.
MCX Tutorial Series 1 - Get Started with MCX Cloud
53:05
Qianqian Fang
Рет қаралды 3,1 М.
How to STUDY so FAST it feels like CHEATING
8:03
The Angry Explainer
Рет қаралды 2,2 МЛН
MATLAB Crash Course for Beginners
1:57:45
freeCodeCamp.org
Рет қаралды 868 М.