Excel Monte Carlo Simulation

Excel Monte Carlo Simulation
An Excel Monte Carlo simulation creates future predictions by using probabilistic and random methods. Usually, around 10.000 simulations are run to achieve a reliable outcome.
Introduction to Monte Carlo simulation 0:00
Random dice rolls 0:33
Monte Carlo Simulation 1:15
Exact probability 3:41
Feel free to read the article in full:
softtechtutorials.com/microso...
As an example, we are going to create a sim like this with random dice rolls. We are going to roll three dice and examine the probability that the sum of the dice is 17 or higher and we are going to do this 10.000 times.
The second step in this Excel Monte Carlo simulation example is to produce numerous simulations of these three rolls.
We are going to change the value from rows to columns, you want a Linear series so we can leave this option like it is The step value is 1 and for Stop value we are going to enter 10.000.
The third and last step in this Excel monte carlo simulation is to verify the number of times the sum is above or equal to 17 and divide this by 10.000 to find the probability.
The range are the simulated numbers and the criterion is higher than or equal to 17 which we need to put in between quotes. We need to complete the calculation so I’m going to add divide by 10.000 after the brackets If we now hit enter, we receive a simulated value of 10.000 tries. This part has shown us how to use monte carlo simulation in Excel.
The probability we calculated earlier can be determined with simple math or trial and error.
To do so, we divide the number of satisfying combinations by the number of possible combinations. The number of satisfying combinations is 4 as listed in the left-hand table.
The number of possible outcomes for the sum of three dice is computed by 6 to the power 3 as we have 6 possible outcomes for each dice.
If we then divide the first number by the second, we see that the probability of having a sum above 17 is 1.85%, which is close to the outcome based on our monte carlo simulation.
This concludes our Excel Monte Carlo simulation tutorial. I'm inspired by content creators as Leila Gharani and Teacher's Tech.
#Excel #Tutorials #Statistics

Пікірлер: 13

  • @ValFolarin
    @ValFolarin7 ай бұрын

    Such an immaculate video.

  • @HarshitSharma-lb3ul
    @HarshitSharma-lb3ul3 жыл бұрын

    Well explained! thanks, will give this a try. Subscribed.

  • @SoftTechTutorials89

    @SoftTechTutorials89

    3 жыл бұрын

    I appreciate that big time! Thank you for the support.

  • @asereht-br3xd
    @asereht-br3xd3 жыл бұрын

    Nice vid. Very educating 👏

  • @SoftTechTutorials89

    @SoftTechTutorials89

    3 жыл бұрын

    Glad you like it. Thanks for watching!

  • @nityachaudhary5092
    @nityachaudhary50922 жыл бұрын

    Hey, the explaination was amazing. I just had a doubt, is MBS prepayment valuation by Monte Carlo done in the same way? Please make a tutorial of it if possible :)

  • @prabhusrinivasan676
    @prabhusrinivasan676 Жыл бұрын

    Using a mathematical model, I have estimated some system parameters using Kalman filter. Now I have to verify whether the proposed system is robust against uncertainties. I have estimated data and true sensor data. How to do Monte Carlo analysis with the above mentioned information?

  • @sleepinggears2261
    @sleepinggears22613 жыл бұрын

    Clear explanation. I’ll be trying this one out

  • @SoftTechTutorials89

    @SoftTechTutorials89

    3 жыл бұрын

    Great, let me know how it went.

  • @heyykenn9099
    @heyykenn90993 жыл бұрын

    why is it the satisfying number of combinations is 4?

  • @SoftTechTutorials89

    @SoftTechTutorials89

    3 жыл бұрын

    We are looking for the probability that the sum of the eyes of three dices is higher than or equal to 17 after rolling once. This can be obtained by rolling three sixes which sums to 18, rolling 5 with the first dice and sixes with the other two, rolling 5 with the second dice and sixes with the other two, or rolling 5 with the third dice and sixes with the other two. The last three combinations sum to 17 which also satisfies the condition. So, in total there are 4 combinations of the dices’ eyes that satisfy our condition. I hope this helps.

  • @heyykenn9099

    @heyykenn9099

    3 жыл бұрын

    @@SoftTechTutorials89 Now I get it, thank you very much. Yes, your response really helped.

  • @SoftTechTutorials89

    @SoftTechTutorials89

    3 жыл бұрын

    @@heyykenn9099 That's great! Glad I could help.