Monte Carlo Simulations: Run 10,000 Simulations At Once

Поделиться
HTML-код
  • Опубликовано: 22 янв 2025

Комментарии • 121

  • @americanexpat8792
    @americanexpat8792 4 года назад +62

    Amazing what this woman taught in 3 minutes. Honestly, spectacular! Used what she taught successfully.

  • @mattgreene1947
    @mattgreene1947 3 года назад +7

    Thanks! Half the internet said you couldn't do this, but I knew there had to be an easy way. This was perfect!

  • @nelsonchan6606
    @nelsonchan6606 Год назад +6

    This woman is able to demonstrate complex calculations using simple methods, which is stunning.

  • @ibarix
    @ibarix 4 года назад +35

    absolutely brilliant, can't believe so much was stuffed in in just 3 minutes

  • @jaychandran854
    @jaychandran854 8 лет назад +10

    Thank you for taking the time out to explain this in such simple terms.

  • @jumpingjake123
    @jumpingjake123 10 месяцев назад +2

    Where did the equation come from at 1:13, the cumulative?

  • @dennisombaka2425
    @dennisombaka2425 7 месяцев назад

    Just the exact tutorial I have been looking for. She is the best.

  • @sleepyr2954
    @sleepyr2954 Год назад +1

    really love this video. finally understand the meaning of Monte Carlo

  • @fredg8564
    @fredg8564 Год назад +2

    This was VERY helpful…and all in less than 4 minutes! Now can I get back the 2+ hrs I spent watching the other MCS videos? 🤔

  • @JW-gw5ec
    @JW-gw5ec 3 дня назад

    Very helpful, thanks!

  • @Tyokok
    @Tyokok 4 года назад +6

    Thanks for great video! One question, in your example, you simulate weekly return actually, is it equivalent to use weekly return mean and weekly return stdev to proceed? ( is it equivalent to scale daily parameters to weekly then proceed ?) Thank you!

  • @MySpreadsheetLab
    @MySpreadsheetLab 10 лет назад +2

    Very nice use of Excel's Data Table! Thanks for sharing Sara.

    • @excel
      @excel  10 лет назад +4

      Kevin Lehrbass Thanks! I think we need a little more Data Table love in general. It is probably time for a Data Table video.

  • @OfficialCaddyGPT
    @OfficialCaddyGPT Год назад +1

    Hey! Could anyone please explain to me what she did for cell "Tuesday" x "Cumulative"? Thanks y'all!

  • @manuelmusa4966
    @manuelmusa4966 10 лет назад

    I have been waiting for this day.. hurray. I was looking for how to save all your videos on the BI website.. the opportunity is here.

    • @excel
      @excel  10 лет назад +1

      Thanks Emmanuel! I'm really excited about building this channel.

  • @terrymiller111
    @terrymiller111 3 года назад

    You are a wizard, Sara.

  • @nob.s.top5comparablesb370
    @nob.s.top5comparablesb370 Год назад

    Thanks Sarah. Valuable content!

  • @JrnLodahlDK
    @JrnLodahlDK Год назад

    very much to the point explanation. thank you!

  • @jimparsons6803
    @jimparsons6803 Год назад

    Clever girl. Liked the direct approach. Thanks.

  • @erikbennacer2717
    @erikbennacer2717 7 лет назад +29

    There is a saying in Russian "коротко и ясно", meaning "clear and concise". This is about this video.

  • @DiazIvar
    @DiazIvar 8 лет назад +6

    Nice video! Just why are u using (A+1)*(B+1)-1 instead of simply adding (A+B). Is an error to simply add the percentages in the cumulative?

    • @JaviJon
      @JaviJon 7 лет назад +1

      I think no! It's easier A+B

    •  6 лет назад +7

      I think she is coumpunding the returns which makes more sense than simply adding them

    • @FinallyLearn
      @FinallyLearn 3 года назад

      Yes, compound interest is multiplication.

  • @saileshadhikari8386
    @saileshadhikari8386 7 лет назад +2

    I have formula that can produce both negative and positive values but my output can't be negative. I try to treat negative values as zero but it truncated my output to positive and provide higher mean value , this help to over estimate the mean. If there is any way we can re-run excel formula to get only positive outputs for any iteration.

  • @mozzarella2261
    @mozzarella2261 2 года назад

    Thankyou for helping out with the school project

  • @tamaszajdo1852
    @tamaszajdo1852 4 года назад

    Hello I would to ask. How can I make Monte Carlo simulating if i have original numbers like: -150, +200,-90, +15.12, -55, +114,+113+500...... And i want to this numbers place tho the simulation and become another sequence. How can I simulate this numbers?

    • @webzephyr
      @webzephyr 4 года назад

      It should work in exactly the same way, just that your average and standard deviation will be numbers instead of percentages.

  • @BradleyStewart1Warri
    @BradleyStewart1Warri Год назад

    Does anyone know of a way to do this same type of thing (simulate 10,000 times at once) in google sheets?

  • @prasannav1867
    @prasannav1867 3 года назад

    My 3 hrs of lecture in just 3 minutes.. and much better understood..

  • @shinyredbean2
    @shinyredbean2 7 лет назад

    @BI EXCEL On the first attempt I got the random numbers to generate, but when I did the same thing it started generating the same number for the different trials. I don't know whats happening. Please help. Thanks :) I already tried redoing it on a new workbook.

  • @nonoobott8602
    @nonoobott8602 3 года назад

    Great tutorial. Thanks for sharing

  • @snail415
    @snail415 Год назад

    KILLER video.

  • @BrandonPhD
    @BrandonPhD Год назад

    Great video!

  • @yvesdelombaerde5909
    @yvesdelombaerde5909 Год назад

    Speed everything up with VBA code, VBA formulas, Excel formulas through VBA , freeze the screen (screen.updating=false) first then compute everything then unfreeze the screen. Your computer can generate several hundreds of millions of pseudorandom numbers in a second and this was 15 years ago when I built simulation for bootstrapping confidence intervals for forecasts.

    • @FriendsforFriendsUK
      @FriendsforFriendsUK Год назад

      If you have the skill and the time, yes. But in places with security concerns VBA and macros may be forbidden. I find that can be a problem when running courses.
      Also for small jobs writing and debugging a macro is slower and more error prone than the simple technique demonstrated here.
      For serious work I would prefer to use a monte carlo package - the real cost of writing macros and creating code for sampling from different distributions or correlated variables, and graphing the outcomes can be shockingly high.

  • @patriciocosta1716
    @patriciocosta1716 3 года назад

    GRacias!!!!!, please more videos on power BI, excel, R,Phyton.

  • @welcome33333
    @welcome33333 2 года назад

    Thanks Sarah.

  • @whatsup3270
    @whatsup3270 Год назад

    double A++ on the Excell, but I have serious reservations about the math. Since ever percent comes from a different base, growing bases shrinks returns and shrinking bases increase returns thus cycling produces growth estimates which probably are not real

  • @ttat1213
    @ttat1213 7 лет назад +1

    amazing explanation. Thank you!

  • @rajuchoudhari2409
    @rajuchoudhari2409 7 лет назад

    thanks. nice short and sweet explanation.

  • @christiancoronado
    @christiancoronado 8 месяцев назад

    Fantastic!

  • @a.s3983
    @a.s3983 5 лет назад

    How are you getting % sign on the days numbers

  • @bhrenopaladino
    @bhrenopaladino 4 года назад

    Thank you very much! Still very helpful!

  • @jacquesmieny1705
    @jacquesmieny1705 7 месяцев назад

    is 10k the max amount of simulations you can run?

  • @joris7000
    @joris7000 4 года назад

    Thanks Sara!

  • @prashantmeshram3435
    @prashantmeshram3435 4 года назад

    Thanks for the solution

  • @JDWilliamsPD
    @JDWilliamsPD 2 года назад

    Bravo! Subsribed!

  • @fernandoaloisiohm
    @fernandoaloisiohm 4 года назад +1

    Hi.
    We would get a Very similar result by taking the weekly average returns with r=(1+0.0003)^5, and std deviation with std=0.0097*sqrt(5).
    Is this results only coincidence, or is usual that these approaches ends up in very close outcomes?
    Nice video. Regards from Brazil!

  • @saisundeep276
    @saisundeep276 4 года назад

    When you say the daily Standard deviation is 0.97%. it is the st.dev of the stock price or the returns?I think it has t be the st.dev of returns.can some one confirm

    • @maxwellyousse448
      @maxwellyousse448 4 года назад

      It's the standard deviation of the daily returns.

  • @domgilberto1000
    @domgilberto1000 9 лет назад

    What's the formula for NORMINV though? I can't see how this function works anywhere as I am trying to code this in PHP

  • @AnuragSharma-db7kz
    @AnuragSharma-db7kz 3 года назад

    Brilliant!

  • @constantine8601
    @constantine8601 4 года назад

    Great ... just great job...

  • @maximilianf3904
    @maximilianf3904 7 лет назад

    where did you get the data from? is there any website I can find the information, too?

    • @antenehfantahunhmichael9708
      @antenehfantahunhmichael9708 7 лет назад +2

      Get the daily historical data from Yahoo finance and use excel to calculate the daily mean return and standard deviation

  • @dianehissey8449
    @dianehissey8449 10 лет назад +1

    Hey this is an awesome account and I can't wait to see more!
    Can you quickly explain how to take this example one step further? Could you expand to show how to make this specific model project the probability of the S&P 500 fluctuating 5% MONHLY? Thank you this will be a big help!

    • @excel
      @excel  10 лет назад +5

      To analyze a month instead of a week you need to add a bunch of rows and change Mon-Fri to 1-21. (There are about 21 trading days in a month). And copy the formulas down for all 21 days. Then you will run your analysis on the cumulative return on the 21st day.
      Hope that helps!

  • @kundachavan6855
    @kundachavan6855 6 лет назад

    Hi mam plz explain how to use this tricks in stock market plz

  • @VicSMeIsTeR
    @VicSMeIsTeR 5 лет назад

    Great thanks

  • @antheafu9750
    @antheafu9750 3 года назад

    Omg. Love you queen

  • @selvamsabarish1998
    @selvamsabarish1998 2 года назад

    Amazing

  • @svanderheijden7967
    @svanderheijden7967 7 лет назад +20

    Pretty big assumption that the S&P daily returns are normal. Cool video!

    • @davidgutierrez8795
      @davidgutierrez8795 5 лет назад +1

      S van der Heijden it is in fact Gaussian

    • @SenorJoeBiden
      @SenorJoeBiden 3 года назад

      @@davidgutierrez8795 can you please provide a source, David?

    • @davidgutierrez8795
      @davidgutierrez8795 3 года назад +1

      @@SenorJoeBiden do your own research man, lol, there are plenty of sources online...you can also do the calculations and create a distribution chart with the % changes of the returns, you will see it follows a Gaussian distribution or more exactly a Cauchy distribution...

    • @silentstorm718
      @silentstorm718 Год назад

      @@davidgutierrez8795 The burden lies on you to provide evidence. You said that it is Gaussian and then said it's more exactly Cauchy. Gaussian and Cauchy are two different distributions with very different structures. For one thing, Gaussian tails are too thin while Cauchy tails are too heavy. Both do not accurately describe S&P daily returns.

    • @sacuW9ep
      @sacuW9ep 2 месяца назад

      Central Limit Theorem

  • @fedybbb
    @fedybbb 9 лет назад +2

    Why are you using norminv?

    • @jaeger050
      @jaeger050 9 лет назад

      +fadi al naji
      She is assuming that the S&P 500 returns are normally distributed. To get a meaningful result out of the simulation she is generating random returns which follows the same distribution. For this step she is using norminv.

    • @diegolainfiesta
      @diegolainfiesta 6 лет назад

      She samples a normal distribution with the daily mean and std of S&P500. Therefore, if you choose a random number between 0-1, and take that together with the other parameters, you get as output the value of the S&P500 being less or equal with the used random probability.

    • @sacuW9ep
      @sacuW9ep 2 месяца назад

      Central Limit Theorem

  • @sudhansugrahacharya7094
    @sudhansugrahacharya7094 5 лет назад

    Excellent

  • @manusreenivasan5310
    @manusreenivasan5310 Месяц назад

    Subscribed

  • @AlexJames123
    @AlexJames123 8 лет назад +2

    confused why you do (A+1)*(B+1) -1?

    • @stevedoogue6501
      @stevedoogue6501 7 лет назад +5

      It's to reflect the fact that the growth rates are cumulative. Assume the stock index grows by 1% on Monday and 2% on Tuesday. Then by the close of Monday the index level is (original value)*(1+1%). On Tuesday, the growth applies to its original value plus the growth that occurred on Monday. So by the close of Tuesday the level of the index is (original value)*(1+1%)*(1+2%).
      If you want to express the total growth of the index as a percentage, the formula would be:
      [ (original value)*(1+1%)*(1+2%)-(original value) ] / (original value)
      This simplifies to (1+1%)*(1+2%)-1. This is what is being reflected in the formula.

    • @antenehfantahunhmichael9708
      @antenehfantahunhmichael9708 7 лет назад

      You are absolutely right but that isn't what she used in her calculation. Using your example, she used ((1+1%)+1)(1+2%). Please double check and let me know.

    • @ammadurrahman5321
      @ammadurrahman5321 7 лет назад

      Thnksss...

    • @diegolainfiesta
      @diegolainfiesta 6 лет назад +1

      That is because you want the cumulative change between days. Take day 1 the change is 1%, day 2 the change is -0.3%, for the interval the total change would be: Initial value *(1+0.01) this gives us the value at the end of day 1, we continue: Initial value * (1+0.01)*(1-0.03) this is the value at day 2. If are interested in the porcentual change for the two days period is simply (1+i) being i our change for the two consecutive days. (1+0.01)*(1-0.03)=(1+i), if we solve for i we get: (1+0.01)*(1-0.03)-1=i , the used formula is correct.

  • @derekcui6558
    @derekcui6558 8 лет назад

    What if we only want the positive return to price a european call? Thank you very much! :)

    • @MattMacarty
      @MattMacarty 4 года назад +1

      Try this: ruclips.net/video/r67_YRtYcR8/видео.html

  • @historiansofpc225
    @historiansofpc225 2 года назад

    If you get a bunch of the same numbers, press f9 and that may refresh it so that you get the random numbers you hoped for.

  • @xodls8507
    @xodls8507 Год назад

    The BEST

  • @oongangkub
    @oongangkub 9 лет назад

    I have some questions
    How can i do if data isn't not normal distribution?

    • @jaeger050
      @jaeger050 9 лет назад

      +Jek Jekkey
      There are some plug-ins that enables excel to generate random numbers, which follow particular distributions, e.g. log-normal distribution, triangular distribution,... One plug-in is SIP-math

    • @JonathanKandell
      @JonathanKandell 7 лет назад

      Instead of a random normal number you could also do a randomly chosen bootstrap sample to generate the returns, and use the same "data table" to pick the sample 10000 times. For instance you could use random 3 month samples out of the historical weekly S&P historical returns 1871 to present. The sample size is key though since if you make it too small (e.g. one week) you'd lose the serial correlation (return to mean) that separate stocks from random walks.

  • @ronschmick3356
    @ronschmick3356 5 лет назад

    I love it

  • @drallisimo34
    @drallisimo34 6 лет назад

    great!!!

  • @ammadurrahman5321
    @ammadurrahman5321 7 лет назад

    Thnkssss...

  • @Kabop69
    @Kabop69 Год назад

    Hit me up, i will show an easy way around for this one 1:25

  • @pusashit
    @pusashit 9 лет назад +5

    I love you.

  • @subschool5
    @subschool5 4 года назад

    what a badass

  • @roberthuff3122
    @roberthuff3122 8 месяцев назад +5

    Nothing is interesting about the Monta Carlo simulation of a single distribution/ It is only useful for analyzing the combinations of distributions.

    • @JW-gw5ec
      @JW-gw5ec 3 дня назад

      Show us how it's done then.

  • @1234dck
    @1234dck 4 года назад

    Brill video Sara
    Have a good day

  • @xosrovhuseynli2890
    @xosrovhuseynli2890 4 года назад +2

    Hey, woman! Come back to youtube!!!

  • @germaned.lealnino631
    @germaned.lealnino631 4 года назад

    Do these a week before covid 19 shut us down... Place your bets and get wipe out :) . Cool excel tips.

  • @minisoma1416
    @minisoma1416 6 лет назад +1

    The cumulative calculation is questionable. Who says the Video needs to be hurried upin 3 mts, leaving doubts to those who watch it.

  • @santiagoocampo3236
    @santiagoocampo3236 6 лет назад

    how woud I even graph this?

  • @ahmadzaimhilmi
    @ahmadzaimhilmi 6 лет назад +1

    That's why I stick with python. All those clicking around and adding formulas on a spreadsheet drives me crazy.

    • @AbhishekKumar-lr6ql
      @AbhishekKumar-lr6ql 5 лет назад

      HI Ahmad , how u use Python to combat these formulas inexcel. I m learning python, but it will be great if u guide me a bit. @ ak7862000@gmail.com

  • @babua8175
    @babua8175 Год назад

    Very fast, difficult for beginners

  • @harmankardon478
    @harmankardon478 4 месяца назад

    good tutorial but this method isn't accurate...

  • @MrSupernova111
    @MrSupernova111 7 лет назад +7

    This video raises more questions than it answers. You've taken S&P500 data and completely butchered it in order to make a 3 minute video of a MC simulation. I hope nobody is placing trades based information from this video.

    • @brendanmurphy6086
      @brendanmurphy6086 7 лет назад +9

      I think the point of this video is to demonstrate how to conduct a Monte Carlo simulation, and not how to invest your money based on S&P 500 data.

    •  6 лет назад

      Jus a quick demonstration of the function. But yes she shouldve added a disclaimer

  • @vv9730
    @vv9730 5 лет назад +1

    OHHHHHH HOTTIE ARRIVED AT THE END OF THE VIDEO...!!!!

  • @bilaloz8043
    @bilaloz8043 3 года назад

  • @auntjemima9380
    @auntjemima9380 8 лет назад

    in israel sarah and silverstein are common names